diff --git a/README.md b/README.md index 035819f..e829072 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,6 @@ set backupcopy=yes - [x] server rendering .md files - [x] live reload when .md file changes - [x] directory files list on `/` endpoint +- [x] LaTex support - [ ] graphviz - [ ] colour `` with syntax highlighting diff --git a/md-live-server b/md-live-server index 654dc6d..c31c688 100755 Binary files a/md-live-server and b/md-live-server differ diff --git a/screenshot00.png b/screenshot00.png index b6d84f7..9a05f88 100644 Binary files a/screenshot00.png and b/screenshot00.png differ diff --git a/templates.go b/templates.go index 1d6c9ea..ca1942c 100644 --- a/templates.go +++ b/templates.go @@ -12,9 +12,12 @@ body { font-family: Arial, Helvetica, sans-serif; } .dark { - background:#000000; + background:#1d2021; color:#cccccc; } +.dark a, a:hover, a:visited { + color: #458588; +} @@ -56,9 +59,12 @@ body { font-family: Arial, Helvetica, sans-serif; } .dark { - background:#000000; + background:#1d2021; color:#cccccc; } +a, a:hover, a:visited { + color: #458588; +} pre, code{ padding-left: 3px; padding-right: 3px; @@ -121,22 +127,23 @@ td{ @media (min-width: 992px) { .container { - max-width: 900px; + max-width: 800px; } } @media (min-width: 1200px) { .container { - max-width: 900px; + max-width: 800px; } } @media (min-width: 1400px) { .container { - max-width: 900px; + max-width: 800px; } } + root @@ -144,6 +151,33 @@ td{ {{.Content}} + + + + + + + + + + + +