add file with examples

This commit is contained in:
David Holdeman 2023-01-19 19:19:16 -06:00
parent 377ffdbd58
commit d74a94a808
1 changed files with 49 additions and 0 deletions

49
check.txt Normal file
View File

@ -0,0 +1,49 @@
# Bad Link Tests
This file has some examples of good and bad link and image styles.
[good link](Idle-Control)
[bad link](Idle_Control)
should be Idle-Control
[bad link](./Idle-Control)
should be Idle-Control
[bad link](/Idle-Control)
should be Idle-Control
[bad link](./Idle-Control.md)
should be Idle-Control
[bad link](/Idle-Control.md)
should be Idle-Control
[bad link](Idle-Control.md)
should be Idle-Control
![good img](Images/Red_LED.png)
![bad img](Images/Red-LED.png)
should be Images/Red_LED.png
![bad img](Red_LED.png)
should be Images/Red_LED.png
![bad img](Red_LED)
should be Images/Red_LED.png
![bad img](Images/Red_LED)
should be Images/Red_LED.png
![bad img](./Images/Red_LED.png)
should be Images/Red_LED.png
![bad img](./Images/Red_LED)
should be Images/Red_LED.png
![bad img](/Images/Red_LED.png)
should be Images/Red_LED.png
![bad img](/Images/Red_LED)
should be Images/Red_LED.png