#5316 Check on HTML tags allowed in Markdown

v1.0.0
closed
General
Cory Johns
2015-08-20
2012-11-16
No

Whitelisted HTML tags are allowed in Markdown, but it seems that less are supported or they are handled differently now. For example, see https://sourceforge.net/adobe/flexsdk/wiki/Flex%204/ This probably happened when we upgraded Markdown recently. Check to see if its feasible to re-instate this support, particularly <div> tags with some styles which are useful for layout. If it's not practical, we don't necessarily have to do it.

Related

Tickets: #5316

Discussion

  • Igor Bondarenko - 2012-11-19
    • status: open --> in-progress
     
  • Igor Bondarenko - 2012-11-19

    Created #221: [#5316] Check on HTML tags allowed in Markdown (2cp)

     

    Related

    Tickets: #5316

  • Igor Bondarenko - 2012-11-29

    Processing markdown-markup inside tags is an option that disabled by default in the current version of Markdown. We can easily enable it, but it requires the user to place markdown="1" attribute in each tag, which contains markdown-markup inside of it.

    We have two options here:

    • leave this as it is (requiring the user to provide mardown="1" attribute)
    • try to inject it automatically in a needed tags, but this may be error prone and badly maintainable.
     
  • Dave Brondsema

    Dave Brondsema - 2012-11-29

    Thanks for the research. I've looked into it more myself to understand, and am going to turn on the markdown=1 support.

     
  • Dave Brondsema

    Dave Brondsema - 2012-11-29
    • assigned_to: Dave Brondsema
     
  • Dave Brondsema

    Dave Brondsema - 2012-11-30
    • status: in-progress --> code-review
    • qa: Cory Johns
    • size: --> 1
    • milestone: forge-backlog --> forge-dec-14
     
  • Dave Brondsema

    Dave Brondsema - 2012-11-30

    forge:db/5316

    Set to validation when done, we need to fix up the Adobe pages still.

     
  • Cory Johns - 2012-12-03
    • status: code-review --> validation
     
  • Dave Brondsema

    Dave Brondsema - 2012-12-07
    • status: validation --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2012-12-14
    • labels: --> adobe
     

Log in to post a comment.