File tree 1 file changed +7
-5
lines changed
_overviews/scala3-scaladoc
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,16 @@ authorImg: <Link to the author's image>
50
50
```
51
51
52
52
## Special characters for the content
53
+ Keep in mind that the writing of your blog ` <content> ` is done with regular markdowns but here are some useful examples:
53
54
54
- ` ```<content>``` ` : Multiline code block
55
- You can also specify a language type, ` ```scala <content>``` `
55
+ ` ```<content>``` ` : Multiline code block.
56
56
57
- ` # Title ` : For titles
57
+ You can also specify a language type, ` ```scala <content>``` ` .
58
58
59
- ` ## Subtitle ` : For subtitles
59
+ ` # Title ` : For titles.
60
+
61
+ ` ## Subtitle ` : For subtitles.
60
62
61
63
` word ` : For inline code.
62
64
63
- ` [word ](Link to a website) ` : If you want to put a link in a word
65
+ ` [name ](Link to a website) ` : If you want to put a link in the word.
You can’t perform that action at this time.
0 commit comments