mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix links in :tutor
This commit is contained in:
parent
4ede950ee1
commit
d9e2e29877
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ do
|
|||
sed "/REPLACETHIS/,$ d" tutor.template.html > "$dest$fileroot.html"
|
||||
"$(yarn bin)/marked" "$page" >> "$dest$fileroot.html"
|
||||
sed "1,/REPLACETHIS/ d" tutor.template.html >> "$dest$fileroot.html"
|
||||
sed -i "s|\.md|.html|g" "$dest$fileroot.html"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue