fix(markdown): Removed stray bullet. See #1808
This commit is contained in:
parent
8ab7bf5840
commit
43eb5c5ad3
1 changed files with 5 additions and 4 deletions
|
@ -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)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue