Closed
Bug 1773598
Opened 3 years ago
Closed 3 years ago
Visible </pre> in code block
Categories
(Developer Infrastructure :: Firefox Source Docs: Content, defect)
Developer Infrastructure
Firefox Source Docs: Content
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: maxim, Assigned: Sylvestre)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36
Steps to reproduce:
- Go to https://firefox-source-docs.mozilla.org/devtools-user/debugger/how_to/use_a_source_map/index.html
- See
//# sourceMappingURL=http://example.com/path/to/your/sourcemap.map</pre>
Actual results:
I can see </pre> where it's not supposed to be.
My guess is that when migrating from HTML to RST, some regular expression missed the </pre>, leaving it inside of the code-block
Expected results:
No </pre in the code block.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sledru
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad2bdbbc6de8
devtools/docs: remove a html artifact DONTBUILD
Comment 3•3 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•