Evan Jacobs

Results 425 comments of Evan Jacobs

Fixed in https://github.com/quantizor/markdown-to-jsx/releases/tag/v7.4.3

Same comment from the other issue, ensure your md files are being scanned by the tailwind engine so it can detect class usage if the classes are in the MD...

If you're importing your markdown into React, make sure tailwind knows to scan your markdown source files for tailwind classes

The two features are intertwined, perhaps the naming could better.

Hmm, browser support for `trimEnd` is pretty good https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trimEnd

> For the next iteration, I suggest `disableParsingRawHTML` option should be set to `true` by default. Reason being that this option closes the door for malicious attacks in case of...

> Thanks for the library :) > > I would very much love #480 latex parsing Thinking about how to support this! Will try to land it in the current...

LaTeX support has been enabled in v7.4 with any compatible library, thanks! https://github.com/quantizor/markdown-to-jsx/releases/tag/v7.4.0 ```jsx import TeX from '@matejmazur/react-katex' import { Markdown, RuleType } from 'markdown-to-jsx' const exampleContent = 'Some important...