Skip to content

Releases: Witiko/markdown

The latest version

01 Jul 19:55
f57d31e
Compare
Choose a tag to compare
The latest version Pre-release
Pre-release

Commits

  • 5ad8521: fix small typos (mbertucci47) #454
  • d00ca6b: change link pattern in note (Andrej Gencur) #456
  • b13cdf5: avoid duplicate evaluation of closing brackets in emphasis processing (Andrej Gencur) #456
  • 28dde97: add regression test (Andrej Gencur) #456
  • 6846d79: Apply suggestions from code review (Vít Starý Novotný) #456
  • 3308ac8: Update CHANGES.md (Vít Starý Novotný) #456
  • 97b391f: Update CHANGES.md (Vít Starý Novotný) #454
  • 0b21090: Remove an extraneous test case that does not cover issue #453 (Vít Starý Novotný) #456
  • 47c54b9: Document that we should change soulutf8 to soul in TeX Live 2023 (Vít Starý Novotný)
  • a9e83ab: Move extraneous test case to lunamark unit tests (Vít Starý Novotný) #456
  • 81927ca: Only test latest TeX Live in pull requests (Vít Starý Novotný)
  • cf021d3: Update CHANGES.md (Vít Starý Novotný)
  • f9dbd92: Merge branch 'main' into typo (Vít Starý Novotný) #454
  • 9b58887: Merge branch 'main' into fix/brackets-in-notes (Vít Starý Novotný) #456

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)

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)