Skip to content

Conversation

@HarHarLinks
Copy link
Collaborator

Description

Enabled MD032 linting rule in rumdl to enforce empty lines around lists.

Changes done with with rumdl fmt and reviewed by me, plus further fixes (see commits).

Related issues

#3058

Role

Website & Content WG

Timeline

Signoff

Please sign off your individual commits or whole pull request.

@HarHarLinks HarHarLinks added enhancement This would be an improvement to the website. meta Something concerning the repo itself, such as technical changes, contribution guidelines, and more. labels Jan 3, 2026
@HarHarLinks
Copy link
Collaborator Author

HarHarLinks commented Jan 3, 2026

this is a draft because rumdl is producing some issues here, e.g.

diff --git a/content/blog/2021/11/2021-11-19-this-week-in-matrix-2021-11-19.md b/content/blog/2021/11/2021-11-19-this-week-in-matrix-2021-11-19.md
index d3c16e8a4..e0a82889d 100644
--- a/content/blog/2021/11/2021-11-19-this-week-in-matrix-2021-11-19.md
+++ b/content/blog/2021/11/2021-11-19-this-week-in-matrix-2021-11-19.md
@@ -183,6 +183,7 @@ Desktop client for Matrix using Qt and C++17.
 > * Move to the next room with unread messages by pressing `Alt-A`. (Symphorien)
 > * Support jdenticons as a placeholder for rooms or users without avatars.
 >   (LorenDB)
+>   
 >   - You will need to install <https://github.com/Nheko-Reborn/qt-jdenticon&gt;
 > * Properly sign macOS builds.
 > * Support animated images like GIF and WebP.
@@ -198,6 +199,7 @@ Desktop client for Matrix using Qt and C++17.
 > * Render room avatar changes in the timeline. (BShipman)
 > * Support pulling out the sidebar to make it wider.
 > * Allow editing pending messages instead of blocking until they are sent.
+>   
 >   (balsoft)
 > * Support mnemonics in the context menus. (AppAraat)
 > * Support TOFU for encryption. (Trust on first use)
diff --git a/content/blog/2024/05/2024-05-24-twim.md b/content/blog/2024/05/2024-05-24-twim.md
index 1f34e529f..ad4661333 100644
--- a/content/blog/2024/05/2024-05-24-twim.md
+++ b/content/blog/2024/05/2024-05-24-twim.md
@@ -113,6 +113,7 @@ Android Matrix messenger application using the Matrix Rust Sdk and Jetpack Compo
 >    many devices as they desire.
 >  - **Make memberships reliable.** MatrixRTC membership is tracked by room state. Since room state cannot expire, clients need to manually
 >    update their membership state when they leave. So as soon as the client crashes, loses network, or the user `ctrl+w`'s the call instead of hanging up, the call remains.
+>    
 >    - Currently there is a workaround to store a expire time inside the event, periodically update the event, and check if it's valid before using the membership.
 >  - **Spec call focus information**, and expose it via the client `.well-known`.
 > 
diff --git a/content/docs/matrix-concepts/rooms_and_events/_index.md b/content/docs/matrix-concepts/rooms_and_events/_index.md
index 6428e9ed1..01aec6d81 100644
--- a/content/docs/matrix-concepts/rooms_and_events/_index.md
+++ b/content/docs/matrix-concepts/rooms_and_events/_index.md
@@ -123,6 +123,7 @@ ask Alice's `example.com` a local copy of the room, and stay in sync with it.
 }}
 
 If Carol joins from her homeserver `ergaster.org`, she will also get the power level
+
 0.
 
 {{ figure(

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 5, 2026

Deploying matrix-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: faf9f8d
Status: ✅  Deploy successful!
Preview URL: https://fef8c391.matrix-website.pages.dev
Branch Preview URL: https://harharlinks-md032.matrix-website.pages.dev

View logs

Signed-off-by: HarHarLinks <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This would be an improvement to the website. meta Something concerning the repo itself, such as technical changes, contribution guidelines, and more.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants