Skip to content

Releases: aplteam/MarkAPL

Version 14.2.0

Choose a tag to compare

@aplteam aplteam released this 24 Aug 08:26
  • Bug fix: GetCommandLineParms stumbled over empty settings like RIDE_INIT=
  • Packages updated (FilesAndDirs)

To be consumed as a Tatin package from https://tatin.dev

Version 14.1.0

Choose a tag to compare

@aplteam aplteam released this 12 May 09:33

Package FilesAndDirs updated.

To be consumed as a Tatin package from https://tatin.dev

Version 14.0.0

Choose a tag to compare

@aplteam aplteam released this 04 Apr 17:37
  • Potentially breaking change: Version now 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

Choose a tag to compare

@aplteam aplteam released this 26 Sep 17:40
  • 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

Choose a tag to compare

@aplteam aplteam released this 11 Aug 19:06
  • 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 collapsibleTOC removed

  • 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

Choose a tag to compare

@aplteam aplteam released this 29 Jan 06:12

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

Choose a tag to compare

@aplteam aplteam released this 11 Jan 15:43
  • New parameters tocShowCaption and tocHideCaption were introduced to replace the default captions of the "Copy"/"Hide" button in the TOC area.
  • The new parameter startHeaderNoWith allows the initial value of the level-1 header number to be specified.
  • New parameters copyCaption and copiedCaption were introduced to replace the default captions of the
    "Copy" button in code blocks.
  • Restriction removed from ConvertMarkdownFile: allows specification of inputFilename now.
  • Print styles improved.
  • Table styling improved.
  • Bug fixes:
    • cssURL was not correctly processed when not set.

To be consumed as a Tatin package from https://tatin.dev

Version 12.0.2

Choose a tag to compare

@aplteam aplteam released this 15 Dec 18:09

Bug fix in Version

To be consumed as a Tatin package from https://tatin.dev

Version 12.0.1

Choose a tag to compare

@aplteam aplteam released this 14 Dec 19:43

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.
  • collapsibleTOC was 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

Choose a tag to compare

@aplteam aplteam released this 11 Dec 19:33
  • 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 id parameter as well as href in case they point to an internal anchor (#) are now by
      default lowercased. You can change that by setting the new parameter lowercaseID←1
  • 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 collapsibleTOC and showHide have 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←1 did 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