bebou

Le site web bebou.netlib.re - retour accueil

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

commit 9f845394a9fa5beabeb0f9b4e4f50df80dfd8db0
parent b73dd1d21e42b7a43c53e3b78de68876f15425c8
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sat, 27 Apr 2024 22:00:26 +0200

Ajout save_html pour écrire de l'html direct

Diffstat:
Mcommon | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/common b/common @@ -7,6 +7,7 @@ trap "rm -rf $the" EXIT FILE="$1" save_md() lowdown >> "$the/$1" +save_html() cat >> "$the/$1" alias sectionmd:='<<\endsection save_md'