Skip to content

Commit

Permalink
[docs] Revert IE 11 fix for marked
Browse files Browse the repository at this point in the history
The fix applied in #19016 is no longer needed
  • Loading branch information
oliviertassinari committed Dec 5, 2020
1 parent 9d5d27a commit c759f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/utils/parseMarkdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import marked from 'marked/lib/marked';
import marked from 'marked';
import { LANGUAGES_IN_PROGRESS } from 'docs/src/modules/constants';
import kebabCase from 'lodash/kebabCase';
import textToHash from 'docs/src/modules/utils/textToHash';
Expand Down

0 comments on commit c759f5b

Please sign in to comment.