Details
-
Type:
Improvement
-
Status: Done (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: plugin-site
-
Labels:
-
Epic Link:
-
Similar Issues:
Description
See https://gist.github.com/dcode/0cfbf2699a1fe9b46ff04c41721dda74#admonitions for instructions that guide authors to allow admonitions to work better when hosting documentation in the GitHub repository.
Though the plugin site doesn't show the admotion tables very well compared to GitHub. It seems like it's only asciidoc admonitions that renders as tables so a style of
table {
border: 1px solid silver;
}
td {
padding 2em;
}
could be enough to fix that.