Table with a space after a header separator row #1286
Labels
P3
A lower priority bug or feature request
package:markdown
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Hopefully, this should be an easy fix: if there's a space after the table row separating headers from content, the table is not rendered properly (e.g. on https://dart-lang.github.io/markdown/). Spaces at the end of any other line don't break the table. I've noticed this when publishing a package to pub.dev - GitHub rendered the table properly.
this works:
this doesn't (notice the space at the end of the second line)
The text was updated successfully, but these errors were encountered: