Annotated list of pending macros changes and incubating ideas for the future…
Feel free to add to this list new features you'd like to see implemented.
-
GFM-TaskList.css
:- fix
<p>
styles — Pandoc v2 is forcing paragraphs in list elements, which is causing too much spacing between list elements.
- fix
- A macro for inecting inline CSS for Pandoc Line blocks — As of v2.x pandoc no longer adds inline CSS to Line blocks, but relies on the "
line-block
" class instead:div.line-block { white-space: pre-line; }
-
!mark(TEXT)
— shortcut to:<mark>TEXT</mark>
- InlineFormatting
-
!kbd
provide different on-the-fly CSS stylings:
-
- Pygments highlighting
- Highlight.js highlighting — via Node cli, not in-browser.
- Inegrate RegEx Colorizer (JS flavored RegExes highlighter)
- AsciiDoctor integration
- Font Awesome "on demand" — a macro to include a FA icon as inline CSS, another macro to actually display (via CSS).
emoji macros(pandoc v2 supports them via emoji extension)