Maruku v0.5.0 Release Notes

    • Syntax changes:

      • Compatibility with newest Markdown.pl: [text] as a synonim of [text][].
      • Meta data: the first IAL in a span environment now refers to the parent. This makes it possible to set attributes for cells:

        Head Head
        {:r}  Hello    + ...
        
        {:r: scope='row'}
        

        The first cell will have the scope attribute set to row.

    • ๐Ÿ†• New settings:

      • Disable the Maruku signature by setting maruku signature: false
    • Stricter doctype. By the way -- did I mention it? -- Maruku HTML has always been proper validating XHTML strict (if a page does not validate, please report it as a bug).

      Of course, this only matters when using maruku as a standalone program.

      • I have updated the XHTML DTD used to support MathML: currently using XHTML+MathML+SVG.
      • Content-type set to application/xhtml+xml
      • All entities are written as numeric entities.
    • ๐Ÿ› Bug fixes

      • Many fixes in the code handling the sanitizing of inline HTML.
      • markdown=1 did not propagate to children.
      • LaTeX: An exception was raised if an unknown entity was used.