gitment
gitment copied to clipboard
Gitment Demo Page
https://imsun.github.io/gitment/
This is a comment.
GitHub Markdown Sample
From Mastering Markdown
It's very easy to make some words bold and other words italic with Markdown. You can even link to Google!
Sometimes you want numbered lists:
- One
- Two
- Three
Sometimes you want bullet points:
- Start a line with a star
- Profit!
Alternatively,
- Dashes work just as well
- And if you have sub points, put two spaces before the dash or star:
- Like this
- And this
If you want to embed images, this is how you do it:
Structured documents
Sometimes it's useful to have different levels of headings to structure your documents. Start lines with a #
to create headings. Multiple ##
in a row denote smaller heading sizes.
This is a third-tier heading
You can use one #
all the way up to ######
six for different heading sizes.
If you'd like to quote someone, use the > character before the line:
Coffee. The finest organic suspension ever devised... I beat the Borg with it.
- Captain Janeway
There are many different ways to style code with GitHub's markdown. If you have inline code blocks, wrap them in backticks: var example = true
. If you've got a longer block of code, you can indent with four spaces:
if (isAwesome){
return true
}
GitHub also supports something called code fencing, which allows for multiple lines without indentation:
if (isAwesome){
return true
}
And if you'd like to use syntax highlighting, include the language:
if (isAwesome){
return true
}
GitHub supports many extras in Markdown that help you reference and link to people. If you ever want to direct a comment at someone, you can prefix their name with an @ symbol: Hey @kneath — love your sweater!
But I have to admit, tasks lists are my favorite:
- [x] This is a complete item
- [ ] This is an incomplete item
When you include a task list in the first comment of an Issue, you will see a helpful progress bar in your list of issues. It works in Pull Requests, too!
And, of course emoji! :sparkles: :camel: :boom:
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
真皮沙发 (☆´3`)
cool ...
feels good.
之前也看到有用issue做评论框的创意
Fucking awesome!
测试
其实感觉很不错的。
测试一下
good
俗话说
一个地瓜六毛五
加肉加五毛
说点啥
Brilliant.
介是嘛
知乎上过来围观一波
测试
~~
Hello Wrold Hallo Welt Ciao mondo 你好世界 こんにちは世界 Bonjour tout le monde
测试还有干点坏事
看来直接html好像还是转义过了 测试
感觉会被官方禁。。。
不错不错
樓主立功啦
hmm
看起来不错,希望能编辑评论
有个bug,直接点击“2”不能跳转到第二页。
Awesome!
为什么评论页面没有录入功能? 一定要跳转到这么