当我编写下面的代码时,我可以看到HackMD中的缩进。但我在GitHub中看不到同样的效果。我该怎么做才能解决它?
<style>
p {
font-size: 16px;
text-indent: 2em;
}
</style>
&#13;
答案 0 :(得分:1)
GitHub doesn't allow arbitrary styles in its Markdown:
对HTML进行清理,积极删除可能会伤害您和您的亲属的内容,例如
script
代码,内联样式以及class
或id
属性。有关完整的白名单,请参阅sanitization filter。
你可能不得不忍受其默认渲染。