MZhou
MZhou
@dikiaap I checked your [website]()'s source code. Found the following code: ``` ``` Why there are `html` and `body` tag inside the main `body` tag. You should remove them. PS:...
Octocard is using [shadow dom](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) as container. It's more lightweight and more faster than iframe. If browser don't support shadow dom, it will fallback to using iframe as container. But...
WOW,我一直很喜欢Han.css,Entry.css也从Han.css中汲取了很多[想法](https://github.com/zmmbreeze/Entry.css/blob/master/src/entry-content.less#L360)。很高兴收到你的建议~ 1. 对于现有着重号的样式,我也一直不是很满意。最近正打算在1.8版本(#11)中修改。目前计划的实现方式是:一、加上CSS3的「text-emphasis」。二、中文字体使用楷体,英文使用衬线体。加第二条是因为目前「text-emphasis」只有webkit支持(不希望启用js来fallback)。同时楷体正好符合斜体「手写的特点」。当然着重号的字体也会作为一项配置,避免其字体和正文字体重合; 2. 默认配置之所以不限制标签为`article`,是因为不想做太多的限制、保持简单易用。国内的环境还是有很多人不习惯用新标签; 3. `dfn`标签的样式也会去掉斜体,使用楷体和衬线体;
Lining.js only use javascript and css, PHP loop should not affect it. Any live example on [jsfiddler](http://jsfiddle.net/) please?
Hello, could you bring me more information. I can't produce bug in `Chrome 67.0.3396.99`. Which browser did you use?
There is no need to call `lining(document.getElementById('div'));`. Adding an attribute named `data-lining` is enough. Lining.js will handle the rest of thing. 😄 ``` ... ``` Please checkout this two example:...
:+1: