Skip to content

Commit

Permalink
Merge branch 'main' into feat/first-class-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 5, 2024
2 parents 3d75442 + 407eb2b commit c604e73
Show file tree
Hide file tree
Showing 14 changed files with 1,987 additions and 81 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

## 3.7.0

Development:

- Support programmatic text in YAML metadata values.
(istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg)

Fixes:

- Produce more meaningful error message when KPathSea fails to
locate a file. (#458, #472, 33e6eef2, reported by @Yggdrasil128)

Deprecation:

- Deprecate `jekyllDataString` renderer and renderer prototype.
(istqborg/istqb_product_base#46, #440, #451, sponsored by @istqborg)

## 3.6.2 (2024-07-14)

Fixes:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Acknowledgements
| [<img width="150" src="https://www.fi.muni.cz/images/fi-logo.png">][fimu] | I gratefully acknowledge the funding from the [Faculty of Informatics][fimu] at the [Masaryk University][mu] in Brno, Czech Republic, for the development of the Markdown package in projects [MUNI/33/12/2015][], [MUNI/33/1784/2020][], [MUNI/33/0776/2021][], [MUNI/33/1654/2022][], and [MUNI/33/1658/2022][]. |
| [<img width="150" src="https://cdn.overleaf.com/img/ol-brand/overleaf_og_logo.png">][overleaf] | Extensive user documentation for the Markdown package was kindly written by [Lian Tze Lim][liantze] and published by [Overleaf][]. |
| [<img width="150" src="https://pbs.twimg.com/profile_images/1004769879319334912/6Bh1UthD.jpg">][omedym] | Support for content slicing (Lua options [`shiftHeadings`][option-shift-headings] and [`slice`][option-slice]) and pipe tables (Lua options [`pipeTables`][option-pipe-tables] and [`tableCaptions`][option-table-captions]) was graciously sponsored by [David Vins][dvins] and [Omedym][]. |
| [<img width="150" src="https://www.istqb.org/static/istqb-logo-1b043e800a580724ad223567f9ea57c0.png">][istqb] | Fixes for issues [#359][issue-359], [#368][issue-368], [#401][issue-401], and [#424][issue-424] were graciously sponsored by the [International Software Testing Qualifications Board (ISTQB)][istqb]. |
| [<img width="150" src="https://www.istqb.org/static/istqb-logo-1b043e800a580724ad223567f9ea57c0.png">][istqb] | Fixes for issues [#359][issue-359], [#368][issue-368], [#401][issue-401], [#424][issue-424], and [#440][issue-440] were graciously sponsored by the [International Software Testing Qualifications Board (ISTQB)][istqb]. |

[dvins]: https://github.com/dvins "David Vins"
[fimu]: https://www.fi.muni.cz/index.html.en "Faculty of Informatics, Masaryk University"
Expand All @@ -294,6 +294,7 @@ Acknowledgements
[issue-368]: https://github.com/witiko/markdown/issues/368 "Tables nested in list items have empty lines"
[issue-401]: https://github.com/witiko/markdown/issues/401 "Create an unnumbered section"
[issue-424]: https://github.com/witiko/markdown/issues/424 "E-mail addresses are incorrectly interpreted as bracketed citations"
[issue-440]: https://github.com/witiko/markdown/issues/440 "Support programmatic text in YAML metadata values"

[option-pipe-tables]: https://mirrors.ctan.org/macros/generic/markdown/markdown.html#pipe-tables "Markdown Package User Manual"
[option-shift-headings]: https://mirrors.ctan.org/macros/generic/markdown/markdown.html#option-shiftheadings "Markdown Package User Manual"
Expand Down
3 changes: 2 additions & 1 deletion examples/optex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
\_let \markdownRendererJekyllDataSequenceEnd \_relax
\_def \markdownRendererJekyllDataBoolean #1#2{}
\_def \markdownRendererJekyllDataNumber #1#2{}
\_def \markdownRendererJekyllDataString #1#2{}
\_def \markdownRendererJekyllDataProgrammaticString #1#2{}
\_def \markdownRendererJekyllDataTypographicString #1#2{}
\_def \markdownRendererJekyllDataEmpty #1{}

% Load the Markdown module and set TeX macros for the Markdown module
Expand Down
Loading

0 comments on commit c604e73

Please sign in to comment.