mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
33 lines
972 B
Text
33 lines
972 B
Text
.editor-syntax-reference
|
|
strong<> Syntax quick reference:
|
|
|
|
span
|
|
strong> **bold**
|
|
em> *italic*
|
|
span.spoiler> ||hide text||
|
|
code> `code`
|
|
ins> __underline__
|
|
del> ~~strike~~
|
|
sup> ^sup^
|
|
sub ~sub~
|
|
|
|
button< class="button" type="button" data-click-toggle="button:hover + .textile_help, button:focus + .textile_help"
|
|
' …
|
|
|
|
p.hidden.textile_help
|
|
' Escape formatting using \ e.g. \* for a literal star character
|
|
br
|
|
|
|
ins> Links:
|
|
' [On-site link](/some-link), [External link](http://some-link)
|
|
br
|
|
|
|
ins> Images:
|
|
' >>1 — link to image, >>1t — embed image thumbnail (>>1p — large preview, >>1s — small thumbnail)
|
|
br
|
|
|
|
ins> External images:
|
|
' ![alt text](http://some-image), [![alt text](http://some-clickable-image)](http://some-link)
|
|
br
|
|
|
|
strong> Remember to use embeds (>>) for booru images as these let users filter content they don't want to see
|