如果我喜欢Markdown的话
## My Title
A paragraph of content here.
code_line(1);
// a code comment
class MoreCode { }
and more text to follow...
Run Code Online (Sandbox Code Playgroud)
如何<code>在中间生成的块上设置类?我想要输出
<code class=’prettyprint’>
code_line(1);
// a code comment
class More Code { }
</code>
Run Code Online (Sandbox Code Playgroud)
但我似乎无法设定它.我无法控制正在运行的Markdown代码,只能控制内容.