Jekyll:反向订单列表在Internet Explorer中不起作用

时间:2017-12-01 09:19:15

标签: internet-explorer html-lists jekyll kramdown

我使用Jekyll撰写了一篇博文(here),其中我使用了逆序列表。所以我想要的是:

10. Bla bla
9. Bla bla
8. Bla bla
...
1. Bla bla

我在Jekyll中使用:

---
layout: post
title: 'Title'
---

{: reversed="reversed"}

10. Bla bla
9. Bla bla
...
1. Bla bla

此外,在我_config.yml我选择的Kramdown:

# Choose Markdown version
markdown: kramdown

我在Github Pages上托管页面。

这在Chrome,Safari和Firefox上正确显示。但是在Internet Explorer (Version: 11.0.9600.18837, Update Versions: 11.0.48)上它错了:

enter image description here

有人知道发生了什么吗?或者我可以将子弹项目硬编码为" 10"," 9",...?

2 个答案:

答案 0 :(得分:3)

发生的事情总是发生: Internet Explorer不支持它。

  

所有主流浏览器都支持反转属性,除外   Internet Explorer。

enter image description here

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#Browser_compatibility

我会将上述内容改为:所有主要的,严肃的,标准友好的浏览器都支持反转属性

答案 1 :(得分:0)

对于其他搜索引擎,也可以考虑将 2*'hello' 放在 Markdown 页面的标题处:

'hellohello'