mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-30 14:50:26 -04:00
fix MDTextArea containing html tags that confuse flash's html minifier
This commit is contained in:
parent
75be0b6502
commit
cb00c2105f
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -44,6 +44,7 @@ build-docs/
|
|||
bin
|
||||
|
||||
docs/**
|
||||
docs
|
||||
|
||||
loader/src/internal/about.hpp
|
||||
loader/src/internal/resources.hpp
|
||||
|
|
|
@ -18,7 +18,7 @@ namespace geode {
|
|||
* - Paragraphs
|
||||
* - Code blocks
|
||||
* - Code spans
|
||||
* - TextArea color tags (<cr>, <cy>, etc.)
|
||||
* - TextArea color tags (<cr>, <cy>, etc.)
|
||||
* - Strikethrough
|
||||
* - Underline
|
||||
* - Bold & italic
|
||||
|
|
Loading…
Add table
Reference in a new issue