pml-companion
pml-companion copied to clipboard
Java source code of the 'PML Companion (PMLC)'
@pml-lang, PML 4.0.0 now adopts the [Delimited Text Syntax] for raw-text blocks as the proper way to format raw-blocks (see also tajmone/Sublime-PML#40). I've noticed that the PDML documentation mentions: >...
Not really a bug in PMLC itself, but a potential cause of bugs in the generated HTML files. When invoking PMLC 3.1.0 with command `PML_to_HTML` and option `--CSS_files` followed by...
PMLC 3.1.0 | Windows 10 (x64) The PML source line: [list (html_style="list-style-type:decimal" html_start=3) caused the following `PARSER_EVENT_HANDLER_ERROR` crash error: ``` pmlc p2h pandoc.pml ERROR: Message An error occurred in the...
PMLC 3.1.0 | Win 10 > **NOTE** — Although this was already mentioned in a side comment of [Issues #93], I'm creating a dedicated Issue for this matter so we...
@pml-lang, while working on the pandoc PML Writer I've started including test documents from pandoc's test suite. These are documents in various formats covering many formatting elements and their possible...
@pml-lang, I'm a bit confused about the fact that the `[ch` `[title` and `[subtitle` nodes all support the `id` attribute. For all these nodes, the documentation is identical: > Description:...
# PML Reference Manual: Add Version Info Please, add to the online _PML Reference Manual_ the PML version it refers to, like it's done with the _PML User Manual_. Currently,...
Instead of writing a chain of multiple non-breaking-space `[sp]` or newline `[nl]` nodes: [sp][sp][sp] [nl][nl] we could instead adopt a multiplier-style syntax to indicate node repetitions: [sp*3] [nl*2] Usually when...
Christian, it would be nice to have dedicated options in PMLC to open up a bundled version of the _PML Reference Manual_ and _PML User Manual_, respectively, which always matches...
Add an attribute to the `[title` node that allows excluding an heading from the TOC — something `toc_exclude = true`, where the default would be `false`, or `toc_include` if that's...