Skip to content

Conversation

thibaultamartin
Copy link
Contributor

@thibaultamartin thibaultamartin commented Jun 26, 2025

goals:

  • make sure URLs are linkified ("autolinks")
  • reversed md links
  • extensible in the future

future ideas:

  • increasing headings
  • consistent heading style
  • lists are properly indented
  • see the options turned off in the config

Copy link

cloudflare-workers-and-pages bot commented Jun 26, 2025

Deploying matrix-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 28e9a1a
Status: ✅  Deploy successful!
Preview URL: https://94629def.matrix-website.pages.dev
Branch Preview URL: https://add-loose-markdown-linter.matrix-website.pages.dev

View logs

@HarHarLinks HarHarLinks added the meta Something concerning the repo itself, such as technical changes, contribution guidelines, and more. label Jun 26, 2025

[embed]https://www.youtube.com/watch?v=As-5vVdXhu0[/embed]
[embed]<https://www.youtube.com/watch?v=As-5vVdXhu0[/embed>]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope

@@ -84,7 +84,7 @@ namespaces:
To test everything is working correctly, go ahead and explicitly create a room with the alias "#logged_test:localhost" and send a message into the room: the HS will relay the message to the AS by PUTing to /transactions/&lt;tid&gt; and you should see your AS print the event on the terminal. This will monitor any room which has an alias prefix of "#logged_", but it won't lazily create room aliases if they don't already exist. This means it will only log messages in the room you created before: #logged_test:localhost. Try joining the room "#logged_test2:localhost" without creating it, and it will fail. Let's fix that and add in lazy room creation:
<pre>@app.route("/rooms/&lt;alias&gt;")
def query_alias(alias):
alias_localpart = alias.split(":")[0][1:]
alias_localpart = alias.split[":"](0)[1:]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope

reference-links-images: false
# table-pipe-style:
# style: consistent
table-column-coune: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is a "coune"? is this going over my head or supposed to be "count"? is there a reference for all the options?

@thibaultamartin thibaultamartin marked this pull request as draft June 26, 2025 12:17
@HarHarLinks
Copy link
Collaborator

HarHarLinks commented Jun 26, 2025

Is it possible to add a check that we do internal links properly internally?
maybe https://github.com/theoludwig/markdownlint-rule-relative-links (at least its similar)

@HarHarLinks HarHarLinks mentioned this pull request Jun 26, 2025
@HarHarLinks
Copy link
Collaborator

@thibaultamartin
Copy link
Contributor Author

How about escaping the link as inline code?

@HarHarLinks
Copy link
Collaborator

How about escaping the link as inline code?

I'm not 100% sure what would and what wouldn't be acceptable to e.g. in this case the SCT

https://matrix.to/#/!kOXQjUbOfdYNCtRmZv:matrix.org/$Xgx6TF5riLOvS35MCUeqaXc_nr8nIePEtFbDOLsURyg?via=matrix.org&via=element.io&via=mozilla.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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