1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

missing backtick

This commit is contained in:
Andrey Yankin 2014-11-01 22:47:47 +03:00
parent d0a0dd1812
commit 79c77966df

View File

@ -25,6 +25,6 @@ The `tc-tagged-NightReader` class is applied to the entire tiddler and not just
Note that tags containing spaces or non-alphanumeric characters will be converted using URI encoding, making the generated CSS classname hard to predict. For example:
|!Tag |!Generated Class Name |
|`$:/mytag |`tc-tagged-%24%3A%2Fmytag` |
|`$:/mytag` |`tc-tagged-%24%3A%2Fmytag` |
|`one two` |`tc-tagged-one%20two` |
|`£35.23` |`tc-tagged-%C2%A335.23` |