Closed
Bug 1060308
Opened 10 years ago
Closed 10 years ago
Markdown: URLs and Emails are not rendered literally in code spans and code blocks
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 6.0
People
(Reporter: koosha.khajeh, Assigned: koosha.khajeh)
References
Details
Attachments
(1 file)
(deleted),
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
If I write
```
http://www.example.com
foo@example.com
```
the output won't be the literal URL and email addresses. They will be
<a href="http://www.example.com">http://www.example.com</a>
<a href="mailto:foo@example.com">foo@example.com</a>
in a code block.
The same is true for code spans (e.g `http://www.example.com`).
Attachment #8481217 -
Flags: review?(glob)
Comment on attachment 8481217 [details] [diff] [review]
patch - v1.0
Review of attachment 8481217 [details] [diff] [review]:
-----------------------------------------------------------------
r=glob
Attachment #8481217 -
Flags: review?(glob) → review+
Updated•10 years ago
|
Flags: approval? → approval+
Comment 2•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
cf8e842..6024c5c master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Target Milestone: Bugzilla 5.0 → Bugzilla 6.0
You need to log in
before you can comment on or make changes to this bug.
Description
•