1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00

Merge pull request #1039 from andrey013/patch-1

missing backtick
This commit is contained in:
Jeremy Ruston 2014-11-02 17:24:54 +00:00
commit 55d72bfaf4

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` |