Giter VIP home page Giter VIP logo

Comments (2)

hunyadi avatar hunyadi commented on August 14, 2024

Unfortunately, I am no expert in Confluence. The utility md2conf translates Markdown admonitions info, tip, note and warning into Confluencestructured-macro instances of the same name attribute. Specifically, the note macro gets the exclamation mark in a triangle, and the warning macro gets the X in a circle. This is how these get rendered by our managed Confluence:

admonitions

This is the Markdown source for the above image:

!!! info
    This is an information panel.

!!! info "Optional explicit title"
    This is an information panel with an explicit title.

    This is the second paragraph.

!!! tip "Tip of the day"
    This is a structured macro panel showing a tip.

!!! note "A note"
    This is a structured macro panel showing a note.

!!! warning "A warning message"
    This is a structured macro panel showing a warning.

The strange rendering for "optional explicit title within double quotes" in your case might be attributable to a less recent version of Python-Markdown. Does it help if you update dependencies?

python3 -m pip install --upgrade markdown types-markdown pymdown-extensions

from md2conf.

joes-myob avatar joes-myob commented on August 14, 2024

Thanks for the reply
Tried updating the dependencies - seems like a similar result.

Will close this issue. thanks

from md2conf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.