1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib/joplin-renderer/MdToHtml/rules
Laurent Cozic 657cebfda9 Desktop: Improved GotoAnything speed and made it safer
Previously we'd use the remove-markdown package to create the note
preview however this function would freeze on certain notes, and was
probably unsafe as it used regex to parse Markdown. Replaced this in
favour of Markdown-it along with htmlparser2 to strip all markup from a
note.
2020-07-14 23:27:45 +01:00
..
checkbox.ts All: Refactored themes to allow using the same ones in both desktop and mobile version 2020-06-10 22:08:59 +01:00
code_inline.js Moved the Joplin renderer back to the main repository to make development easier 2020-01-30 21:05:23 +00:00
fence.ts Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
fountain.js Desktop: WYSIWYG: Added support for code blocks edition and creation 2020-04-09 17:47:12 +01:00
highlight_keywords.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
html_image.js All: Fixes #2667: Fixed sanitize function so that it does not break HTML 2020-03-06 00:54:21 +00:00
image.js Moved the Joplin renderer back to the main repository to make development easier 2020-01-30 21:05:23 +00:00
katex_mhchem.js Moved the Joplin renderer back to the main repository to make development easier 2020-01-30 21:05:23 +00:00
katex.js Desktop: Fixed KaTeX font issue in exported PDF and HTML (#3089) 2020-04-20 15:17:11 +01:00
link_open.js Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
mermaid_render.js Desktop, Mobile: Fixes #3109: Fixed background color on large Mermaid graphs (#3111) 2020-05-09 16:21:01 +01:00
mermaid.ts Desktop: WYSIWYG: Added support for code blocks edition and creation 2020-04-09 17:47:12 +01:00
sanitize_html.ts Desktop: WYSIWYG: Preserve HTML code in Markdown when editing from wysiwyg editor 2020-04-10 17:12:41 +00:00