flame_markdown 0.1.1+4 flame_markdown: ^0.1.1+4 copied to clipboard
Markdown support for the Flame game engine, bridging the markdown package into Flame's text rendering pipeline.
Adds markdown support for Flame using the markdown package.
flame_markdown #
This package facilitates the creation of Flame's TextNode hierarchies by leveraging markdown strings.
It integrates with the markdown
package to parse markdown strings into an AST and uses that AST to
create a DocumentRoot
containing the equivalent list of nodes from Flame's text rendering
pipeline.
Add this as a dependency to your Flame game if you want to easily apply simple inline formatting to
text in your game (bold, italics), or if you want to create complex text documents with headings and
paragraphs and have them formatted by Flame's text layout system, without needing to manually
specify the TextNode
tree structure.