codefine / hexo-theme-mellow

based on material design
https://hexo.lujingtao.com
The Unlicense
162 stars 32 forks source link

插入代码后显示效果出现异常 #21

Closed ourfor closed 6 years ago

ourfor commented 6 years ago

在md源文件中插入代码:

typedef struct{
    ElemType *elem;      //结构体的基地址
    int length;          //顺序表中实际存放的元素个数
    int listsize;        //顺序表中能够存放的元素个数
}Sqlist;//结构体名

显示效果:

经测试如果在代码块前面插入一个任意代码,第二个代码显示正常

效果: 希望老哥尽快解决@-@

ourfor commented 6 years ago

显示效果:http://ozkg680jm.bkt.clouddn.com/%E5%B1%8F%E5%B9%95%E5%BF%AB%E7%85%A7%202018-04-03%20%E4%B8%8B%E5%8D%889.14.42.png

ourfor commented 6 years ago

显示为单行,并且莫名其妙多的几个数字

codefine commented 6 years ago

之前有人提出过这个单行问题,我已经修复并更新了主题包,请更新最新的主题

ourfor commented 6 years ago

更新了好像依旧存在

codefine commented 6 years ago

@ourfor 已修复,请更新主题包

codefine commented 6 years ago

此次修改会影响到页面的<table>标签。 为了兼容原有的表格,需要加入table的class标识符,即: <table> -> <table class="table">

ourfor commented 6 years ago

多谢