Implemented proper conversion of links to local markdown files into html links
This commit is contained in:
parent
46e4f483f6
commit
7915a4bb09
7 changed files with 92 additions and 28 deletions
8
runtest.sh
Executable file
8
runtest.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
if [ -e foobar ]; then
|
||||
rm -rf foobar
|
||||
fi
|
||||
|
||||
go run cmd/zona/main.go test
|
||||
|
||||
bat foobar/in.html
|
Loading…
Add table
Add a link
Reference in a new issue