Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Markdown support in Qt?
Forum Updated to NodeBB v4.3 + New Features

Markdown support in Qt?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 6.1k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dugucloud
    wrote on last edited by
    #1

    I am going to write documentation in a current project in Markdown for it has been widely supported by many git code repository systems, and I would like to show the Markdown documentation in my Qt client help window. But I think it is uneccessary to convert them to HTML to show them.

    Is there any extension for Qt to get these things done? Or other ways?

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fatinbrain
      wrote on last edited by
      #2

      Hi!

      I interested in this too and have no clue now.
      I suppose, you saw this "SO question":http://stackoverflow.com/questions/889434/markdown-implementations-for-c-c

      Also you can check this "github project":https://github.com/eduardonunesp/Anomade
      Source code contains following:
      @void markdown2html(std::string const &in,std::string &out);@
      which sounds good

      1 Reply Last reply
      0
      • E Offline
        E Offline
        erio
        wrote on last edited by
        #3

        Hello, have you ever solved this?

        mrjjM 1 Reply Last reply
        0
        • E erio

          Hello, have you ever solved this?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @erio
          Hi The posters have not been online
          for long time so its unlikely to get answer.

          The Anomade seems pretty solid and provide .pro files for both LIB and editor.
          Only downside is the use of WEBKIT which is removed in currently Qt version so it
          will take some effort to get up and running.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved