mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 16:37:28 +02:00
Tweaked tutorial script to better display scripts.
This commit is contained in:
@@ -258,6 +258,9 @@ def processFile(infile, outfile=None, imgroot=""):
|
||||
imgnum = 0
|
||||
for line in f.readlines():
|
||||
line = line.rstrip("\n")
|
||||
if line.startswith("```openscad"):
|
||||
outdata.append("```openscad")
|
||||
else:
|
||||
outdata.append(line)
|
||||
if in_script:
|
||||
if line == "```":
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,219];
|
||||
BOSL_VERSION = [2,0,220];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user