潘伟洲

Results 111 comments of 潘伟洲

## Markdown Support Test comment with [markdown](https://daringfireball.net/projects/markdown/) support. ## Image Support ![pizza](https://user-images.githubusercontent.com/1631405/27768934-dfbf3a82-5f51-11e7-9701-756732806b22.png)

Try code highlighting with highlight.js: ``` py @requires_authorization def somefunc(param1='', param2=0): r'''A docstring''' if param1 > param2: # interesting print 'Gre\'ater' return (param2 - param1 + 1 + 0b10l) or...

@qhdong 代码高亮已支持

@pozitron57 really wanna do this?

你好,README 里已更新下载链接。

可以看下 benchmark ,我是以 benchmark 的 block 环境的颜色效果为准的。 至于样式,底部考虑到文本自适应,所以并没有做成圆角。

@aminene Can you create a new issue so that others who have the same problem can easily refer to it?

你好,[README](https://github.com/wzpan/BeamerStyleSlides#%e5%a6%82%e4%bd%95%e4%b8%8b%e8%bd%bd) 里已更新下载链接。

Aha. That's weird. I will figure out what's the problem.

I found out the reason. The search process is fuzzy and the search.js will try to highlight each word of the search text. Hence all `is` will be replaced by...