Project

General

Profile

Actions

Defect #16613

open

Not proper scanned Markup with point notation

Added by Daniel Felix about 10 years ago. Updated about 6 years ago.

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

Also available in: Atom PDF