2023-03-11
New Additions
- Blog posts
- Quarto for the Python User - A blog post introducing Quarto to Python user for creating reports.
- Extensions
- add-code-files - This extension filter provides alternative syntax for adding contents from external files and works with
code-fold
. - hide-comment - This extension filter provides comment-directive to hide comment from code chunk in the rendered document.
- nameref - This extension filter allows to use name (section name, fig-name or table-name) for cross-referencing the document sections, tables, figures instead of number.
- material-icons - This extension provides a shortcode to use Google's Material Design Icons for
html
andrevealjs
formats.
- add-code-files - This extension filter provides alternative syntax for adding contents from external files and works with
- Templates
- brief - A KOMA-script based template to create German DIN 5008 compliant PDF letters.
- bookup - A Quarto extension template providing light and dark themes to be used for
html
documents, books and websites. - compact - A template to create compact PDF documents such as short reports, homework assignments, etc.
What's Changed
- added four extensions by @shafayetShafee in #285
- fiw: rm website not existing anymore by @mcanouil in #288
- Add quarto-brief by @mavam in #286
- Add bookup custom HTML format by @juba in #287
- fix: compact-pdf Quarto Format by @mcanouil in #289
- feat: add quarto for user blog post by @mcanouil in #290
- feat: set featured by @mcanouil in #291
New Contributors
- @shafayetShafee made their first contribution in #285
- @mavam made their first contribution in #286
- @juba made their first contribution in #287
Full Changelog: 2023.02.08...2023.03.11