https://github.com/anthonyec/table-to-markdown
https://github.com/anthonyec/table-to-markdown
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyec/table-to-markdown
- Owner: anthonyec
- Created: 2021-01-20T09:05:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T09:18:59.000Z (over 4 years ago)
- Last Synced: 2025-02-13T00:26:24.461Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.