Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-106526

markdown writer should never wrap headings, but wraps them if they are too long

    XMLWordPrintable

Details

    • 65c40290b (dev), a7367e6a3 (6.7), d16ef4d14 (6.6), 4adfe84ac (tqtc/lts-6.5)

    Description

      <h1><span><a href="https://qt.io/foo/bar/baz/lets/make/this/url/really/long/so/it/exceeds/eighty/columns">The Qt Web Site</a></span></h1>
      
      ->
      
      # 
      [The Qt Web Site](https://qt.io/foo/bar/baz/lets/make/this/url/really/long/so/it/exceeds/eighty/columns)
      
      or
      
      <H1>The Qt resource system is a platform-independent mechanism for shipping resource files in an application</H1>
      
      ->
      
      # The Qt resource system is a platform-independent mechanism for shipping
      resource files in an application 
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes