From: Joel U. <uck...@no...> - 2005-05-06 13:36:32
|
Thus spake Reini Urban: > Jens D. schrieb: > > sorry for my english ;) > > We try to use rc3. > > If you read textformating rules you have to do this for a bold text: > > *Test* (or some othe things like !) > > > > If you take *TEST* you became a bullet list an no bold text. > > Dont no, is it a bug or a litle feature ;) > > It's a known little bug, nobody could solve so far. > > There's a conflict with "*" marking a bullet list and "*word*" marking > bold. > > When > *some bold sentence* starts at the first column, it will be recognized > as bullet list, and not as bold markup. Could we solve this by counting the * in each line in the case where the first character is a *? If the count is odd, then we either have a list item or a mistake. I'll have a look at this one, too, once I have some time again. |