Skip to content

Releases: Witiko/markdown

3.6.1

20 Jun 18:11
5a45a92
Compare
Choose a tag to compare

Fixes:

Documentation:

  • Improve the documentation of portable installation. (#444, 9afac05, contributed by @l0th3r)
  • Document that the Markdown package can be installed from GitHub releases. (#449, #450, reported by @nopria)

Continuous Integration:

Defaults:

  • Fix default definitions for fancy tight ordered lists. (#446, f978e81, reported by @l0th3r)

The latest version

24 Jun 06:55
c916dc7
Compare
Choose a tag to compare
The latest version Pre-release
Pre-release

Commits

  • c916dc7: Update CHANGES.md (Vít Starý Novotný)

3.6.0

28 May 10:40
83c781b
Compare
Choose a tag to compare

Development:

  • Add Lua options unicodeNormalization and unicodeNormalizationForm for normalizing markdown text using Unicode normalization. (#434, #442, sponsored by @istqborg)

Fixes:

  • Make \markdownInput search in \l_file_search_path_seq. (#443, reported by @robertjlee)

Documentation:

Fixes:

  • Correctly sort YAML map keys with mixed types. (#433, #441)

3.5.0

29 Apr 20:54
fd01a25
Compare
Choose a tag to compare

Development:

Default Renderer Prototypes:

3.4.3

04 Apr 07:59
e2c6be1
Compare
Choose a tag to compare

Fixes:

Documentation:

  • Add slides from the defense of projects MUNI/33/1654/2022 and MUNI/33/1658/2022 to README.md. (49f01cc)
  • Remove <mroot> from MathML in the user manual. (#420, #422, contributed by @quark67)

Contributed Software:

  • Make the documentation of contributions more detailed. (3f92816)

Docker:

Continuous Integration:

  • Style-check tabs and trailing spaces in markdown.dtx. (a0c941c)

3.4.2

09 Mar 01:26
a45cf0e
Compare
Choose a tag to compare

Fixes:

  • In \begin{markdown}[options], allow a new line before options. (#414, #415)

Contributed Software:

3.4.1

16 Feb 22:59
457226a
Compare
Choose a tag to compare

Fixes:

Deprecation:

  • Replace \markdownInfo, \markdownWarning, and \markdownError with l3msg functions and deprecate them. (#383, #398, e3ca682, 48002f8)
  • Use the TEXMF_OUTPUT_DIRECTORY environmental variable to set \markdownOptionOutputDir and deprecate it. (#405, #409, matrix.org)

Docker:

3.4.0

31 Jan 13:27
822abcc
Compare
Choose a tag to compare

Development:

  • Separate default token renderer prototype definitions to a universal theme witiko/markdown/defaults. (#391, #392)
  • Add format-independent options noDefaults and plain, which control the loading of theme witiko/markdown/defaults. (#393, #394)
  • Add contentLevel Lua option. (#300, #375, #400, contributed by @lostenderman)

Fixes:

  • Make Pandoc syntax extensions tex_single_backslash_math and tex_double_backslash_math robust against extra spaces at the beginning / end of inline / display math. (#386, #399, contributed by @lostenderman)

Libraries:

  • Update tinyyaml to v0.4.4. (e2a59ba)

Contributed Software:

  • Remove private GitHub repository contributions/istqb_latex. (cc21fe2)
  • Add contributions/37c3-beamer. (f5bb26b, contributed by @TeXhackse)

Default Renderer Prototypes:

  • Do not unnecessarily override math renderer prototypes in LaTeX/ConTeXt. (#387, #396, contributed by @zousiyu1995)

Unit Tests:

Deprecation:

  • Replace all instances of \markdownInfo, \markdownWarning, and \markdownError with l3msg functions and deprecate \markdownInfo, \markdownWarning, and \markdownError. (#383, #398)

Docker:

  • Uninstall the distribution Markdown package. (258a73d)

3.3.0

30 Dec 00:52
7b18dfa
Compare
Choose a tag to compare

markdown-pf2024-no-poem

Development:

  • Add support for universal (cross-format) themes. (#276, #373)

Fixes:

  • Prevent unwanted space tokens before *ContextEnd renderers. (#373)
  • Make ConTeXt command \inputmarkdown properly process extra options. (#389, #390, contributed by @ibotty)

Documentation:

  • Improve the discoverability of the \markdownInput macro. (#381, #382, contributed by @solernou)
  • Encourage alternatives to the hybrid option in the user manual. (#382)

Speed Improvements:

  • Optimize needless catcode switching in package code. (3eb7231)

Default Renderer Prototypes:

  • Fix the typesetting of level four headings with attributes for LaTeX document classes without the \chapter command such as article and level five headings for LaTeX document classes with the \chapter command such as book. (86eefc0)

3.2.1

28 Nov 23:42
859b8da
Compare
Choose a tag to compare

Fixes:

Documentation:

Docker:

  • Include developer tools in the development Docker image. (#374)