Azure / azure-sdk-korean

Korean explanation and related materials to navigate Azure SDK parent and child repositories
https://azure.github.io/azure-sdk-korean/
MIT License
34 stars 59 forks source link

Fix markdown table in jekyll #168

Closed FacerAin closed 1 year ago

FacerAin commented 1 year ago

close: #166 The markdown table is not displayed properly on the existing page. I modified the markdown format for that.

before: image

after: image

ianychoi commented 1 year ago

I think the root cause of un-rendering of the existing Markdown Table is the blank line between " 준비물:" and actual markdown table.

Thank you for the PR, and I would like to suggest for your further work with Markdown Table:

  1. Visual Studio Code supports markdown preview (sure, with tables!): https://code.visualstudio.com/docs/languages/markdown
  2. For markdown tables, you can double-check with 3rd-party rendering pages - e.g., https://www.tablesgenerator.com/markdown_tables .