softwaresaved / CW-ideas

Originally a hack day project from CW21 on collating and analysing collaborative ideas and hack day projects from previous Collaborations Workshops. Contact @marioa
https://softwaresaved.github.io/CW-ideas/
MIT License
2 stars 1 forks source link

Raw html table not rendering #15

Closed marioa closed 1 year ago

marioa commented 1 year ago

Doc to markdown renders a table in HTML but this is not displaying in GitHub for:

marioa commented 1 year ago

To render the HTML table had to add:

markup:
  goldmark:
    renderer:
      unsafe: true

to the config.yml as suggested in StackOverflow.