Jekyll kramdown
Jekyll tests
Extensions
strike through (~~
)
tasklist
- foo
- bar
- baz
- bim
Usefull links
- https://kramdown.gettalong.org/quickref.html
- https://kramdown.gettalong.org/syntax.html
- https://about.gitlab.com/2016/07/19/markdown-kramdown-tips-and-tricks/
- https://about.gitlab.com/handbook/product/technical-writing/markdown-guide/
Code
#### tasklist
- [x] foo
- [ ] bar
- [x] baz
- [ ] bim
if i > 0:
print(f''' i = {i}
2i = {2*i}''')
text and code
. . .
Local images (relative path)
![./MarkdownIcon.png](/jekyll_1/assets/img/MarkdownIcon.png "MarkdownIcon.png"){: width="20px"}
![MarkdownIcon.png?raw=1](/jekyll_1/assets/img/MarkdownIcon.png?raw=1 "MarkdownIcon.png"){: style="float:right;width:33px;"}
(?raw=1
works in some clouds)
<img src="/jekyll_1/assets/img/MarkdownIcon.png?raw=1" alt="MarkdownIcon" width="30px"/>
HTTP image
Tabels
header | Pipe | table |
---|---|---|
0 | 1 | 2 |
3 | 4 | 5 |