📄️ Welcome to Azimuth Markdown
What is Azimuth Markdown?
📄️ Getting Started
Requirements
📄️ Integration Tiers
Azimuth Markdown offers three ways to integrate, from zero-effort to full control.
📄️ Blueprint API Reference
All functions are available in the Azimuth Markdown Library category in Blueprint. They are static functions callable from any Blueprint without needing a reference to an object.
📄️ C++ API Reference
FAzimuthMarkdownParser
📄️ DataTable Setup
The plugin uses UE's standard URichTextBlock styling system. You need a DataTable of row type RichTextStyleRow to define how each markdown element looks.
📄️ Supported Markdown Syntax
Block-Level Elements
📄️ Customization
Custom Tag Mapping
📄️ Security
Azimuth Markdown is designed with security as a core principle.
📄️ Tips and Best Practices
For AI/LLM Output
📄️ Troubleshooting
Text shows literal tags like text
📄️ FAQ
Q: Does this plugin work at runtime (in packaged builds)?
📄️ Getting Help
If you encounter issues or have questions:
📄️ Appendix A: Style Row Reference
Each row in the DataTable uses UE's FRichTextStyleRow struct. The available fields are:
📄️ Appendix B: Default Tag Mapping
The default tag mapping returned by GetDefaultAzimuthTagMapping():
📄️ Version History
v1.0 -- Initial release (February 2026)