arthur.bebou

Le site arthur.bebou.netlib.re - retour accueil

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

commit f3e321808f94752ef209fd4c5a127e59cfdf2519
parent b42142490cbf918b2181d19d064763e0e28513c1
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 24 Apr 2024 22:45:36 +0200

fmt sur les sorties markdown

Diffstat:
Mpage | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/page b/page @@ -15,7 +15,7 @@ save_md() { cat | case "$TARGET" in (html) cat $the/md | lowdown >> "$the/$1" ;; (term) cat $the/md | lowdown -tterm >> "$the/$1" ;; - (md) cat $the/md | + (md) cat $the/md | fmt -s | sed -E "s,\]\(/,]($url/," | sed -E "s,($url[^.]*)\.html,\1.md," >> "$the/$1" ;; (roff) cat $the/md | lowdown -tms >> "$the/$1" ;;