Orga doesn't appear to handle links in definition lists, and also does not apply the correct formatting if a link is formatted as source code using the ~ character.
I appreciate that these are two separate issues, but I hope you don't mind me opening them together, as the images show both issues.
Expected outcome
- When using links in definition list headers, I expect them to render as links.
- When using a link in text surrounded by
~ characters, I expect it to be rendered in a <code> tag.
As a visual, I expected the rendered text to look like this (as rendered by Pandoc and Hakyll):

Notice the definition list 'header', and the two links at the end of the paragraph, Maybe and Either
Actual outcome
- Links in definition lists are not rendered or even picked up on properly. They render as plain text.
- Links that should be formatted as
<code> are not, and are instead just surrounded by ~ characters in the rendered HTML output.
Here's what Orga and Gatsby renders:

In this image, the header is rendered as the literal link text content in org mode and is not a link. The two links at the end are surrounded by ~ characters and are not in <code> tags.
Orga doesn't appear to handle links in definition lists, and also does not apply the correct formatting if a link is formatted as source code using the
~character.I appreciate that these are two separate issues, but I hope you don't mind me opening them together, as the images show both issues.
Expected outcome
~characters, I expect it to be rendered in a<code>tag.As a visual, I expected the rendered text to look like this (as rendered by Pandoc and Hakyll):

Notice the definition list 'header', and the two links at the end of the paragraph,
MaybeandEitherActual outcome
<code>are not, and are instead just surrounded by~characters in the rendered HTML output.Here's what Orga and Gatsby renders:

In this image, the header is rendered as the literal link text content in org mode and is not a link. The two links at the end are surrounded by
~characters and are not in<code>tags.