An open API service indexing awesome lists of open source software.

https://github.com/anthonyec/table-to-markdown


https://github.com/anthonyec/table-to-markdown

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# S.T.R.I.D.E Table to Markdown

## Setup

- `npm install`

## How to

1. Go to the S.T.R.I.D.E confluence page
2. Open dev tools
3. Find the `` in the elements panel
4. Copy the `` as HTML to the clipboard
5. Save the table HTML as a file in this repo called `input.html`
6. Run the script `node index.js`

A `output.md` markdown file will be generated.

Preview this in a markdown viewer and copy and paste to a Dropbox Paper doc to preserve the formatting.