Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textile parser doesn't parse bold inside emphasis or italics #5

Closed
ghost opened this issue Oct 4, 2014 · 6 comments
Closed

Textile parser doesn't parse bold inside emphasis or italics #5

ghost opened this issue Oct 4, 2014 · 6 comments

Comments

@ghost
Copy link

ghost commented Oct 4, 2014

From bogdan.g...@gmail.com on April 13, 2009 14:21:22

What steps will reproduce the problem? Textile syntax:
aaaa

Expected output:

aaaa


Actual output:

aaaa

This seems to work with the parser used here http://www.textism.com/tools/textile/ and with the Ruby version.

Original issue: http://code.google.com/p/textpattern/issues/detail?id=1

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From intel352 on May 21, 2009 08:09:47

This issue appears to be due to platform and/or PHP version (or even PCRE version).
More research regarding the cause of this problem, needs to occur.

An interim fix, is to:

FIND:
function fSpan($m)

ADD:
$content = $this->span($content);

BEFORE:
$out = ...

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From r.wetzlmayr on June 23, 2009 21:56:19

Status: Confirmed

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From r.wetzlmayr on June 24, 2009 02:02:22

Labels: Priority-Medium

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From r.wetzlmayr on June 24, 2009 02:02:40

Labels: Component-Textile Type-Defect

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From netcarv...@gmail.com on July 03, 2010 06:44:09

There is a work-around for this in textile.

Instead of aaaa just us aaaa.

@ghost
Copy link
Author

ghost commented Oct 4, 2014

From stefdawson on September 23, 2010 01:43:59

This issue was closed by revision r3400 .

Status: Fixed

@ghost ghost closed this as completed Oct 4, 2014
Bloke pushed a commit that referenced this issue Jul 30, 2015
bloatware added a commit that referenced this issue Apr 4, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants