-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enable Markdown processing in Nunjucks templates (#619)
closes #598 - Updated Nunjucks templates to use the `| markdown | safe` filter for processing Markdown content as HTML. - Applied changes to the following files: - `how-to-create-accessible-documents-in-office-2016.njk` - `how-to-create-accessible-documents-in-office-365.njk` - `comment-creer-des-documents-accessibles-dans-microsoft-365.njk` - `comment-creer-des-documents-accessibles-dans-office-2016.njk` These changes allow the use of Markdown in .njk files, ensuring that headings and other elements are rendered correctly with IDs and proper formatting.
- Loading branch information
1 parent
30a2a33
commit 2d9e0a7
Showing
5 changed files
with
581 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.