Re: Issue 3602 in reviewboard: Master bug: Plain text is rendered incorrectly when escaping for Markdown.

2014-10-07 Thread reviewboard


Comment #2 on issue 3602 by jamesd...@gmail.com: Master bug: Plain text is  
rendered incorrectly when escaping for Markdown.

https://code.google.com/p/reviewboard/issues/detail?id=3602

Steps to reproduce:
1. Create a review request.
2. Enter the following description:


1. Lorem ipsum:
   Blah blah blah
2. Lorem ipsum:
   Blah blah blah


Result:
The description gets transformed into:
1. Lorem ipsum:
Blah blah blah
2. Lorem ipsum:
Blah blah blah

This doesn't seem to happen with bulleted list items with *.

(This is with Review Board 2.0.6, but I also reproduced it on  
demo.reviewboard.org which is currently running 2.1 alpha 0.)



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3602 in reviewboard: Master bug: Plain text is rendered incorrectly when escaping for Markdown.

2014-10-06 Thread reviewboard


Comment #1 on issue 3602 by chip...@gmail.com: Master bug: Plain text is  
rendered incorrectly when escaping for Markdown.

https://code.google.com/p/reviewboard/issues/detail?id=3602

Issue 3529 has been merged into this issue.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3602 in reviewboard: Master bug: Plain text is rendered incorrectly when escaping for Markdown.

2014-10-05 Thread reviewboard

Status: Confirmed
Owner: 
Labels: Type-Defect Priority-High Milestone-Release2.0.x Component-Reviews

New issue 3602 by chip...@gmail.com: Master bug: Plain text is rendered  
incorrectly when escaping for Markdown.

https://code.google.com/p/reviewboard/issues/detail?id=3602

What version are you running?
2.0.x

This is the master bug for cases where the Markdown escaping is broken.

The intention is for our Markdown escaping to perfectly represent provided  
text (from pre-2.0 review requests, or from non-Markdown commit messages)  
without any artifacts (such as stray \ symbols).


This doesn't always work perfectly due to the manner in which we're  
escaping. This is because, currently, we need to be compatible with Python  
Markdown rendering and JavaScript Marked rendering. The plan is to switch  
exclusively to Python Markdown rendering, which will allow us to better  
handle intelligent escaping, fixing most problems.


If you have a case where your text is not escaped and rendered properly,  
please post it here as a comment.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.