markdown2confluence
markdown2confluence copied to clipboard
convert markdown to confluence markup
version : Confluence 7.12.2
Dear, Some of the dependencies are outdated. Would it be possible to upgrade them to solve `npm audit`? ``` Low Incorrect Handling of Non-Boolean Comparisons During Minification Package uglify-js Patched...
### Problem At first, create file as follows: ```markdown - item - nested ``` And run `markdown2confluence`. I expected ``` * item ** nested ``` but actually got ``` *...
Hi. Awesome tool, helped me a lot. I had to do some manual pre-processing to filter out some lines. Thought I share this, I saw that some of them are...
If I write a markdown table like this: |A|B|C| |--|--|--| |a|b|c| |d| |f| I have blankspace between d and f but if convert into confluence wiki, it is ||A||B||C |a|b|c...
This is an excellent project and was really useful, have you considered adding it to Pandoc via a custom markdown definition in Lua? Here is an example: https://github.com/jgm/pandoc/blob/master/data/sample.lua Though here...
# issue example : ``` Lorem Ipsum is simply dummy text of the printing and typesetting industry. one is 1. two is 2. {{Three}}is 3. @Controller @Repository {{@Service}}ddd ``` Expected...
- Images  are not converted to !test.png! (not speaking about images in subdirectories)
| Markdown input | Expected Confluence output | Actual Confluence output | | --- | --- | --- | | `` `{hello} {world}` `` | `{{\{hello} \{world}}}` | `{{{hello} {world}}}`...