Skip to content

Commit

Permalink
Merge pull request #4944 from WordPress/update/markdown-ignore-mid-wo…
Browse files Browse the repository at this point in the history
…rd-underscores

Markdown: Ignore mid-word underscores
  • Loading branch information
mcsf committed Mar 19, 2018
2 parents f1428a1 + 95c7294 commit e33d866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/api/raw-handling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function rawHandler( { HTML, plainText = '', mode = 'AUTO', tagNa

converter.setOption( 'noHeaderId', true );
converter.setOption( 'tables', true );
converter.setOption( 'literalMidWordUnderscores', true );
converter.setOption( 'omitExtraWLInCodeBlocks', true );
converter.setOption( 'simpleLineBreaks', true );

Expand Down

0 comments on commit e33d866

Please sign in to comment.