Atlassian Markdown

  



Atlassian Markdown

The content inside the markdown URL macro rendered from Gitlab is not searchable with the confluence search. Aravind Kashyap. Sunita Patro (Bob Swift Atlassian Apps) Sunita Patro (Bob Swift Atlassian Apps) Closed. You're in a company-managed project. Markdown for Confluence. The numbering inside the Markdown macro is changing when there is an HTMl code inside the macro.

If selected, the code macro's content will be collapsed upon visiting or refreshing the Confluence page. We are in 2015, now. Markdown support is ubiquitous on the web. It's everywhere. It's even the default markup language used by Stash. I also know that there are Confluence plugins to add Markdown support, but currently in the market place, only one of those plugins is.

Atlassian Markdown Table

Atlassian markdown manager

Atlassian Markdown Image Size

Features

Convert markdown to confluence(atlassian wiki markup).

From:

To:

Command (Usage)

Using Command Palette ( CMD/CTRL + Shift + P )

There are two methods following:

1. Clipboard

  1. CMD/CTRL + Shift + P -> md2confl: Convert markdown to confluence and Copy to clipboard
  2. Paste to the Confluence

2. Window(Dialog)

  1. CMD/CTRL + Shift + P -> md2confl: Convert markdown to confluence and Open window
  2. Copy text from the window
  3. Paste to the Confluence

Configuration

See details: Code Block Macro | Confluence Data Center and Server 7.10 | Atlassian Documentation.

itemtypedefault
collapsebooleanfalse
showLineNumbersbooleantrue
themestringConfluence

1. md2confl.codeBlock.collapse

If selected, the code macro's content will be collapsed upon visiting or refreshing the Confluence page.

2. md2confl.codeBlock.showLineNumbers

If selected, line numbers will be shown to the left of the lines of code.

3. md2confl.codeBlock.theme

Specifies the color scheme used for displaying your code block.

  • DJango
  • Emacs
  • FadeToGrey
  • Midnight
  • RDark
  • Eclipse
  • Confluence

Release Notes

Update infomation.

Ref: CHANGELOG.md

Special thanks

kenchan0130/markdown-to-atlassian-wiki-markup: Convert markdown to atlassian wiki markup - v3.0.6 that is released under the MIT License, see LICENSE.

forked it and extend checkbox for list-item.