katdown

Un traducteur md -> html minimal en awk - retour accueil

git clone git://bebou.netlib.re/katdown
Log | Files | Refs | README |

commit c25ddca2f2d442be7a2c2770647b82d0d99cd239
parent 966e18fd2bf86d541a0e2ac3b356999c502a3bbb
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Tue,  4 Mar 2025 11:40:54 +0100

Ajout d'une citation dans le README pour tester

Aussi parce qu'elle est sympa.

Diffstat:
MREADME | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -8,6 +8,12 @@ markdown et d'être POSIX. Les syntaxes et leurs comportement sont librement inspirés de [commonmark](https://spec.commonmark.org/) et de [lowdown](https://kristaps.bsd.lv/lowdown/) pour les extensions à commonmark. +> This is the Unix philosophy: Write programs that do one thing and do it well. +> Write programs to work together. Write programs to handle text streams, because +> that is a *universal interface*. + +Doug McIlroy + ## Dépendances Un interpréteur `awk` POSIX.