Markdown Rendering Module
- Access to Kong Manager
- The Developer Portal is enabled and running
Specify the markdown rendering module in a document
- Create a markdown file for your Dev Portal documentation.
-
- All markdown CSS classes should be prepended by . This is to ensure that markdown styles do not bleed into other areas of the portal.
- The
.css
file should be placed in the current theme’s/assets
directory. - Other classes defined in any other Dev Portal CSS external to the
markdown.css
may pollute your rendered markdown. If you want to unset particular styles, you can do so using the/assets/style/markdown-fixes.css
file.