arthur.bebou

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

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

commit 5bdae0b620ff42bf899016d0dda2de71542a7360
parent 1e07261cbf613b4d16e6c1eab2622e6be95bb6e2
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed,  4 Dec 2024 23:20:47 +0100

On peut mettre du markdown dans les titres

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

diff --git a/page b/page @@ -31,7 +31,7 @@ alias section:='<<\endsection save' alias sectionhtml:='<<\endsection save_html' alias title:="title" -title() title="$*" +title() title="$(echo "$*" | lowdown | sed -E 's/<\/?p>//g')" alias author:="author" author() author="$*"