Skip to content

Commit

Permalink
Add documentation about nl2br
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Jul 3, 2024
1 parent c7bda6b commit caa2f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This repository contains the definition of a Docker image that can be used both
- **abbreviations**: Enables explanations for abbrevations. See the [docs](https://python-markdown.github.io/extensions/abbreviations/).
- **footnotes**: Enables footnotes. See the [docs](https://python-markdown.github.io/extensions/footnotes/).
- **literate-nav**: Allows to customize navigation menus for each folder. The navigation menu must be specified inside a `SUMMARY.md` file. For more information see the [docs](https://oprypin.github.io/mkdocs-literate-nav/#usage).
- **nl2br**: Enables newlines to be converted to `<br>` tags. See the [docs](https://python-markdown.github.io/extensions/nl2br/).
- **callouts**: Enables Obsidian-styled callout blocks. For more information, see the [docs](https://github.com/sondregronas/mkdocs-callouts#usage).

## Supported plugins
Expand Down

0 comments on commit caa2f2c

Please sign in to comment.