From f0ef82f0624c580b4dd652ac2ef89915756bdc0a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 31 Dec 2014 20:26:09 +0100 Subject: Fancier styling of TODO notes. --- pandoc-todo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-todo') diff --git a/pandoc-todo b/pandoc-todo index 784b8fa..bc0590f 100755 --- a/pandoc-todo +++ b/pandoc-todo @@ -34,7 +34,7 @@ sub latex_encode { sub mark_inside { my ( $before, $it, $after, $note ) = @_; - return [ RawInline( 'latex', sprintf( '%s\\todo{%s}\\hl{%s}%s', + return [ RawInline( 'latex', sprintf( '%s\\mytodo{%s}{%s}%s', latex_encode($before), latex_encode($note), latex_encode($it), -- cgit v1.2.3