We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a99c2 commit e2d9714Copy full SHA for e2d9714
_overviews/scala3-scaladoc/blog.md
@@ -50,8 +50,10 @@ authorImg: <Link to the author's image>
50
```
51
52
## Special characters for the content
53
+Keep in mind that the writing of your blog content is done with classic markdows but here are some useful examples:
54
55
` ```<content>``` ` : Multiline code block
56
+
57
You can also specify a language type, ` ```scala <content>``` `
58
59
`# Title` : For titles
@@ -60,4 +62,4 @@ You can also specify a language type, ` ```scala <content>``` `
60
62
61
63
`word` : For inline code.
64
-`[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.
0 commit comments