wok diff discount/description.txt @ rev 25017

updated openjpeg, openjpeg-dev and openjpeg-tools (1.5.0 -> 1.5.2)
author Hans-G?nter Theisgen
date Wed May 18 06:55:41 2022 +0100 (2022-05-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/discount/description.txt	Wed May 18 06:55:41 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +This is an implementation of John Gruber's Markdown text to html language.
     1.5 +There's not much here that differentiates it from any of the existing
     1.6 +Markdown implementations except that it's written in C instead of one of
     1.7 +the vast flock of scripting languages that are fighting it out for the
     1.8 +Perl crown.
     1.9 +
    1.10 +Markdown provides a library that gives you formatting functions suitable
    1.11 +for marking down entire documents or lines of text, a command-line program
    1.12 +that you can use to mark down documents interactively or from a script.