-
Notifications
You must be signed in to change notification settings - Fork 375
Add loose markdown linter #2796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Thib <[email protected]>
Signed-off-by: Thib <[email protected]>
Signed-off-by: Thib <[email protected]>
Deploying matrix-website with
|
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 |
Signed-off-by: Thib <[email protected]>
Signed-off-by: Thib <[email protected]>
Signed-off-by: Thib <[email protected]>
|
||
[embed]https://www.youtube.com/watch?v=As-5vVdXhu0[/embed] | ||
[embed]<https://www.youtube.com/watch?v=As-5vVdXhu0[/embed>] |
There was a problem hiding this comment.
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/<tid> 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/<alias>") | |||
def query_alias(alias): | |||
alias_localpart = alias.split(":")[0][1:] | |||
alias_localpart = alias.split[":"](0)[1:] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope
Signed-off-by: Thib <[email protected]>
…disable them for now Signed-off-by: Thib <[email protected]>
reference-links-images: false | ||
# table-pipe-style: | ||
# style: consistent | ||
table-column-coune: false |
There was a problem hiding this comment.
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?
Is it possible to add a check that we do internal links properly internally? |
How to handle this? |
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 |
goals:
future ideas: