Escape markdown sequences (#2208)
* escape inline markdown character * fix typo * improve document around custom markdown plugin and add escape sequence utils * recover inline escape sequences on edit * remove escape sequences from plain text body * use `s` for strike-through instead of del * escape block markdown sequences * fix remove escape sequence was not removing all slashes from plain text * recover block sequences on edit
This commit is contained in:
parent
b63868bbb5
commit
7456c152b7
19 changed files with 763 additions and 475 deletions
3
src/app/plugins/markdown/index.ts
Normal file
3
src/app/plugins/markdown/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export * from './utils';
|
||||
export * from './block';
|
||||
export * from './inline';
|
||||
Loading…
Add table
Add a link
Reference in a new issue