From 2ac5242495fa8bda51342bd04d1f9aba762dcbf1 Mon Sep 17 00:00:00 2001 From: pux Date: Fri, 20 Aug 2021 12:35:29 +0200 Subject: update md2html: no self-contained htmls! --- README.html | 8 ++++---- update.sh | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.html b/README.html index 72cff4e..c3228f5 100644 --- a/README.html +++ b/README.html @@ -6,7 +6,7 @@ - + @@ -16,7 +16,7 @@

The adapter is a 3D printed part to add an (optional) color filter and a diffusor cap to the Fenix LR40R. You can glue everything together and put the adapter on the Fenix on demand with a bit of pressure. An indentation in the adapter keeps the ideal position of the adapter. Some openings help heat dissipation.

And I don't need glue at all. Tolerances are so good that everything holds together well without...

Disclaimer: First FreeCAD project, last CAD experience (Solid Edge) now some years in the past... I remember that there was an easy way for hole patterns...

-

+


Example shots

@@ -27,7 +27,7 @@ - +
@@ -39,7 +39,7 @@ - + diff --git a/update.sh b/update.sh index bff70fe..d5af6af 100755 --- a/update.sh +++ b/update.sh @@ -8,7 +8,8 @@ do filename_wo_ext=$(echo "$i" | cut -f 1 -d '.') if [ $filename_wo_ext != "template" ] && [ $filename_wo_ext != "INDEX_template" ] then - pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html + #pandoc $i -s --highlight-style pygments --css=style.css --self-contained -t html5 -o $filename_wo_ext.html + pandoc $i -s --highlight-style pygments --css=style.css -t html5 -o $filename_wo_ext.html if [ $filename_wo_ext != "INDEX" ] then -- cgit v1.2.2-1-g5e49