A markdown file type renderer for Unity. It works in Runtime, and in the Editor via UIToolkit.Docs- https://github.com/cdhanna/MarkdownSupportDocsMarkdown 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.MarkdownSupport renders .md and .markdown files in the Inspector, by converting them to UIToolkit ready components. 1. Configurable- you can change the look and feel of the markdown!2. Editor- you can create your own custom editor tooling that uses the MarkdownSupport SDK3. Runtime- you can even render markdown in game, using UIToolkit.