You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdocs is designed to render websites from markdown to minimise the amount of html that is manually created.
In reviewing the website a number of blocks have been introduced with raw HTML which can / should be avoided.
Caveats / Assumptions
Do not remove content. Only remove HTML if an appropriate markdown substitution can be produced.
Completion Criteria
The text was updated successfully, but these errors were encountered:
Issue description / feature objectives
mkdocs
is designed to render websites from markdown to minimise the amount of html that is manually created.In reviewing the website a number of blocks have been introduced with raw HTML which can / should be avoided.
Caveats / Assumptions
Completion Criteria
The text was updated successfully, but these errors were encountered: