Skip to content

Commit 88f0d4d

Browse files
committed
link fixes
1 parent 826df1d commit 88f0d4d

File tree

3 files changed

+17
-26
lines changed

3 files changed

+17
-26
lines changed

manual/40-extrusions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
### BLIND JOINTS
44

55

6+
67
<div class="content-wrapper">
78
<div class="image-container">
8-
<object type="image/svg+xml" data="./images/Vectors/Extrusions/blind_joint/blind1.svg" class="assemble_img">
9+
<object id="svgObject" type="image/svg+xml" data="./images/Vectors/Extrusions/blind_joint/blind1.svg" class="assemble_img" >
910
BlindJoint
1011
</object>
1112
</div>

manual/images/Vectors/Extrusions/blind_joint/blind4.svg

Lines changed: 1 addition & 24 deletions
Loading

manual/tool/Makefile_include

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,21 @@ dev:: metadata.yml *.md
3434
--katex \
3535
--dpi=300
3636
@echo "HTML file generated: index.html"
37-
@explorer.exe "H:\User Folders\Documents\3D Printer\Printers\Voron\PFA\MicronManual\manual\index.html"
3837

38+
devo:: metadata.yml *.md
39+
pandoc \
40+
metadata.yml $(shell echo *.md) \
41+
--output index.html \
42+
--template $(TOOL_DIR)/template/mdbookDEV.html \
43+
--from markdown \
44+
--listings \
45+
--table-of-contents \
46+
--toc-depth=3 \
47+
--katex \
48+
--dpi=300
49+
@echo "HTML file generated: index.html"
50+
@explorer.exe "H:\User Folders\Documents\3D Printer\Printers\Voron\PFA\MicronManual\manual\index.html"
51+
3952

4053
html:: metadata.yml *.md
4154
pandoc \

0 commit comments

Comments
 (0)