diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-03 19:04:40 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-03 19:04:40 +0100 |
commit | df5fb8ae7109269a9e1fce596fa997ba8300ed8a (patch) | |
tree | 170eb74badda5a5c1d5e072bd7acf410bc3caaf5 | |
parent | 53d99065c71f8e15b42b5f1695426ea4014b5503 (diff) |
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | pandoc-todo | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,8 @@ Input (last checked 2014-12-27 15:09): + "Preface": Short text about the creation and the people involved (i.e. like "About" but uncluttered from legalese). * Consistently markup lists as such - also within quote blocks. + * Keep headline levels sequential. + Example: Skips level 3 from "Free and Open[...]" to "Definitions". Processing: * use Header (not latex RawBlock) as header markup in section filter. diff --git a/pandoc-todo b/pandoc-todo index 06283a1..991f98f 100755 --- a/pandoc-todo +++ b/pandoc-todo @@ -6,6 +6,7 @@ # TODO: parse regex+commeent as definition in external markdown TODO file. # TODO: normal hyphenation within note (keep quote with word in "word") # TODO: clear font styling in notes +# TODO: track headline levels and note skipping when "diving" use warnings; use strict; |