markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

feat(compiler): allow replacing of special capital html characters

Open garywilddev opened this issue 1 year ago • 1 comments

Allows HTML character codes starting with a capital letter to be replaced.

https://github.com/probablyup/markdown-to-jsx/issues/447

garywilddev avatar Aug 03 '22 11:08 garywilddev

Hi @probablyup @garywilddev what's the current state of this? can at least the uppercase characters be merged so we can fix those cases? Is there any additional complexity involved on the numeric ones?

aitorllj93 avatar Sep 20 '22 11:09 aitorllj93

Hi @d3v0ps and @probablyup , Sorry I was on long holidays. I took a look at the code to add support for html numeric codes, but I struggle a bit when using the same approach as for html character codes. Could we consider merging this PR, as the behaviour for html character codes is satisfactory and I'll open later another Issue and a PR for numeric codes ?

garywilddev avatar Oct 04 '22 16:10 garywilddev

Need to at least get tests passing

quantizor avatar Dec 23 '22 03:12 quantizor

Hi @probablyup, I merged main into my branch. Tests are now successful again.

garywilddev avatar Dec 27 '22 15:12 garywilddev