View Issue Details

IDProjectCategoryView StatusLast Update
0017015ScribusImport / Exportpublic2023-09-23 07:25
Reportermatthijskamstra Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformosxOSVenturaOS Version13.5.2
Product Version1.5.8 
Summary0017015: import markdown with '<>' will break the import
Description```
# Lists

Lists in markdown

## Unordered


  • - Start Unordered list
    - Unordered list
    - End Unordered list

    ## Ordered


      1. Start Ordered list
      2. Ordered list
      3. End Ordered list
      ```

      the first time the import accounters `<` it will stop importing

      a possible solution is to html-escape text before converting
  • Steps To Reproduce- create list.md with example from description (or use file attached)
    - import text in text field
    - see result
    TagsNo tags attached.
    PatchNo

    Activities

    matthijskamstra

    2023-09-18 10:44

    reporter  

    test_lists.md (184 bytes)   
    # Lists
    
    Lists in markdown
    
    ## Unordered <li>
    
    - Start Unordered list
    - Unordered list
    - End Unordered list
    
    ## Ordered <ul>
    
    1. Start Ordered list
    2. Ordered list
    3. End Ordered list
    
    test_lists.md (184 bytes)   

    jghali

    2023-09-18 12:51

    administrator   ~0050350

    Last edited: 2023-09-18 12:58

    The < and > characters have indeed to be escaped in Markdown. See following links:
    - https://github.com/mattcone/markdown-guide/blob/master/_basic-syntax/escaping-characters.md
    - https://bookdown.org/yihui/rmarkdown-cookbook/special-chars.html

    Issue History

    Date Modified Username Field Change
    2023-09-18 10:44 matthijskamstra New Issue
    2023-09-18 10:44 matthijskamstra File Added: test_lists.md
    2023-09-18 12:51 jghali Note Added: 0050350
    2023-09-18 12:58 jghali Note Edited: 0050350
    2023-09-23 07:25 JLuc Status new => closed
    2023-09-23 07:25 JLuc Resolution open => no change required