#4538 markdown list formatting issues

unreleased
open
nobody
General
nobody
2015-02-19
2012-07-12
Chris Tsai
No

https://sourceforge.net/p/forge/site-support/9/

Second

* Text
    * Text
    * Text
* Text
* Text

renders as:

  • Text
    • Text
    • Text
  • Text
  • Text

Note the extra space after the third bullet (where the list goes back up a level)

Discussion

  • Dave Brondsema

    Dave Brondsema - 2012-07-12
    • milestone: limbo --> forge-backlog
     
  • Dave Brondsema

    Dave Brondsema - 2012-07-12

    The \< and \> bug is somewhat obscure. There's a lot going on (list, bold, escaping, sub-bullet) and it generally works in other situations. A suitable workaround is to use &lt; and &gt;.

    We will pursue fixing the spacing issue at some point.

     
  • Chris Tsai - 2012-09-26
    • labels: support --> support, p3
     
  • Dave Brondsema

    Dave Brondsema - 2013-02-12
    • labels: support, p3 --> support, p3, ux
     
  • Dave Brondsema

    Dave Brondsema - 2013-02-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,25 +1,4 @@
     https://sourceforge.net/p/forge/site-support/9/
    -
    -####First####
    -
    -~~~~
    -Text 
    -
    -* **bold text\<more bold text\>**
    -    * text
    -~~~~
    -
    -renders as:
    -
    -Text 
    -
    -* **bold text\<more bold text\>**
    -    * text
    -
    -When it *should* look like:
    -
    -* <b>bold text\<more bold text\></b>
    -    * text
    
     ####Second####
    
     
  • Dave Brondsema

    Dave Brondsema - 2013-02-12

    Removed first portion of this bug report since it is working correctly now (or if not, I didn't understand the example properly).

     
  • Chris Tsai - 2013-02-12

    I think the markdown upgrade from a while back fixed it. That said, if you check back on the original support ticket, it now exhibits a different issue, but we do already have a ticket for that one here: [#5540]

     

    Related

    Tickets: #5540


Log in to post a comment.