Releases: aplteam/MarkAPL
Release list
Version 14.2.0
- Bug fix:
GetCommandLineParmsstumbled over empty settings likeRIDE_INIT= - Packages updated (
FilesAndDirs)
To be consumed as a Tatin package from https://tatin.dev
Version 14.1.0
Package FilesAndDirs updated.
To be consumed as a Tatin package from https://tatin.dev
Version 14.0.0
- Potentially breaking change:
Versionnow returns a har vector stemming from the package config file. - Dependencies updated
- "Make" improved
To be consumed as a Tatin package from https://tatin.dev
Version 13.1.0
- In earlier versions, when a collapsible was expanded, all other collapsibles were contracted. This was not welcomed by users in need for comparing the content of two collapsibles
- A URL like "foo.html" in a link was always changed to "http://foo.html" - that's wrong
To be consumed as a Tatin package from https://tatin.dev
Versio 13.0.0
-
The syntax has changed for marking up checkboxes in Markdown:
- [ ]or- [x]respectively. This is the reason why this is a new major version.This brings MarkAPL in line with the GitHub syntax, which is now well-established.
-
CSS for all lists in all CSS files updated for both screen and print
-
Deprecated
collapsibleTOCremoved -
Bug fixes
- Both flavours of lists as well as checkboxes were wrongly displayed when part of a blockquote
- ID assigned to an ambiguous header in
MarkAPL.md - Documentation corrected regarding check boxes (the documentation stated that a
<div>was put around the list, but that's not the case) - Sometimes a caption did not get a number assigned (#45)
- Insufficient white space between cited paragraphs in the "Dark" theme's "print" SS. (#44)
To be consumed as a Tatin package from https://tatin.dev
Version 12.1.1
In the print style sheet of the "Dark" theme the base font was way too big.
To be consumed as a Tatin package from https://tatin.dev
Version 12.1.0
- New parameters
tocShowCaptionandtocHideCaptionwere introduced to replace the default captions of the "Copy"/"Hide" button in the TOC area. - The new parameter
startHeaderNoWithallows the initial value of the level-1 header number to be specified. - New parameters
copyCaptionandcopiedCaptionwere introduced to replace the default captions of the
"Copy" button in code blocks. - Restriction removed from
ConvertMarkdownFile: allows specification ofinputFilenamenow. - Print styles improved.
- Table styling improved.
- Bug fixes:
cssURLwas not correctly processed when not set.
To be consumed as a Tatin package from https://tatin.dev
Version 12.0.2
Bug fix in Version
To be consumed as a Tatin package from https://tatin.dev
Version 12.0.1
Bug fixes:
- The CSS variables in the "Dark" theme weren't interpreted by the IE via the OCX control.
- Guillemets were not processed when found at the beginning of a paragraph.
collapsibleTOCwas rejected when defined as an embedded parameter. Not processed anymore, but
should be ignored rather than rejected.
To be consumed as a Tatin package from https://tatin.dev
Version 12.0.0
- BREAKING CHANGES:
- HTML tags in Markdown are now left alone, implementing the original intention, and bringing MarkAPL
in line with big shots like GitHub Markdown - The
idparameter as well ashrefin case they point to an internal anchor (#) are now by
default lowercased. You can change that by setting the new parameterlowercaseID←1
- HTML tags in Markdown are now left alone, implementing the original intention, and bringing MarkAPL
- Collapsibles implemented with the
<details>and<summary>tags. - Accordions (multiple collapsibles in succession) implemented.
- Checkboxes (ticked and un-ticked) added.
- Code blocks now offer a Copy-to-clipboard" button.
- The main TOC now always has a button "Show/Hide" that toggles the TOC when clicked.
- New parameter
copy2ClipboardBtn(defaults to 1) can be used to suppress the new copy-to-clipboard button
for all code blocks. - New parameter
javaScript(defaults to 1) can be used to suppress the injection of *any JavaScript
code. - New "Dark" theme established as the new default layout.
- The LeanPub icons are now SVGs injected into the document, so no Internet connection is required anymore
when LeanPub extensions are used. - The "normalization" part of the screen has been updated from 7.0 to 8.0.1
- The parameters
collapsibleTOCandshowHidehave been retired. - The special MarkAPL feature
<<br>>has been retired: now<br>will do - All CSS layouts improved (again).
- Bug fixes
- Some CSS files were ANSI encoded when they must be UTF8-encoded.
ignoreEmbeddedParms←1did not remove embedded parameters from the input.- Links in footnotes were not processed in case <
> was not part of the footprint - The LeanPub extension "Tip" was not implemented by accident.
- The link list (print only) showed the URL followed by the link text - should have been the other way round
To be consumed as a Tatin package from https://tatin.dev