你好,世界
这是一篇测试博客,在这你将看到Hugo对Markdown的渲染效果。
关于 Hugo
Hugo是一个静态网站生成器
Headers
# This is an `<h1>` tag
## This is an `<h2>` tag
###### This is an `<h6>` tag
This is an <h1>
tag
This is an <h2>
tag
This is an <h6>
tag
Emphasis
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
Lists
Unordered
* Item 1
* Item 2
* Item 2a
* Item 2b
- Item 1
- Item 2
- Item 2a
- Item 2b
Ordered
1. Item 1
2. Item 2
3. Item 3
* Item 3a
* Item 3b
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Images
![GitHub Logo](https://github.com/fluidicon.png)
Links
http://github.com - automatic!
[GitHub](http://github.com)
Blockquotes
As Kanye West said:
> We're living the future so
> the present is our past.
As Kanye West said:
We’re living the future so the present is our past.
Codes
Inline code
I think you should use an <addr>
element here instead.
Mutiline code
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}
More
- 原文作者:Siwei Xu
- 原文链接:https://xusiwei.github.io/post/hello-world/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。