5a3928de6e3bd9829b5524939be8c6391710ce21
Custom Markdown Features.md
| ... | ... | @@ -1,78 +0,0 @@ |
| 1 | -# Furigana (ruby text) |
|
| 2 | -### Weak (visible on hover) |
|
| 3 | - |
|
| 4 | -This is a ##secret## message |
|
| 5 | -## Secret message in an ##h2 header## |
|
| 6 | - |
|
| 7 | -`[猫]{ねこ}` -> |
|
| 8 | -[猫]{ねこ} |
|
| 9 | - |
|
| 10 | -__underline__ |
|
| 11 | -=small caps= |
|
| 12 | - |
|
| 13 | -## Diacritics |
|
| 14 | - |
|
| 15 | -- a^' -> á |
|
| 16 | -- a^` -> à |
|
| 17 | -- a^: -> ä |
|
| 18 | -- a^^ -> â |
|
| 19 | -- a^- -> ā |
|
| 20 | -- a^~ -> ã |
|
| 21 | -- a^o -> å |
|
| 22 | -- a^v -> ǎ |
|
| 23 | - |
|
| 24 | -## Other |
|
| 25 | -### Spoiler |
|
| 26 | -`##hidden##` -> ##hidden## |
|
| 27 | - |
|
| 28 | -# Pitch |
|
| 29 | -## Standard patterns |
|
| 30 | - |
|
| 31 | -* heiban ~{へいばん} |
|
| 32 | -* atamadaka ~{あ\たまだか} |
|
| 33 | -* nakadaka ~{なかだ\か} |
|
| 34 | -* odaka ~{おだか\} |
|
| 35 | - |
|
| 36 | -## Voiceless |
|
| 37 | - |
|
| 38 | -* voiceless ~{たく*さん} |
|
| 39 | - |
|
| 40 | -## Custom patterns |
|
| 41 | -* all low ~{_あああああ} |
|
| 42 | -* all high ~{^あああああ} |
|
| 43 | -* wave ~{あ/あ\あ/あ\あ} |
|
| 44 | -* no marked stress ~{~_ああ/ああ\あ} |
|
| 45 | -* force stress ~{~あ!/あ\ああ!あ} |
|
| 46 | - |
|
| 47 | -## Tags spec (WIP) |
|
| 48 | -Tag body regexp: `\w+(\.\w+)*:?` |
|
| 49 | -- simple tags |
|
| 50 | - - `pitch_accent` |
|
| 51 | - - `kanji` |
|
| 52 | -- tags with namespaces |
|
| 53 | - - `status.draft` |
|
| 54 | - - `status.finished` |
|
| 55 | -- tags with parameters |
|
| 56 | - - `date_published:` |
|
| 57 | - - `author:` |
|
| 58 | - - `language:pl` |
|
| 59 | - |
|
| 60 | -- aliases |
|
| 61 | - - `language.polish -> language:pl` |
|
| 62 | - - `color.red -> colour.red` |
|
| 63 | - |
|
| 64 | -- parameters -- can be anything depending on the tag |
|
| 65 | - - `release_date:2005` -- released in 2005 |
|
| 66 | - - `release_date:<2000` -- released before 2000 |
|
| 67 | - - `release_date:>=2010` -- released in 2010 or later |
|
| 68 | - |
|
| 69 | -- operators |
|
| 70 | - - space " " or comma "," -- AND clause |
|
| 71 | - - `status.finished language:pl` or `status.finished, language.pl` -- finished artilces in Polish |
|
| 72 | - - pipe "|" -- OR clause |
|
| 73 | - - `status.draft | status.finished` -- both draft and finished articles |
|
| 74 | - - exclamation mark "!" -- NOT clause |
|
| 75 | - - `!language.polish kanji` -- articles about kanji not written in Polish |
|
| 76 | - - square brackets "[]" -- iteration |
|
| 77 | - - `release_date:[>2000 <=2005]` -- articles released after 2000 up to 2005 |
|
| 78 | - - `status.[draft | finished]` -- both draft and finished articles |
|
| ... | ... | \ No newline at end of file |