ffms2-api.md: Use 4-spaces indentation for sublists #222

Merged
merged 1 commit into from Jul 20, 2015

Conversation

Projects
None yet
2 participants
Contributor

mitya57 commented Jul 13, 2015

According to http://daringfireball.net/projects/markdown/syntax#list:

Each subsequent paragraph in a list item must be indented by either 4 spaces or one tab.

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.

ffms2-api.md: Use 4-spaces indentation for sublists
According to http://daringfireball.net/projects/markdown/syntax#list:

"Each subsequent paragraph in a list item must be indented by either
4 spaces or one tab."

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.

tgoyne added a commit that referenced this pull request Jul 20, 2015

Merge pull request #222 from mitya57/master
ffms2-api.md: Use 4-spaces indentation for sublists

@tgoyne 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