mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 08:45:28 +00:00
add <quote> tags support
This commit is contained in:
parent
abb082dac2
commit
b141bdcf8c
1 changed files with 2 additions and 0 deletions
|
|
@ -265,6 +265,8 @@ fn pre_format(data: &str, uploads: &mut HashSet<PathBuf>) -> String {
|
|||
)
|
||||
.replace("<C", "<code")
|
||||
.replace("</C>", "</code>")
|
||||
.replace("<QUOTE", "<blockquote")
|
||||
.replace("</QUOTE>", "</blockquote>")
|
||||
.replace("<LIST", "<ul")
|
||||
.replace("</LIST>", "</ul>")
|
||||
.replace("<URL", "<a")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue