1
0
Fork 0

fix(markdown): Removed stray bullet. See #1808

This commit is contained in:
Joost De Cock 2022-02-05 10:11:40 +01:00
parent 8ab7bf5840
commit 43eb5c5ad3

View file

@ -42,15 +42,16 @@ See first list item for an example.
### Lining within the same website ### Lining within the same website
- When you are linking within freesewing.dev or freesewing.org you can use a relative link from When you are linking within freesewing.dev or freesewing.org you can use a relative link from
the site root. the site root.
Use: Use:
```
```text
/guides/markdown/frequent-mistakes /guides/markdown/frequent-mistakes
``` ```
instead of instead of
``` ```text
https://freesewing.dev/guides/markdown/frequent-mistakes https://freesewing.dev/guides/markdown/frequent-mistakes
``` ```
@ -59,7 +60,7 @@ https://freesewing.dev/guides/markdown/frequent-mistakes
Images can be put in the same folder you are working on with a link Images can be put in the same folder you are working on with a link
to the filename. For example: to the filename. For example:
```md ```markdown
This is [a picture of a banana](banana.jpg) This is [a picture of a banana](banana.jpg)
``` ```