Merge pull request #1039 from andrey013/patch-1

missing backtick
print-window-tiddler
Jeremy Ruston 2014-11-02 17:24:54 +00:00
commit 55d72bfaf4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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