Report does not render Markdown tables

Created on 13 August 2023, 11 months ago
Updated 26 September 2023, 9 months ago

Problem/Motivation

Markdown tables are not converted to HTML in README.md as included in the component report.

Steps to reproduce

  • Create a component `thing` with a README.md containing a table, like:
    | Foo | Bar |
    |-----|-----|
    | Baz | Qux |
    
  • visit admin/config/user-interface/sdc/registry/mytheme/thing
  • Observe the table being rendered like: | Foo | Bar ||----|----|| Baz | Qux |
    instead of

Proposed resolution

Support tables.

Remaining tasks

TBD

User interface changes

TBD

API changes

TBD

Data model changes

TBD

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡«πŸ‡·France fgm Paris, France

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024