mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: adds support for headings in chat (#29552)
``` ``` Will now be converted into their html versions: <h1>, <h2>, <h3>, ...
This commit is contained in:
@@ -220,6 +220,7 @@ module Chat
|
||||
blockquote
|
||||
emphasis
|
||||
replacements
|
||||
heading
|
||||
]
|
||||
|
||||
def self.cook(message, opts = {})
|
||||
|
||||
Reference in New Issue
Block a user