RpNation / bbcode

RpNation's Official BBCode Implementation for Discourse
GNU General Public License v3.0
1 stars 3 forks source link

Fixes issue where markdown tables are broken due to line break #109

Closed Alteras1 closed 4 months ago

Alteras1 commented 5 months ago

Fixes an issue noted in #36 where markdown tables are breaking due to the line break process messing with them.

wraps markdown tables in markers to preserve the newlines

image