mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 20:26:47 +02:00
Make figure titles not be on same line as figure in docs.
This commit is contained in:
@@ -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(
|
||||||
"".format(
|
"".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
|
||||||
|
Reference in New Issue
Block a user