Markdown Support

Docs- https://github.com/cdhanna/MarkdownSupportDocs


Markdown Support add capabilities for the `.md` and `.markdown` file extensions to Unity. Markdown is a text formatting standard that is easy to read in plain text, and can be rendered into HTML for web clients. Markdown Support converts plain text markdown files into Unity UIToolkit panels that are viewable in both Editor and Runtime.



Third Party Notice:

Markdown Support uses 3 pieces of software with open source licenses.

1. The Roboto font is included under the Apache 2.0 lisence, and the font has no required NOTICE file.

2. The Markdig library is included under the BSD-2 lisence.

3. A custom fork of the Highlight (for C#) library is included under the MIT lisence.

For more information, see the Licenses/readme.markdown file in the package.