#12891 closed defect (fixed)
markdown hypertext stopped working
Reported by: | Adam Peller | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Documentation | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Not sure if this was deliberate, but I think it's useful to be able to embed hyperlinks within a description. If this is by design, the hyperlinks need to be removed.
e.g. dojo.number.parse.options.pattern
UPDATE: this particular bug is the lack of Markdown processing when a description is used with a keyword argument object as parameters to a method.
Change History (3)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Only for dojotoolkit.org, I have set up things in parameter tables ONLY so that both descriptions and summaries are parsed with Markdown. The problem is that most of the keyword argument objects used for things like parameter tables only have property summaries and not descriptions; hopefully we won't run into any kind faux-HTML in a summary that breaks a page.