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>&laquo;test&gt;&gt;&lt;&lt;test1&raquo;</p> pegdown: <p>&laquo;test&raquo;&laquo;test1&raquo;</p> source : ""<<test>>\nabcd\n<<test>>\n" flexmark: <p>&laquo;test&gt;&gt;<br /> abcd<br /> &lt;&lt;test&raquo;</p> pegdown: <p>&laquo;test&raquo;<br/>abcd<br/>&laquo;test&raquo;</p> source : "<<test>>abcd\n\n<<test>>\n"; flexmark: <p>&lt;&lt;test&gt;&gt;abcd</p> <p>&laquo;test&raquo;</p> pegdown: <p>&laquo;test&raquo;abcd</p> <p>&laquo;test&raquo;</p> ```
issue