diff --git a/TODO b/TODO index ca473b6..f20cffc 100755 --- a/TODO +++ b/TODO @@ -30,10 +30,10 @@ x main test - x TOC levels x delete pages x search - FTS +x FTS https://stackoverflow.com/questions/26709971/could-this-be-more-efficient-in-go x move auth as flag in router x . and ../** as roots cause bugs in listing and loading and linking x `create` at root is a 400, base= in URL (when `create` input is empty) +x versioning delete top-level pages -versioning diff --git a/public/A/D/G/A/b b/public/A/D/G/A/b deleted file mode 100755 index 91359cd..0000000 --- a/public/A/D/G/A/b +++ /dev/null @@ -1,3 +0,0 @@ -asdf - -this contains my search string \ No newline at end of file diff --git a/public/A/asdf b/public/A/asdf index c382581..d975c7d 100755 --- a/public/A/asdf +++ b/public/A/asdf @@ -1,5 +1,18 @@ -asdf -searchString +# h1 +hi -here is my new line \ No newline at end of file +## h2 + +hi + +### h3 + +hi + +#### h4 + +hi + +* bullet +* 1 \ No newline at end of file diff --git a/wrapper.html b/wrapper.html index fffcb2d..16b9981 100755 --- a/wrapper.html +++ b/wrapper.html @@ -18,6 +18,9 @@ img { max-height: 400px; } + body { + font-size: 125%; + }