diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-12-31 20:26:09 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-12-31 20:26:09 +0100 |
commit | f0ef82f0624c580b4dd652ac2ef89915756bdc0a (patch) | |
tree | be19c73005658fb11883bf7891de7b737ca06085 /pandoc-todo | |
parent | 4fe129c0b5d5bbdbba0e462c953dfa09c9bf7b72 (diff) |
Fancier styling of TODO notes.
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), |