crazy-max / dokuwiki-plugin-syntaxhighlighter4

SyntaxHighlighter4 plugin for DokuWiki
http://bit.ly/2vfZ9jG
Other
53 stars 5 forks source link

Problem with string in powershell code #29

Closed ShyrkaSystem closed 4 years ago

ShyrkaSystem commented 4 years ago

It seems that the plugin has some difficulties to detect begin and end of string in a powershell code.

example : https://www.shyrkasystem.com/doku.php?id=powershell_usedspace

Al line 60, the plugin detect string opening at the second ", not at the first...

ShyrkaSystem commented 4 years ago

Sorry, my fault, I corrected my code and it's works.