Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

consider use ordered list for Markdown document #2

Open
notcome opened this issue Sep 24, 2014 · 0 comments
Open

consider use ordered list for Markdown document #2

notcome opened this issue Sep 24, 2014 · 0 comments
Assignees

Comments

@notcome
Copy link
Owner

notcome commented Sep 24, 2014

With CSS 2.1 Counters:

ol { counter-reset: item }
li { display: block }
li:before {
  content: "第" counter(item, cjk-ideographic) "条、";
  counter-increment: item;
}
@notcome notcome self-assigned this Sep 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant