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. QTextEdit markdown parser issue
Forum Updated to NodeBB v4.3 + New Features

QTextEdit markdown parser issue

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 281 Views
  • 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.
  • C Offline
    C Offline
    clarify
    wrote on last edited by
    #1

    I've discovered that when I nest font attributes, some can be missed.

    For example this (produced by QTextEdit in Qt5) does not show strike-out when read by QTextEdit:

    ~~bold avec strike-out~~

    But this works

    bold avec strike-out

    When reading markdown from the QTextEdit, the upper format is produced.

    C 1 Reply Last reply
    0
    • C clarify

      I've discovered that when I nest font attributes, some can be missed.

      For example this (produced by QTextEdit in Qt5) does not show strike-out when read by QTextEdit:

      ~~bold avec strike-out~~

      But this works

      bold avec strike-out

      When reading markdown from the QTextEdit, the upper format is produced.

      C Offline
      C Offline
      clarify
      wrote on last edited by
      #2

      @clarify

      This does not work: underline
      i.e. the _ character causes italic not underline.

      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