paradigmxyz/flux

fix: bullet points with a space in-between them render weirdly

transmissions11 opened this issue · 5 comments

Platform
Chrome — OSX

Description

The following markdown:

**Flux** is really _cool_

- test

- test

1. hi

2. hi

Renders like so:

Screenshot 2023-04-04 at 3 52 35 PM

(see how the contents of the bullets are on a separate line?)

This only seems to happen when there is a full blank line between bullets

cc @ghgoodreau any chance you can take a look at this?

In general as well, things do seem to render with an annoying amount space between them. i.e.

Screenshot 2023-04-04 at 4 02 46 PM

Screenshot 2023-04-04 at 4 03 47 PM

hmm yeah. I think we're just gonna need to go through and apply a bunch of styles. not sure why it isn't looking too great out of the box. i'm looking into it now

@transmissions11 draft PR up, seems to fix the spacing issue for most elements, at least on my machine. still troubleshooting the new line thing. stepping away for a bit if you wanna take a stab, but will be back to look later

closed by @ghgoodreau's PR