Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.42 KB

markdown-rules.md

File metadata and controls

13 lines (9 loc) · 1.42 KB

Markdown rules

This application uses Docusaurus, which creates documentation pages from .md (Markdown) and .mdx (Markdown + JSX) files. Docusaurus compiles each type into a React component. However, if during compilation it encounters invalid markup or markup it is unsure of, the compiler will stop and return an error.

Therefore, it is a requirement that Markdown files are properly formatted otherwise this application can crash. When running the import script in this application, it will attempt to compile each Markdown file to ensure there are no errors present otherwise the file will be skipped.

Documentation and various tools that can assist in validation markdown content: