diff --git a/TODO.md b/TODO.md index 21ebf57..35ead10 100644 --- a/TODO.md +++ b/TODO.md @@ -6,3 +6,4 @@ - create bookmark button - command line argument to set any option - raise 404 if file not exists + fallback +- about page diff --git a/examples/bar/baz/index.md b/examples/bar/baz/index.md new file mode 100644 index 0000000..be00cee --- /dev/null +++ b/examples/bar/baz/index.md @@ -0,0 +1,3 @@ +# Baz + +## Baz baz diff --git a/examples/bar/baz/qux/index.md b/examples/bar/baz/qux/index.md new file mode 100644 index 0000000..9cce2b2 --- /dev/null +++ b/examples/bar/baz/qux/index.md @@ -0,0 +1,3 @@ +# Qux + +## Qux qux diff --git a/yhttp/markdown/master.mako b/yhttp/markdown/master.mako index b9599e2..23f2818 100644 --- a/yhttp/markdown/master.mako +++ b/yhttp/markdown/master.mako @@ -32,13 +32,19 @@
-