markdown2confluence
markdown2confluence copied to clipboard
Code blocks - language hint converted 2 code content
trafficstars
Using a code block
```bash
# some bash script
```
is converted to
{code}bash
# some bash script
{code}
while it should become (according to atlassian docs)
{code:language=bash}
# some bash script
{code}
@jbee happy to take a working pull request :)
Would do it... if I wouldn't need to learn ruby first ;) I think you really don't want a patch written 99% guessing how stuff works in ruby.
Here's a pull request for this: https://github.com/jedi4ever/markdown2confluence/pull/15
@synthead So, is this issue closed? (Considering using this tool; proper code block support is essential for me.)