gitbook-plugin-plantuml icon indicating copy to clipboard operation
gitbook-plugin-plantuml copied to clipboard

no match uml directive on windows(CRLF)

Open sonodar opened this issue 9 years ago • 1 comments

uml = page.content.match(/^```uml((.*\n)+?)?```$/igm);
uml = page.content.match(/^```uml((.*\r?\n)+?)?```$/igm); // append '\r?'

sonodar avatar Nov 24 '15 12:11 sonodar

Hi,

Is there a chance that you can incorporate changes from here. Thanks!

nagim avatar Feb 12 '16 11:02 nagim