mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:45:06 +08:00
DEV: Add to-markdown decorator functions (#16943)
To be used in discourse-spoiler-alert
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user