Summary: | markdown rendering of itemizations | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Reissner <rei3ner> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | yurchor |
Priority: | NOR | ||
Version First Reported In: | 1.9.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Reissner
2020-04-05 08:39:01 UTC
Actually, Okular just uses discount to render markdown code. https://www.pell.portland.or.us/~orc/Code/discount/ Can you check with the latest Discount if markdown -o test.html <your_file>.md renders the file as you wish? If so, please attach an example of the code to trigger the bug. Thanks in advance for your answers. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! (In reply to Yuri Chornoivan from comment #1) > Actually, Okular just uses discount to render markdown code. > > https://www.pell.portland.or.us/~orc/Code/discount/ > > Can you check with the latest Discount if > > markdown -o test.html <your_file>.md > > renders the file as you wish? > > If so, please attach an example of the code to trigger the bug. > > Thanks in advance for your answers. has the same problem. I want to add, that the problem disappears if a blank line is inserted before the first line with "-". For me `markdown -version` yields 2.2.4. (In reply to Reissner from comment #3) > (In reply to Yuri Chornoivan from comment #1) > > Actually, Okular just uses discount to render markdown code. > > > > https://www.pell.portland.or.us/~orc/Code/discount/ > > > > Can you check with the latest Discount if > > > > markdown -o test.html <your_file>.md > > > > renders the file as you wish? > > > > If so, please attach an example of the code to trigger the bug. > > > > Thanks in advance for your answers. > > > has the same problem. > I want to add, that the problem disappears if a blank line is inserted > before the first line with "-". > For me `markdown -version` yields 2.2.4. Please report the bug against Discount. Thanks. https://github.com/Orc/discount/issues (In reply to Yuri Chornoivan from comment #4) > (In reply to Reissner from comment #3) > > (In reply to Yuri Chornoivan from comment #1) > > > Actually, Okular just uses discount to render markdown code. > > > > > > https://www.pell.portland.or.us/~orc/Code/discount/ > > > > > > Can you check with the latest Discount if > > > > > > markdown -o test.html <your_file>.md > > > > > > renders the file as you wish? > > > > > > If so, please attach an example of the code to trigger the bug. > > > > > > Thanks in advance for your answers. > > > > > > has the same problem. > > I want to add, that the problem disappears if a blank line is inserted > > before the first line with "-". > > For me `markdown -version` yields 2.2.4. > > Please report the bug against Discount. Thanks. > > https://github.com/Orc/discount/issues I do, thanks. |