diff options
Diffstat (limited to 'scripts/myemph.py')
-rwxr-xr-x | scripts/myemph.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/myemph.py b/scripts/myemph.py index 0514df317..e527a0b2e 100755 --- a/scripts/myemph.py +++ b/scripts/myemph.py @@ -1,7 +1,8 @@ #!/usr/bin/env python from pandoc import toJSONFilter, rawInline -"""Pandoc filter that causes emphasis to be rendered using +""" +Pandoc filter that causes emphasis to be rendered using the custom macro '\myemph{...}' rather than '\emph{...}' in latex. Other output formats are unaffected. """ |