From 77a1f21c30a2dc1f01e424ad163c141672c63bb2 Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Sun, 3 Apr 2022 19:57:21 +0200 Subject: [PATCH] Remove obsolete TODO and add license --- margin-notes/margin-notes.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/margin-notes/margin-notes.lua b/margin-notes/margin-notes.lua index 2bc6af2..c7b639e 100644 --- a/margin-notes/margin-notes.lua +++ b/margin-notes/margin-notes.lua @@ -1,5 +1,7 @@ --- TODO : body-text est utilisé comme contenu de §content§ --- (visible si on remplace '' par quelque chose dans la config de warning) +-- margin-notes.lua +-- A Pandoc Lua filter to create templated marginal notes based on classes. +-- Copyright 2022 Bastien Dumont (bastien.dumont [at] posteo.net) +-- This file is under the MIT License: see LICENSE for more details local find_in_string = string.find local gsub = string.gsub