rsc / markdown

Basic Markdown parser and HTML generator
BSD 3-Clause "New" or "Revised" License
81 stars 4 forks source link

Pretty-print tables in Markdown #17

Closed zacharysyoung closed 3 months ago

zacharysyoung commented 5 months ago

Addressing #16.

rsc commented 3 months ago

Thanks, I tweaked the code a bit to avoid some temporary strings and to support Unicode better and merged it.

zacharysyoung commented 3 months ago

@rsc, thank you for the comment and the changes. I've fixed the Unicode-vs-string error in other code bases, can't believe I missed that :) I also see what you did to obviate the temp strings. Thanks!