SaswatPadhi / pseudocode.js

Beautiful pseudocode for the Web
https://saswatpadhi.github.io/pseudocode.js
MIT License
224 stars 33 forks source link

Render Elements By Class Name #31

Closed zcysxy closed 2 years ago

zcysxy commented 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.

SaswatPadhi commented 2 years ago

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.

zcysxy commented 2 years ago

Honestly I'm not familiar with javascript. But I may look into it