Skip to content

Commit

Permalink
Tweak formatting of CheatSheat.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Minette committed Feb 20, 2021
1 parent 88452ae commit 2c2748d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openscad_docsgen/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def write_cheatsheet_file(self):
]
for usage in usages:
for line in usage.body:
lines.append("> <code>{}</code>".format(mkdn_esc(line.replace(item_name,link))))
lines.append("<code>{}</code> ".format(mkdn_esc(line.replace(item_name,link))))
if lines:
lines.append("")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "1.0.7"
VERSION = "1.0.8"


with open('README.rst') as f:
Expand Down

0 comments on commit 2c2748d

Please sign in to comment.