Skip to content

Commit 041de17

Browse files
committed
update changelog
1 parent 93161a3 commit 041de17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

news/changelog-1.3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686

8787
- Properly forward variants (e.g. `+yaml_metadata_block`) to `gfm` format.
8888
- `gfm` format now supports a local browser based preview when using `quarto preview`. If you'd like to see the raw markdown in preview, you can add `preview-mode: raw` to your document front matter or project.
89+
- `gfm` and `commonmark` output formats now use ATX style headers ([#4280](https://github.com/quarto-dev/quarto-cli/issues/4280))
8990

9091
## Mermaid diagrams
9192

@@ -218,3 +219,4 @@
218219
- fix error when running the command `quarto render -h` to receive help ([#3202](https://github.com/quarto-dev/quarto-cli/issues/3202)).
219220
- Fix error when rendering a document with an extension which provides a directory as `format-resources` ([#4377](https://github.com/quarto-dev/quarto-cli/issues/4377)).
220221
- Fix incorrect copying of resource files during rendering ([#4544](https://github.com/quarto-dev/quarto-cli/issues/4544))
222+
- Extension authors may now force files to be included in their template by writing the file / file path in the `.quartoignore` file prefixed with a `!`. For example `!README.md` ([#4061](https://github.com/quarto-dev/quarto-cli/issues/4061)).

0 commit comments

Comments
 (0)