Skip to content

Commit

Permalink
Revert "feat(allowBlockIndents): Indented inline block elements can b…
Browse files Browse the repository at this point in the history
…e parsed as markdown"

This reverts commit f6326b8.
  • Loading branch information
tivie committed Jan 17, 2015
1 parent f6326b8 commit c9de4b6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 132 deletions.
66 changes: 1 addition & 65 deletions dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/showdown.js
Expand Up @@ -6,8 +6,7 @@
var showdown = {},
parsers = {},
globalOptions = {
omitExtraWLInCodeBlocks: false,
allowBlockIndents: true
omitExtraWLInCodeBlocks: false
};

///////////////////////////////////////////////////////////////////////////
Expand Down
62 changes: 0 additions & 62 deletions src/subParsers/allowBlockIndents.js

This file was deleted.

0 comments on commit c9de4b6

Please sign in to comment.