Fixed issue with idea-multimarkdown.

- JavaFX does not support lookbehind
 - (?) It also appears that named regex groups are also unsupported for both mermaid and javafx

Update:
 - Fixed an issue where setLogLevel did not properly handle 'named' log levels
 - Backwards compatibility should be preserved, any/all %%{...}%% directives will be correctly processed by the grammar and properly ignored for any/all graph types that do not support them.

 - Multiline directives will render an error (as they should) if they are not accounted for in the .jison grammar
This commit is contained in:
Chris Moran
2020-06-14 11:34:39 -04:00
parent 620c894929
commit 0ae001ed6d
13 changed files with 395 additions and 85 deletions

View File

@@ -104,7 +104,6 @@ const config = {
*/
theme: 'default',
themeCSS: undefined,
multilineDirectives: false,
/* **maxTextSize** - The maximum allowed size of the users text diamgram */
maxTextSize: 50000,