Closed zcysxy closed 2 years ago
I would like to use this in Markdown, like
```pseudo some algorithms ```
And this gives the <pre> element a "pseudo" class. So it would be great to support getElementsByClassName.
<pre>
"pseudo"
getElementsByClassName
Hi @zcysxy, That's a great idea, thanks! Would you like to submit a PR for this?
I would have some time towards the end of the month, hopefully.
Honestly I'm not familiar with javascript. But I may look into it
I would like to use this in Markdown, like
And this gives the
<pre>
element a"pseudo"
class. So it would be great to supportgetElementsByClassName
.