Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions test-lint.smd
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
A small test document with linting warnings and errors.

Speeling, typos and other mistook in prose.

Check failure on line 3 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Text Spelling

Did you mean to spell `Speeling` this way? Suggestions: `Speeding`, `Spelling`, `Peeling`.

Check warning on line 3 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Text Formatting

There are 2 spaces where there should be only one.

[Inaccessible](https://doesnotexit1234asdf.com) and [insecure](http://gihub.com) links.

Check notice on line 5 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Link Insecure

Link uses HTTP; it is probably better to use HTTPS

Check warning on line 5 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Link Inaccessible

Link `https://doesnotexit1234asdf.com` is not accessible

Referring to a non-existent [figure](fig1).

Check failure on line 7 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Link Target Unresolved

Unable to resolve internal link target `fig1`

Citing a non existent reference [@foo].

Check failure on line 9 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Citation Target Unresolved

Unable to resolve citation target `foo`

Check notice on line 9 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Text Word Choice

Did you mean the closed compound noun “nonexistent”?

Using a non-existent TeX math command $\baz{}$.

Check failure on line 11 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

TeX MathInline Syntax error

Undefined("Command(\"baz\")")

Check failure on line 11 in test-lint.smd

View workflow job for this annotation

GitHub Actions / test-ubuntu

Text Spelling

Did you mean to spell `TeX` this way? Suggestions: `Tel`, `Tax`, `Tea`.

Using undefined variables:

Expand Down
Loading