wok-current annotate discount/description.txt @ rev 24508
updated ed (1.15 -> 1.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 20 17:14:34 2022 +0100 (2022-02-20) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24483 | 1 This is an implementation of John Gruber's Markdown text to html language. |
Hans-G?nter@24483 | 2 There's not much here that differentiates it from any of the existing |
Hans-G?nter@24483 | 3 Markdown implementations except that it's written in C instead of one of |
Hans-G?nter@24483 | 4 the vast flock of scripting languages that are fighting it out for the |
Hans-G?nter@24483 | 5 Perl crown. |
Hans-G?nter@24483 | 6 |
Hans-G?nter@24483 | 7 Markdown provides a library that gives you formatting functions suitable |
Hans-G?nter@24483 | 8 for marking down entire documents or lines of text, a command-line program |
Hans-G?nter@24483 | 9 that you can use to mark down documents interactively or from a script. |