We have redirected you to our new domain: store.godotengine.org. Please update your bookmarks!

Description
Changelog
Reviews

MarkdownLabel is a control node that displays and formats a text written in Markdown format. Useful for people familiar with Markdown and to display common Markdown files such as credits or changelogs in your game.

Usage

Simply add a MarkdownLabel node to the scene and write its markdown_text field in Markdown format. Alternatively, you can use the display_file method to automatically import the contents of a Markdown file.

You can still use BBCode tags that don't have a Markdown equivalent, such as [color=green]green text[/color], allowing you to have the full functionality of RichTextLabel with the simplicity and readability of Markdown.

For more detailed info, check out the README file in the Github repository or in the downloaded files.

Changelog for version v1.4.0

No changelog provided for this version.

Reviews (0)

MarkdownLabel has no reviews yet.

Login to write a review.