Skip to content

Commit d1d60da

Browse files
committed
Remove examples in Special characters part
1 parent 5b5ebe9 commit d1d60da

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ GEM
219219
jekyll-feed (~> 0.9)
220220
jekyll-seo-tag (~> 2.1)
221221
minitest (5.17.0)
222+
nokogiri (1.14.2-x86_64-darwin)
223+
racc (~> 1.4)
222224
nokogiri (1.14.2-x86_64-linux)
223225
racc (~> 1.4)
224226
octokit (4.25.1)
@@ -263,6 +265,7 @@ GEM
263265
zeitwerk (2.6.7)
264266

265267
PLATFORMS
268+
x86_64-darwin-22
266269
x86_64-linux
267270

268271
DEPENDENCIES

_overviews/scala3-scaladoc/blog.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,7 @@ authorImg: <Link to the author's image>
4949
<Content of your page>
5050
```
5151

52-
## Special characters for the content
53-
Keep in mind that the writing of your blog is done with classic markdown. So 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.
52+
You can also find more details about the front matter on the [Jekyll documentation](https://jekyllrb.com/docs/front-matter/)
6053

61-
`## Subtitle` : For subtitles.
62-
63-
`word` : For inline code.
64-
65-
`[name](Link to a website)`: If you want to put a link in the word.
54+
## Special characters for the content
55+
Keep in mind that the writing of your blog is done with Markdown. So you can fin more information about the syntax in [Markdown Guide](https://www.markdownguide.org/basic-syntax/).

0 commit comments

Comments
 (0)