Skip to content

Commit

Permalink
Fix overlong lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Dec 17, 2024
1 parent a913b6a commit b79bc52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Extract TeX files
run: make base
- name: Run explcheck
run: explcheck --warnings-are-errors -- *.tex *.sty
run: explcheck --warnings-are-errors --max-line-length=72 -- *.tex *.sty
markdownlint:
name: Style check (Markdown)
runs-on: ubuntu-latest
Expand Down
18 changes: 10 additions & 8 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -35216,7 +35216,8 @@ end
{
\markdownWarning
{
The~theme~name~"witiko/dot"~has~been~soft-deprecated. \iow_newline:
The~theme~name~"witiko/dot"~has~been~soft-deprecated.
\iow_newline:
Consider~changing~the~name~to~"witiko/diagrams@v1".
}
}
Expand Down Expand Up @@ -35331,10 +35332,11 @@ end
{
\markdownWarning
{
Write~"witiko/diagrams@v1"~to~pin~version~"v1"~of~the~theme~
"witiko/diagrams".~This~will~keep~your~documents~from~suddenly~
breaking~when~we~have~released~future~versions~of~the~theme~with~
backwards-incompatible~syntax~and~behavior.
Write~"witiko/diagrams@v1"~to~pin~version~"v1"~of~the~
theme~"witiko/diagrams".~This~will~keep~your~documents~
from~suddenly~breaking~when~we~have~released~future~
versions~of~the~theme~with~backwards-incompatible~
syntax~and~behavior.
}
\markdownSetup
{
Expand Down Expand Up @@ -35574,9 +35576,9 @@ end
{
\markdownWarning
{
The~theme~witiko/example/#1~is~supposed~to~be~used~in~code~examples.~
Using~it~in~actual~code~has~no~effect,~except~this~warning~message,~
and~is~usually~a~mistake.
The~theme~witiko/example/#1~is~supposed~to~be~used~in~code~
examples.~Using~it~in~actual~code~has~no~effect,~except~
this~warning~message,~and~is~usually~a~mistake.
}
}
}
Expand Down

0 comments on commit b79bc52

Please sign in to comment.