Age | Commit message (Collapse) | Author | Files | Lines |
|
They are significantly faster.
|
|
|
|
Previously we just crashed if rows had attributes, now we
ignore them.
|
|
Improved attribute parsing.
|
|
|
|
without preceding or following blank line.
|
|
|
|
|
|
|
|
Thanks to Jeff Runningen for reporting that mediawiki works
this way.
|
|
|
|
Also disallow ' in the "trail" of an internal link; allowing
it causes bugs with `'''[[Link]]'''`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example:
# one
# two
### skip!
### skip
|