toptensoftware / markdowndeep

Open-source implementation of Markdown for C# and Javascript
268 stars 120 forks source link

Add support for FormatCodeSpan, in the same way as FormatCodeBlock #35

Closed ghorsey closed 10 years ago

ghorsey commented 10 years ago

FormatCodeBlock is awesome. It allows you to modify the HTML output to allow for syntax highlighting of the generated HTML.

It would be great to see the same functionality added to the TokenType.code_span in the SpanFormatter class!

I'd be more than happy to make this update and submit a pull request, if you agree this would be a worthwhile update to the library