豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

File metadata and controls

29 lines (19 loc) · 1.21 KB

Markdown Table Generator

Tier: 2-Intermediate

Create an application that will convert a regular table with data provided by the User (optionally) into a Markdown formatted table.

User Stories

  • User can create an HTML table with a given number of Rows and Columns
  • User can insert text in each cell of the HTML table
  • User can generate a Markdown formatted table that will contain the data from the HTML table
  • User can preview the Markdown formatted table

Bonus features

  • User can copy the Markdown formatter table to the clipboard by pressing a button
  • User can insert a new Row or Column to a specified location
  • User can delete a Row or a Column entirely
  • User can align (to the left, right or center) a cell, a column, a row, or the entire table

Useful links and resources

Example project