You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>Some **format** characters $need$ to be `escaped`, if the characters were included directly in HTML.</p>
|
@@ -0,0 +1 @@
|
||||
Some \*\*format\*\* characters \$need\$ to be \`escaped\`, if the characters were included directly in HTML.
|
@@ -18,7 +18,8 @@ var escapes = [
|
||||
[/^>/g, '\\>'],
|
||||
// A list of valid \p values can be found here: https://unicode.org/reports/tr44/#GC_Values_Table
|
||||
[/(^|\p{Punctuation}|\p{Separator}|\p{Symbol})_(\P{Separator})/ug, '$1\\_$2'],
|
||||
[/^(\d+)\. /g, '$1\\. ']
|
||||
[/^(\d+)\. /g, '$1\\. '],
|
||||
[/\$/g, '\\$$'], // Math
|
||||
]
|
||||
|
||||
export default function TurndownService (options) {
|
||||
|
Reference in New Issue
Block a user