[ 
https://issues.apache.org/jira/browse/ESME-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994664#comment-12994664
 ] 

Vassil Dichev commented on ESME-307:
------------------------------------

ESME's parser is a much-simplified version of Lift's TextileParser, and after 
checking Lift's behaves the same way with inline markup- punctuation doesn't 
end the markup:

http://scala-tools.org/mvnsites/liftweb-2.2/framework/scaladocs/lift-modules/lift-textile/src/main/scala/net/liftweb/textile/TextileParser.scala.html

This might be an omission in the parser considering that the de-facto standard 
implementation terminates inline markup correctly on punctuation:

http://textile.thresholdstate.com/

Since I still have plans to include textile in ESME again, I might consider 
fixing it in Lift after we solve it in ESME.

> Format rendering gets confused by some punctuation
> --------------------------------------------------
>
>                 Key: ESME-307
>                 URL: https://issues.apache.org/jira/browse/ESME-307
>             Project: Enterprise Social Messaging Environment (ESME)
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: Release 1.1
>            Reporter: Ethan Jewett
>            Assignee: Vladimir Ivanov
>            Priority: Minor
>             Fix For: 1.2
>
>
> Try the following messages:
> Does *this* work?
> How about *this*?
> In the first message, "this" is rendered in bold with no asterisks. In the 
> second message, it is rendered in normal text as "*this*".
> The first behavior is correct.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to