normalized 3rd level headings and adapted the max-width of the body (#5994)

This commit is contained in:
najanajana 2023-10-19 22:12:32 +02:00 committed by GitHub
parent cc22c195d8
commit 97a3f27732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 45 additions and 42 deletions

View file

@ -283,7 +283,7 @@ Things in context:
This hook is called on the client side whenever a user joins or changes. This
can be used to create notifications or an alternate user list.
=== `chatNewMessage`
=== chatNewMessage
Called from: `src/static/js/chat.js`
@ -319,7 +319,7 @@ Context properties:
* `duration`: How long (in milliseconds) to display the gritter notification (0
to disable).
=== `chatSendMessage`
=== chatSendMessage
Called from: `src/static/js/chat.js`