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
Describe the bug
When specifying the text alignment of columns in a markdown table it is not considered in the rendered html although showdown supports it. I could verify that showdown is providing the alignment in the html it correctly, but I suspect the DomSanitizer is dropping the inline css styles:
Describe the bug
When specifying the text alignment of columns in a markdown table it is not considered in the rendered html although showdown supports it. I could verify that showdown is providing the alignment in the html it correctly, but I suspect the
DomSanitizer
is dropping the inline css styles:covalent/libs/markdown/src/lib/markdown.component.ts
Line 332 in c930381
The sample from below is rendered from showdown as:
But in the rendered html of the
MarkdownComponent
the inlinestyle
of theth
andtd
elements are gone.To Reproduce
Steps to reproduce the behavior:
td-markdown
componentExpected behavior
The style or at least some css class should be in the rendered html to be able to style the table appropriately.
Desktop:
The text was updated successfully, but these errors were encountered: