mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
Pass through breaks
option to published note
The markdown for the publish-view is generated using the `Note.extractMeta` method. It uses meta-marked to separate the metadata from markdown. Only the raw markdown is then sent to the client, so it cannot respect the `breaks` option. This adds an evil hack to send the `breaks` option with the markdown if it is contained in the metadata block. Fixes https://github.com/hedgedoc/hedgedoc/issues/2358 Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
a71b4923e7
commit
3aeb2a619b
2 changed files with 7 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
### Bugfixes
|
||||
- Fix a crash when using LDAP authentication with custom search attributes (thanks to [@aboettger-tuhh](https://github.com/aboettger-tuhh) for reporting)
|
||||
- Fix crash caused by a long note history when the MySQL database is used
|
||||
- Fix `breaks` option not being respected in the publish-view
|
||||
|
||||
## <i class="fa fa-tag"></i> 1.9.4 <i class="fa fa-calendar-o"></i> 2022-07-10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue