fix(docs): Add syntax highlighting to code snippets in README
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
fix(docs): Add syntax highlighting to code snippets in README
Wohlgemuth, Jason
requested to merge
o9w/common-package:o9w-develop-patch-84341
into
develop
Sep 22, 2023
Overview
0
Commits
1
Pipelines
0
Changes
1
Before
print(f"Some Python code")
✨
After
✨
print
(
f
"
Some Python code
"
)
Merge request reports
Loading