Skip to content

ci: add markdownlint#7

Merged
isobelmcrae merged 1 commit into
mainfrom
ci
Feb 19, 2026
Merged

ci: add markdownlint#7
isobelmcrae merged 1 commit into
mainfrom
ci

Conversation

@Zopolis4

Copy link
Copy Markdown
Contributor

ugly markdown. lots of trailing whitespace. CI clearly required.

@Zopolis4 Zopolis4 marked this pull request as ready for review February 19, 2026 12:20
@Zopolis4 Zopolis4 requested a review from isobelmcrae February 19, 2026 12:20

@isobelmcrae isobelmcrae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why title change :(

Comment thread content/eduroam.md
---
id: eduroam
title: "how do i connect to eduroam on <distro>?"
title: "how do i connect to eduroam on $distro?"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

wait why did this get changed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

because markdownlint thought it was inline html 💀 i didnt want to disable the whole inline html rule so i just

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

ouh........ is there a way we can do like something to indicate insert distro here or....

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yeah thats why idid $distro it matches patterns i have seen where people will say $dayjob and whatnot.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

alr alr its fine then

@cyuria

cyuria commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

+1 to this pr, but I feel like we should also specify a line length limit for better terminal viewing (wrapping anything over 79 chars is standard I believe)

@Zopolis4

Copy link
Copy Markdown
Contributor Author

+1 to this pr, but I feel like we should also specify a line length limit for better terminal viewing (wrapping anything over 79 chars is standard I believe)

i aint fixing allat

./README.md:7: MD013 Line length
./README.md:15: MD013 Line length
./content/eduroam.md:13: MD013 Line length
./content/eduroam.md:17: MD013 Line length
./content/eduroam.md:24: MD013 Line length
./content/eduroam.md:39: MD013 Line length
./content/eduroam.md:55: MD013 Line length
./content/eduroam.md:59: MD013 Line length
./content/eduroam.md:91: MD013 Line length
./content/iot.md:14: MD013 Line length
./content/iot.md:16: MD013 Line length
./content/iot.md:20: MD013 Line length
./content/iot.md:22: MD013 Line length
./content/iot.md:24: MD013 Line length
./content/iot.md:30: MD013 Line length
./content/iot.md:44: MD013 Line length

@isobelmcrae isobelmcrae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

looks fine for time being, will work on fixing line length in another pr !!

@isobelmcrae isobelmcrae merged commit 6072e54 into main Feb 19, 2026
1 check passed
@Zopolis4 Zopolis4 deleted the ci branch February 19, 2026 12:30
@cyuria

cyuria commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

i aint fixing allat

./README.md:7: MD013 Line length
./README.md:15: MD013 Line length
./content/eduroam.md:13: MD013 Line length
./content/eduroam.md:17: MD013 Line length
./content/eduroam.md:24: MD013 Line length
./content/eduroam.md:39: MD013 Line length
./content/eduroam.md:55: MD013 Line length
./content/eduroam.md:59: MD013 Line length
./content/eduroam.md:91: MD013 Line length
./content/iot.md:14: MD013 Line length
./content/iot.md:16: MD013 Line length
./content/iot.md:20: MD013 Line length
./content/iot.md:22: MD013 Line length
./content/iot.md:24: MD013 Line length
./content/iot.md:30: MD013 Line length
./content/iot.md:44: MD013 Line length

Hmm there should be some exceptions for things like long links anyway, so it's probably for the best it's not enforced by CI. Someone should go through and reformat it all though, especially with the number of capitalisation issues.

@isobelmcrae

Copy link
Copy Markdown
Collaborator

i aint fixing allat

./README.md:7: MD013 Line length
./README.md:15: MD013 Line length
./content/eduroam.md:13: MD013 Line length
./content/eduroam.md:17: MD013 Line length
./content/eduroam.md:24: MD013 Line length
./content/eduroam.md:39: MD013 Line length
./content/eduroam.md:55: MD013 Line length
./content/eduroam.md:59: MD013 Line length
./content/eduroam.md:91: MD013 Line length
./content/iot.md:14: MD013 Line length
./content/iot.md:16: MD013 Line length
./content/iot.md:20: MD013 Line length
./content/iot.md:22: MD013 Line length
./content/iot.md:24: MD013 Line length
./content/iot.md:30: MD013 Line length
./content/iot.md:44: MD013 Line length

Hmm there should be some exceptions for things like long links anyway, so it's probably for the best it's not enforced by CI. Someone should go through and reformat it all though, especially with the number of capitalisation issues.

you don't like my lowercase? :(

@cyuria

cyuria commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

you don't like my lowercase? :(

I don't mind it but every article uses a slightly different capitalisation style, which makes things very much inconsistent, especially around proper nouns

@isobelmcrae

Copy link
Copy Markdown
Collaborator

I don't mind it but every article uses a slightly different capitalisation style, which makes things very much inconsistent, especially around proper nouns

different authors have different styles, will probably edit it later though for consistency

maybe a style guide could be useful

@Zopolis4

Copy link
Copy Markdown
Contributor Author

some sort of. markdown style. if you will.

@cyuria

cyuria commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

I don't mind it but every article uses a slightly different capitalisation style, which makes things very much inconsistent, especially around proper nouns

different authors have different styles, will probably edit it later though for consistency

maybe a style guide could be useful

I think it's better that authors' personal styles come through in their writing, not in their capitalisation but yes, I think a style guide at some point would probably help.

@isobelmcrae

Copy link
Copy Markdown
Collaborator

I think it's better that authors' personal styles come through in their writing, not in their capitalisation but yes, I think a style guide at some point would probably help.

yes, it was something i just put out quickly - will go fix :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants