You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using v19.0.0 of ngx-markdown. I am having trouble with getting tables to parse properly. It would seem that anything that should be tokenized as a
tag after a table gets tokenized as a part of the table instead. In the TS snippet below, 'spell' is just a template to hold the JSON object and follows the same structure as the JSON object in the API, which I provided through the API link below. I also provided CSS, settings, and an image of errant behavior.
I am using v19.0.0 of ngx-markdown. I am having trouble with getting tables to parse properly. It would seem that anything that should be tokenized as a
tag after a table gets tokenized as a part of the table instead. In the TS snippet below, 'spell' is just a template to hold the JSON object and follows the same structure as the JSON object in the API, which I provided through the API link below. I also provided CSS, settings, and an image of errant behavior.
API table example
TS snippet of where the table is being rendered
CSS snippet
Settings snippet
End result
The text was updated successfully, but these errors were encountered: