Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ffms2-api.md: Use 4-spaces indentation for sublists #222
Conversation
added a commit
that referenced
this pull request
Jul 20, 2015
tgoyne
merged commit 1d73686
into
FFMS:master
Jul 20, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mitya57 commentedJul 13, 2015
According to http://daringfireball.net/projects/markdown/syntax#list:
This applies to any block level elements nested in a list, including paragraphs, sub-lists, blockquotes, code blocks, etc. They must always be indented by at least four spaces (or one tab) for each level of
nesting.
In Debian/Ubuntu we use python-markdown and pandoc which are not allowing less than 4 spaces.