An open API service indexing awesome lists of open source software.

https://github.com/zitsen/markdown-to-confluence-demo


https://github.com/zitsen/markdown-to-confluence-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

---
title: "test for md2cf"
---
# This is test for Markdown To Confluence

## h2

### h3

#### h4

##### h5

- list:a
- list:b

1. ordered list: 1
2. ordered list: 2

[this is a link](#)

```bash
# this is bash code
echo hello confluence
```

Test plantuml remote link png:

![uml](http://www.plantuml.com/plantuml/png/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000)

Test uml support:

```plantuml
@startuml
Bob -> Alice : hello
@enduml
```

![image](settings.png)