summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/CHANGES.md')
-rw-r--r--macros/generic/markdown/CHANGES.md55
1 files changed, 51 insertions, 4 deletions
diff --git a/macros/generic/markdown/CHANGES.md b/macros/generic/markdown/CHANGES.md
index 3eef881e72..4e1e87e508 100644
--- a/macros/generic/markdown/CHANGES.md
+++ b/macros/generic/markdown/CHANGES.md
@@ -1,15 +1,62 @@
# Changes
-## 2.22.0 (2023-04-03)
+## 2.23.0 (2023-04-27)
+
+Development:
+
+- Add support of bulk redefinition of token renderers and
+ token renderer prototypes in the `\markdownSetup` LaTeX
+ command using wildcards. (#232, #287)
+
+Fixes:
+
+- Drop support for ConTeXt Mark II, since the MkII files are
+ no longer installed in TeX Live 2023, see the article by
+ [Hans Hagen](https://tug.org/texlive/files/tb136hagen-texlive.pdf).
+ (#281, #282)
+- Remove extra space after inline elements with attributes.
+ (#288)
+- Make our implementation of attributes compatible with jgm/pandoc.
+ (#279, #297, f7c701b)
+
+Documentation:
+
+- Add a link to a preprint from TUGboat 44(1) to `README.md`.
+ (#234, a4d9fbf)
+- Separate example files for pdfLaTeX, XeLaTeX, LuaLaTeX, and
+ TeX4ht. (daccaa8)
+
+Docker:
+
+- Add TeX Live 2022 historical image. (#285, #295)
+- Add support for TeX Live 2023. (contributed by @gucci-on-fleek,
+ #281, #282)
+
+Refactoring:
+
+- Use `\prg_new_conditional:Nnn` to define `\@@_if_option:n`.
+ (#289)
+
+Libraries:
+
+- Make tinyyaml a standalone CTAN package. (contributed by
+ @zepinglee, #218, #294)
+
+Default Renderer Prototypes:
+
+- Make the default LaTeX renderer prototypes for tight lists produce
+ surrounding spaces. (#290, #296)
+
+## 2.22.0 (2023-04-02)
Development:
- Add support for TeX math surrounded by backslash-escaped
parens and brackets. (contributed by @lostenderman, #61,
#235, #236, #270)
-- Add support for attributes on links, images, and inline
- code spans. (jgm#36, jgm#43, #50, #123, #256, #280)
-- Add `import` LaTeX option. (#107, #285)
+- Add support for attributes on links, images, fenced code,
+ and inline code spans. (jgm#36, jgm#43, #50, #123, #256, #280)
+- Add `import` LaTeX option. (#107, #286)
Documentation: