mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Github does not support $italicserif$ in markdown.
This commit is contained in:
parent
3b0a1a3383
commit
092f8dc548
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class LeafNode(object):
|
|||
title = ""
|
||||
out.append("**Usage:** {0}".format(mkdn_esc(title)))
|
||||
for usage in usages:
|
||||
out.append("- ${0}$".format(mkdn_esc(usage)))
|
||||
out.append("- {0}".format(mkdn_esc(usage)))
|
||||
out.append("")
|
||||
if self.description:
|
||||
out.append("**Description**:")
|
||||
|
|
Loading…
Reference in a new issue