Orgmode plain lists rendering

for

- One
- Two

md lists render as

<ul>
<li>One</li>
<li>Two</li>
</ul>

but orgmode lists are getting a

thrown in:

<ul>
<li>
<p>One</p>
</li>
<li>
<p>Two</p>
</li>
</ul>

and show up with extra newlines.

the emacs html export, btw, shows it correctly without the

what can i do to not have the <p> other than actually edit the html code?

We use the current release (v1.5.0 - 11 Apr 2021) of https://github.com/niklasfasching/go-org to render .org pages.

The issue you noted was resolved with 4d3a099 on 13 Jul 2021.

The project maintainer needs to tag a new release. I’ve asked him to do so:
https://github.com/niklasfasching/go-org/issues/67

thank you @jmooring

my archlinux is still on hugo v0.90.0+extended linux
just updated this morning.

so we’ll try to catch up here.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.