UNPKG

@shogobg/markdown2confluence

Version:

Convert Markdown to Confluence markup

34 lines (22 loc) 559 B
# h1 # head1 ## head2 ### head3 - **strong** - _emphasis_ - ~~del~~ - `code inline` > block quote [github link address](https://github.com/Shogobg/markdown2confluence/) ```javascript var i = 1; // comment console.log('This is code block'); ``` ![image](https://www.google.com.hk/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png) ## GFM support | First Header | Second Header | | -------------- | ---------------- | | Content Cell | Content Cell | | Content Cell | Content Cell | | _inline style_ | **inline style** | :)