1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-13 17:16:48 +00:00

Merge branch 'tiddlywiki-com'

This commit is contained in:
Jeremy Ruston 2020-04-14 15:16:38 +01:00
commit 27ab7d81b7
3 changed files with 6 additions and 4 deletions

View File

@ -10,4 +10,4 @@ The code and documentation of TiddlyWiki is hosted on GitHub at:
https://github.com/Jermolene/TiddlyWiki5
GitHub also offer a free web hosting service called [[GitHub Pages|https://pages.github.com/]] that can be used directly from the single file configuration. See [[Saving to GitHub]].
GitHub also offer a free web hosting service called [[GitHub Pages|https://pages.github.com/]] that can be used directly from the single file configuration. See [[Saving to a Git service]].

View File

@ -15,11 +15,11 @@ The following substitutions are made:
|!Character |!Replacement |
|`\` |`\\` |
|`"` |`\\"` |
|`"` |`\"` |
|`\r` (carriage return) |`\\r` |
|`\n` (line feed) |`\\n` |
|`\x08` (backpsace) |`\\b` |
|`\x0c` (formfield) |`\\f` |
|`\x08` (backspace) |`\\b` |
|`\x0c` (form field) |`\\f` |
|`\t` (tab) |`\\t` |
|Characters from 0x00 to 0x1f |`\\x##` where ## is two hex digits |
|Characters from 0x80 to 0xffff |`\\u####` where #### is four hex digits |

View File

@ -374,6 +374,8 @@ Marica Odagaki, @ento, 2019/08/30
Mark Stegeman, @markstegeman, 2019/08/31
Mohammad Rahmani, @kookma, 2019/09/03
Jan-Oliver Kaiser, @janno, 2019/09/06
Xavier Maysonnave, @xmaysonnave, 2019/11/08