我想在列表中添加报价(有序或无序)。缩进很重要。我想要引号(blockquote)突出显示样式,而不是代码。缩进>符号会删除引号突出显示。
问问题
4740 次
1 回答
23
This works for me:
* One
> Quote
* Two
* Three
which renders (with GitHub styling) like:
One
Quote
Two
Three
Make sure you are using four spaces to indent your >
, have one to three spaces between >
and your quote text, and blank lines before and after the quote.
This also works with numbered lists, with the above representing a single list with three items.
于 2015-01-05T03:08:50.973 回答