Closed
Bug 1653049
Opened 5 years ago
Closed 5 years ago
Support tables in Markdown
Categories
(Developer Infrastructure :: Source Documentation, enhancement)
Developer Infrastructure
Source Documentation
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: mhentges, Assigned: mhentges)
Details
Attachments
(1 file)
We're collecting build telemetry with Glean, and Glean generates markdown documentation describing the telemetry and visualizes it with a table (here's an example from a different project).
The in-tree docs system already supports markdown, but it doesn't render markdown tables.
It looks like there's an solution: an (immature?) extension for sphinx
| Assignee | ||
Comment 1•5 years ago
|
||
CC-ing chutten on the Glean team because future project in-tree using Glean will want to be able to use the generated documentation
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mhentges
| Assignee | ||
Comment 2•5 years ago
|
||
Glean generates telemetry documentation in markdown and uses tables.
This revision adds support for rendering markdown tables using an extension.
Depends on D83012
Updated•5 years ago
|
Attachment #9163843 -
Attachment description: Bug 1653049: Support tables in markdown → Bug 1653049: Docs support markdown tables
Comment 3•5 years ago
|
||
Awesome Idea Mitchell, lets add this thanks!
Pushed by mhentges@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80475e27b91b
Docs support markdown tables r=championshuttler
Comment 5•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•