Actions
Defect #21552
openTextile auto-link does not stop at a space character
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Assume that Textile formatter is parsing the following text.
URI that uses the https:// scheme
Expected output is:
<a class="external" href="https:// scheme">https://</a> scheme
But actual output is:
<a class="external" href="https:// scheme">https:// scheme</a>
I think auto-link should not jumps over the space character.
No data to display
Actions