Remove stray log

:)
This commit is contained in:
Matt Bierner 2019-02-01 14:45:26 -08:00
parent c3b9299c9d
commit c79a8bf7eb

View file

@ -283,7 +283,6 @@ async function getMarkdownOptions(md: () => MarkdownIt) {
return {
html: true,
highlight: (str: string, lang?: string) => {
console.log(123);
// Workaround for highlight not supporting tsx: https://github.com/isagalaev/highlight.js/issues/1155
if (lang && ['tsx', 'typescriptreact'].indexOf(lang.toLocaleLowerCase()) >= 0) {
lang = 'jsx';