diff options
Diffstat (limited to 'pandoc-todo')
-rwxr-xr-x | pandoc-todo | 2 |
1 files changed, 1 insertions, 1 deletions
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), |