Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Adding markdown options to project settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaasref committed Oct 26, 2020
1 parent 2fb4b69 commit 43eb52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/Rakugo/settings_list.gd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var default_property_list:Dictionary = {
"rakugo/game/text/markup" : [
"renpy", PropertyInfo.new(
"", TYPE_STRING, PROPERTY_HINT_ENUM,
"renpy,bbcode", PROPERTY_USAGE_CATEGORY)
"renpy,bbcode,markdown,markdown_simple", PROPERTY_USAGE_CATEGORY)
],


Expand Down

0 comments on commit 43eb52d

Please sign in to comment.