[okular] [Bug 470545] definition lists not supported
johnathan
bugzilla_noreply at kde.org
Sun Jun 11 05:54:39 BST 2023
https://bugs.kde.org/show_bug.cgi?id=470545
--- Comment #2 from johnathan <testing1237a-c at yahoo.com> ---
(In reply to Albert Astals Cid from comment #1)
> For markdown support we're using a library called discount.
>
> That seems to be a problem in their implementation, you can check that by
> running the
>
> mkd2html yourfile.md
>
> command and seeing that the generated html is not like you want it.
>
> There's nothing we can fix here. Please report this to the discount
> developers at https://github.com/Orc/discount/issues and when they fix it it
> will immediately work in Okular.
Hey. i checked their documentation and they seem to support definition lists.
https://www.pell.portland.or.us/~orc/Code/discount/#v2.0.4
In discount 2.0.4 I extended the definition list syntax to allow php markdown
extra definition lists which means that source like
tag1
: data
now generates
<dt>tag1</dt>
<dd>data</dd>
this is the functionality that i am saying is not present in okular. maybe our
version is behind 2.0.4? can i know the version of library used in okular?
can you confirm the file or your own file against documentation of discount
regarding definition lists?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list