Convert markdown to confluence(atlassian wiki markup).
From:
# Convert markdown to confluence(atlassian wiki markup) for VSCode Extension
Repository
[transnano/markdown-to-confluence-vscode](https://github.com/transnano/markdown-to-confluence-vscode)
```sh
$ echo 'hello'
hello
```
To:
h1. Convert markdown to confluence(atlassian wiki markup) for VSCode Extension
Repository
[transnano/markdown-to-confluence-vscode|https://github.com/transnano/markdown-to-confluence-vscode]
{code:collapse=false|language=bash|linenumbers=true|theme=Confluence}
$ echo 'hello'
hello
{code}
Using Command Palette ( CMD/CTRL + Shift + P
)
There are two methods following:
CMD/CTRL + Shift + P
->md2confl: Convert markdown to confluence and Copy to clipboard
- Paste to the Confluence
CMD/CTRL + Shift + P
->md2confl: Convert markdown to confluence and Open window
- Copy text from the window
- Paste to the Confluence
See details: Code Block Macro | Confluence Data Center and Server 7.10 | Atlassian Documentation.
item | type | default |
---|---|---|
collapse | boolean | false |
showLineNumbers | boolean | true |
theme | string | Confluence |
If selected, the code macro's content will be collapsed upon visiting or refreshing the Confluence page.
If selected, line numbers will be shown to the left of the lines of code.
Specifies the color scheme used for displaying your code block.
- DJango
- Emacs
- FadeToGrey
- Midnight
- RDark
- Eclipse
- Confluence
Update infomation.
Ref: CHANGELOG.md
kenchan0130/markdown-to-atlassian-wiki-markup: Convert markdown to atlassian wiki markup - v4.0.1 that is released under the MIT License, see LICENSE.
forked it and extend checkbox for list-item.