copyparty/web/md.html
{%- if edit %} {%- endif %} {{ html_head }}
go darkhide nav {%- if edit %} savesbseditor toolsbeautify table (ctrl-k)beautify json (ctrl-j)non-ascii: iterate (ctrl-u)non-ascii: markupnon-ascii: whitelisthelp L# {%- else %} edit (basic)edit (fancy)view raw {%- endif %}
{{ md }}
Loading if you're still reading this, check that javascript is allowed
π {%- if edit %}
write markdown (most html is 🙆 too) ## hotkey list * Ctrl-S to save * Ctrl-E to toggle mode * Ctrl-K to prettyprint a table * Ctrl-U to iterate non-ascii chars * Ctrl-H / Ctrl-Shift-H to create a header * TAB / Shift-TAB to indent/dedent a selection ## toolbar 1. toggle dark mode 2. show/hide navigation bar 3. save changes on server 4. side-by-side editing 5. toggle editor/preview 6. this thing :^) ## markdown ||| |--|--| |**bold**|**bold**| |_italic_|_italic_| |~~strike~~| strike | |`code`|code| |[](#hotkey-list)|| |[](/foo/bar.md#header)|| |💯|💯| ## tables |left-aligned|centered|right-aligned | ---------- | :----: | ----------: |one |two |three |left-aligned|centered|right-aligned | ---------- | :----: | ----------: |one |two |three ## lists * one * two 1. one 1. two * one * two 1. one 1. two ## headers # level 1 ## level 2 ### level 3 ## quote > hello > hello ## codeblock four spaces (no tab pls) ## code in lists * foo bar six spaces total * foo bar six spaces total .
{%- endif %} {%- if edit %} {%- endif %} {%- if js %} {%- endif %}