| Age | Commit message (Collapse) | Author |
|
Doesn't work for https, should it?
|
|
|
|
|
|
output part, this allows us to cope with Notes, which are only inline in POD
|
|
|
|
add pod writer test and minor fixes
|
|
|
|
|
|
|
|
|
|
|
|
Added support for mediaobject, inlinemediaobject and caption
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #487.
|
|
Previously we used `\href{\#ident}{text}`, which didn't work on
all systems. Thanks to Dirk Laurie.
|
|
|
|
|
|
|
|
|
|
Added link, code and info elements to DocBook Reader
|
|
|
|
IF --parse-raw is selected, these will be parsed as raw latex
inlines, rather than bracketed text.
|
|
|
|
|
|
|
|
|
|
The previous version would turn "hi & low you know;" into "hi &".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So, for example:
1. * x
* y
2. * z
* w
|
|
Previously pandoc would produce incorrect results on this:
~~~
[not a link]: /url
~~~
[not a link]
because it would recognize "not a link" as a reference link
definition on the first pass. This fix causes the first pass
to skip delimited code blocks.
|
|
Fixes bug with delimited code blocks inside lists etc.
|
|
|