Actions
Defect #16613
openNot proper scanned Markup with point notation
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi there,
I encountered a little misbehaviour regarding textile markup und . notations.
Example:*test.argh*
test.argh
gets proper parsed (bold test.argh)*[test].argh*
.argh
gets wrong parsed to (bold .argh - [test] is striped)*{test}.argh*
.argh
is parsed to (bold .argh - {test} is striped, as this is the notation for passing css to the markup, which is correct.)
Is the regular expression maybe wrong and it only parses for *[something in brackets].Text
?
Actions