diff --git a/check.txt b/check.txt new file mode 100644 index 00000000..c69e44d5 --- /dev/null +++ b/check.txt @@ -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