deckgo / gatsby-remark-highlight-code

Adds stylish cards and syntax highlighting to code blocks in markdown files
MIT License
68 stars 18 forks source link

feat(highlightLines): add support for highlightLines property #29

Closed AhsanAyaz closed 3 years ago

AhsanAyaz commented 3 years ago

added support for the highlight-lines attribute wrote the logic of parsing the lines to highlight with syntax similar to how we use it in prism.js wrote tests (yayyyy) 🎉

Closes #28

peterpeterparker commented 3 years ago

Awesome 💪

Thanks for the PR 🙏