mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Make figure titles not be on same line as figure in docs.
This commit is contained in:
parent
a8db3919c1
commit
111cf1dcc6
2 changed files with 2 additions and 1 deletions
|
@ -460,6 +460,7 @@ class LeafNode(object):
|
||||||
)
|
)
|
||||||
imgprc.add_image(fileroot+".scad", imgfile, excode, extype)
|
imgprc.add_image(fileroot+".scad", imgfile, excode, extype)
|
||||||
out.append(extitle)
|
out.append(extitle)
|
||||||
|
out.append("")
|
||||||
out.append(
|
out.append(
|
||||||
"![{0} Figure {1}]({2}{3})".format(
|
"![{0} Figure {1}]({2}{3})".format(
|
||||||
mkdn_esc(self.name),
|
mkdn_esc(self.name),
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,34];
|
BOSL_VERSION = [2,0,35];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue