borisdiakur / marked

Confluence macro plugin which renders remote Markdown.
https://marketplace.atlassian.com/plugins/com.borisdiakur.marked
BSD 3-Clause "New" or "Revised" License
46 stars 21 forks source link

Code snippets in an MD file, from a remote gitlab project, are not rendered correctly #26

Open holiday-sunrise opened 4 years ago

holiday-sunrise commented 4 years ago

Example File:

1)  (Supported Mavenparent 1.6.x)

//```xml
<dependency>
    <groupId>ssss</groupId>
    <artifactId>ssss</artifactId>
    <version>1.2.0</version>
</dependency>
//```

double slashes are only in this example.

Confluence Version 5.9.2

holiday-sunrise commented 4 years ago

image