View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017015 | Scribus | Import / Export | public | 2023-09-18 10:44 | 2023-09-23 07:25 |
Reporter | matthijskamstra | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | osx | OS | Ventura | OS Version | 13.5.2 |
Product Version | 1.5.8 | ||||
Summary | 0017015: 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 | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
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 |
|
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 |
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 |