- Notifications
You must be signed in to change notification settings - Fork1
Invert (transpose) a GFM Markdown Table
License
NotificationsYou must be signed in to change notification settings
harttle/invert-markdown-table
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Online inverter here:http://harttle.land/invert-markdown-table/, also available onnpm:
npm i invert-markdown-table
varinvertMarkdownTable=require('invert-markdown-table');varsource='a | b\n---|---\nc | d'varresult=invertMarkdownTable(source);console.log(result);// Outputs:// a | c\n---|---\nb | d
Global Variable:
varsource='a | b\n---|---\nc | d';varresult=window.invertMarkdownTable(source);
RequireJS:
require(['invert-markdown-table'],function(invertMarkdownTable){varsource='a | b\n---|---\nc | d'varresult=invertMarkdownTable(source);});
About
Invert (transpose) a GFM Markdown Table
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.