Displaying 1 result from an estimated 1 matches for "qtag".
Did you mean:
tag
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results:
1) The regexp for strong (*) and bold (**) is greedy, which produces
very strange results.
The simplest way to show the problem is to give an example.
This is the original code:
=====
Strong:
Lets do a little test *t*
this should not be strong *u*.
Bold:
Lets do another test **t**
this should not be bold **u**.
=====