Age | Commit message (Collapse) | Author | Files | Lines |
|
improvements to rst reader for field lists
|
|
|
|
|
|
|
|
It causes the heading to be a different size form the body,
sometimes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also disallow ' in the "trail" of an internal link; allowing
it causes bugs with `'''[[Link]]'''`.
|
|
|
|
|
|
|
|
|
|
|
|
A tag must start with `<` followed by `!`,`?`, `/`, or a letter.
This makes it more useful in the wikimedia and markdown parsers.
|
|
|
|
|
|
|
|
|
|
They only work on headers, because pandoc forces same
alignment for all cells in a column.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including word-ending links and the "pipe trick."
|
|
|
|
|
|
|
|
|
|
|
|
Also check for column 1 in preformatted text.
|
|
They can be postprocessed with a pandoc script.
|
|
Parse one tag, then use a case statement.
|
|
This improves sorting of chapters in some readers, which
apparently sort ch2 after ch10. Closes #610.
|
|
|
|
|
|
|
|
|
|
|
|
|