You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page is meant for testing the linting checks. For all checks to run properly this file should be moved under `docs`.
9
+
10
+
It should trigger the fail threshold for `meta-checks`, `proselint-checks`, `spelling-checks`, `slurm-lint`, and `test-build`
11
+
12
+
Add tests here as needed.
13
+
14
+
Somee tpyos for spelchecker to triger fail neeeds to be at laest fiveteen keybored whopsers whiche is qiute a hihe tolerence i thinc. I woold loweir this threshehold bute for the momenent it can be a bitte overzaelos.
15
+
16
+
```as
17
+
typos shuold be igonred in code blokcs
18
+
```
19
+
20
+
!!! warning "some admonistion"
21
+
contents of admonition
22
+
23
+
Typos should `be igonred` in inline code blocks.
24
+
25
+
Typos should [be ignored](https://www.docs.nesi.org.nz)
26
+
Typos should [be ignored](../docs/General/FAQs/How_do_I_request_memory.md)
27
+
28
+
29
+
30
+
Bad formatting for markdownlint
31
+
32
+
* bullet points
33
+
- bullet points
34
+
35
+
### Improper
36
+
37
+
## Header nesting
38
+
39
+
40
+
```sl
41
+
!#/bin/bash
42
+
43
+
44
+
#SBATCH -j short-option
45
+
#SBATCH --not-a-real-flag=not_real
46
+
47
+
module load something
48
+
49
+
```
50
+
51
+
[bad link](../docs/General/not-a-page.md)
52
+
53
+
[bad internal link](#impropers)
54
+
55
+
Very very bad prose shit this is probably very unproper language sorry about that hopefully the chairman doesn't see lets circle back around.
56
+
57
+
The following checks will only work if moved into a subdir of `docs/`
0 commit comments