FEATURE: adds support for headings in chat (#29552)

```
```

Will now be converted into their html versions: <h1>, <h2>, <h3>, ...
This commit is contained in:
Joffrey JAFFEUX
2024-11-04 06:11:53 +09:00
committed by GitHub
parent b81055a6d4
commit 279fc846db
3 changed files with 28 additions and 17 deletions

View File

@@ -220,6 +220,7 @@ module Chat
blockquote
emphasis
replacements
heading
]
def self.cook(message, opts = {})