@chayns-components/format
Advanced tools
Comparing version 5.0.0-beta.915 to 5.0.0-beta.928
@@ -65,2 +65,12 @@ "use strict"; | ||
return undefined; | ||
}, | ||
// Disables escaping of characters via backslash. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines. | ||
// Without this function, the backslashes would be escaped and the LaTeX formula would be broken. | ||
escape() { | ||
return undefined; | ||
}, | ||
// Disables the conversion of backslash at the end of a line to a line break. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines. | ||
// Without this '\\' would be converted to '\<br>' which breaks LaTeX formulas. | ||
br() { | ||
return undefined; | ||
} | ||
@@ -67,0 +77,0 @@ }; |
@@ -58,2 +58,12 @@ import { marked } from 'marked'; | ||
return undefined; | ||
}, | ||
// Disables escaping of characters via backslash. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines. | ||
// Without this function, the backslashes would be escaped and the LaTeX formula would be broken. | ||
escape() { | ||
return undefined; | ||
}, | ||
// Disables the conversion of backslash at the end of a line to a line break. This is needed for LaTeX formulas, since multiline LaTeX formulas have 2 backslashes at the end of their lines. | ||
// Without this '\\' would be converted to '\<br>' which breaks LaTeX formulas. | ||
br() { | ||
return undefined; | ||
} | ||
@@ -60,0 +70,0 @@ }; |
{ | ||
"name": "@chayns-components/format", | ||
"version": "5.0.0-beta.915", | ||
"version": "5.0.0-beta.928", | ||
"description": "A set of beautiful React components for developing your own applications with chayns.", | ||
@@ -76,3 +76,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "204b4347196c90a032de249bdee1d441be0e4155" | ||
"gitHead": "558fc46105adefdb5bdcfbb1716421e87d6879cb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
278549
168
1885