我想要以下降价代码:
```
def hello_world(self):
print "hello world!"
```
导出方式M-x markdown-export
为:
<pre><code> def hello_world(self):
print "hello world!"
</code></pre>
相反,M-x markdown-export
结果是:
<p><code> def hello_world(self):
print "hello world!"
</code></p>
在emacs中有解决方案吗?