Skip to content

Commit 7463ae6

Browse files
committed
Move image syntax into code block
1 parent af0daca commit 7463ae6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/contribute-blog/_blog-template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@ It is recommended to limit your title to under 50 characters and keep it same as
3939

4040
To include an internal link, use a relative path. For example, to create a link to the Contributing Documentation topic, use the following syntax:
4141

42+
```
4243
[Contribute Documentation](../resources/contribute-documentation/index.md).
44+
```
4345

4446
To include an external link, use the absolute URL instead of a relative path as shown in the following example:
4547

48+
```
4649
[Contribute Documentation](https://xrpl.org/resources/contribute-documentation).
50+
```
4751

4852
**Lists**
4953

@@ -62,7 +66,9 @@ To include an ordered list, use the following syntax:
6266

6367
To include an image, use the following syntax:
6468

69+
```
6570
![image_description](/blog/img/my_image.png)
71+
```
6672

6773
It is recommended that you store graphics in the `/blog/img` directory.
6874

0 commit comments

Comments
 (0)