Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
instead of trying to strip "URL:" prefix after parsing.
|
|
|
|
|
|
|
|
Muse writer indents verse blocks in definition list more than necessary, so Muse reader should parse them.
|
|
|
|
|
|
Muse writer can write links with empty URLs, so Muse reader should read them.
|
|
Fixes #4551
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Title is always empty in Muse anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://github.com/melmothx/text-amuse/issues/39
|
|
|
|
|
|
|
|
This seems to be necessary if we are to use our custom Prelude
with ghci.
Closes #4464.
|
|
|
|
|
|
Fixes #4425
|
|
<class> tag is supported by Emacs Muse
|
|
|
|
|
|
|
|
Amusewiki disables <literal> tags for security reasons.
If user wants similar behavior in pandoc, RawBlocks and RawInlines
can be removed or replaced with filters.
|
|
|
|
Fix for a bug caught by round-trip test.
|
|
|
|
|
|
Now verse marked up with ">" (in contrast to <verse> tag) can be placed
inside lists.
|
|
|
|
lambda variable `st` shadowed an existing variable.
|
|
|
|
|