Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Correct accidental removal of the 'linecount' TH1 command description from the TH1 commands documentation page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fc19595b981140bdc400eb9c43109977 |
User & Date: | mistachkin 2015-07-19 18:36:57.594 |
Context
2015-07-19
| ||
18:45 | Improve markup in the change log. ... (check-in: 28bc974c user: mistachkin tags: trunk) | |
18:36 | Correct accidental removal of the 'linecount' TH1 command description from the TH1 commands documentation page. ... (check-in: fc19595b user: mistachkin tags: trunk) | |
18:34 | Add the 'markdown' command to TH1. ... (check-in: f6d29e9c user: mistachkin tags: trunk) | |
Changes
Changes to www/th1.md.
︙ | ︙ | |||
346 347 348 349 350 351 352 353 354 355 356 357 358 359 | Escape all characters of STRING which have special meaning in URI components. Returns the escaped string. <a name="linecount"></a>TH1 linecount Command --------------------------------------------- * linecount STRING MAX MIN <a name="markdown"></a>TH1 markdown Command --------------------------------------------- * markdown STRING Renders the input string as markdown. The result is a two-element list. | > > > | 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | Escape all characters of STRING which have special meaning in URI components. Returns the escaped string. <a name="linecount"></a>TH1 linecount Command --------------------------------------------- * linecount STRING MAX MIN Returns one more than the number of \n characters in STRING. But never returns less than MIN or more than MAX. <a name="markdown"></a>TH1 markdown Command --------------------------------------------- * markdown STRING Renders the input string as markdown. The result is a two-element list. |
︙ | ︙ |