Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Mutiple angle quotes not being handled correctly
*Created by: huapeng01016* With version 0.17.2 The following string with multiple angle quotes produced less ideal output. ``` source : "<<test>><<test1>>" flexmark: <p>«test>><<test1»</p> pegdown: <p>«test»«test1»</p> source : ""<<test>>\nabcd\n<<test>>\n" flexmark: <p>«test>><br /> abcd<br /> <<test»</p> pegdown: <p>«test»<br/>abcd<br/>«test»</p> source : "<<test>>abcd\n\n<<test>>\n"; flexmark: <p><<test>>abcd</p> <p>«test»</p> pegdown: <p>«test»abcd</p> <p>«test»</p> ```
issue