@shogobg/markdown2confluence
Version:
Convert Markdown to Confluence markup
34 lines (22 loc) • 559 B
Markdown
# 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');
```

## GFM support
| First Header | Second Header |
| -------------- | ---------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| _inline style_ | **inline style** |
:)