DEV: Add to-markdown decorator functions (#16943)

To be used in discourse-spoiler-alert
This commit is contained in:
Jarek Radosz
2022-05-31 11:06:41 +02:00
committed by GitHub
parent 69bab5e5a0
commit 711cd7c85d
5 changed files with 104 additions and 2 deletions

View File

@ -7,6 +7,12 @@ in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2022-05-29
### Added
- Adds `beforeToMarkdownTagDecorate` and `beforeToMarkdownBlockDecorate` that allow to modify to-markdown behavior.
## [1.2.0] - 2022-03-18
### Added