Open source tool for customizing markdown
## FEATURES
- Table Formatter: quickly convert github image URLs into table format, for easier reviewing them. Beside, you can decide how many cells on each table row flexibly
- Image Formatter: convert normal github image URL to HTML image tag, with custom attribute 'width', so we will have image fit into screen size
## TIPS
* Press key combination "Alt + Shift + M" to open popup
* Quick access: select text, then click right mouse button to choose suitable function
## CHANGE LOG
2.1.3 (May 15, 2023)
* Add notice: only preview images from public repositories
2.1.2 (May 1, 2023)
* Fix bug: extract pattern of table data incorrectly
2.1.1 (Apr 28, 2023)
* Support more data format
* Fix bug: automatically move the cursor to end of content field when editting
2.1.0 (Apr 26, 2023)
* Add extension to context menu
* Remember last access formatter
* Auto focus raw content fields when opening popup, after submitting form or copying result
2.0.0 (Apr 23, 2023)
Big update!
* New fancy UI
* Add optional width attribute for Image formatter
* Add optional titles for Table formatter
* Add some input validations
* Preserve input data after closing popup
* Add default shortcut to active extension
* Fix bugs
1.0 (Apr 14, 2023)
Initial release
* Implement table formatter
* Implement image formatter