Everything-Explained / evex-client

The SPA that is served by the web server for Everything Explained.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Literature image wrapped in `<p>` element when image precedes a `<li>` or `<ol>` element #73

Closed Jaeiya closed 2 years ago

Jaeiya commented 2 years ago

This is caused by the HTML Rendering component encountering a list item coming after an image element. https://github.com/Everything-Explained/web-client/blob/e87e6edcf60842534005567c886858a00b2a2878/src/composeables/htmlNodeParser.ts#L25-L38 https://github.com/Everything-Explained/web-client/blob/e87e6edcf60842534005567c886858a00b2a2878/src/composeables/htmlNodeParser.ts#L40-L51 https://github.com/Everything-Explained/web-client/blob/e87e6edcf60842534005567c886858a00b2a2878/src/composeables/htmlNodeParser.ts#L53-L57 https://github.com/Everything-Explained/web-client/blob/e87e6edcf60842534005567c886858a00b2a2878/src/composeables/htmlNodeParser.ts#L59-L60