OxfordRSE / gutenberg

https://oxfordrse.github.io/gutenberg
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Multiple paragraphs look cramped #131

Closed smangham closed 10 months ago

smangham commented 10 months ago

Currently, it looks like Gutenberg removes multiple line breaks in sequence, leading to cramped text.

For example from here,

## How do we do it?

There are many CI infrastructures and services, free and paid for, and subject to change as they evolve their features.

In this course you will be using [GitHub Actions](https://github.com/features/actions), which unsurprisingly is available as part of GitHub.

There are other free options, for instance [Travis CI](https://travis-ci.com/) and [AppVeyor](https://www.appveyor.com/).
All three of these make use of common features across many CI implementations, and you are certainly advised to look at the options to see some of the commonalities and differences in how features are typically provided.

Renders to

How do we do it?

There are many CI infrastructures and services, free and paid for, and subject to change as they evolve their features. In this course you will be using GitHub Actions, which unsurprisingly is available as part of GitHub. There are other free options, for instance Travis CI and AppVeyor. All three of these make use of common features across many CI implementations, and you are certainly advised to look at the options to see some of the commonalities and differences in how features are typically provided.

For readability, I'd expect it to look like this:

How do we do it?

There are many CI infrastructures and services, free and paid for, and subject to change as they evolve their features.

In this course you will be using GitHub Actions, which unsurprisingly is available as part of GitHub.

There are other free options, for instance Travis CI and AppVeyor. All three of these make use of common features across many CI implementations, and you are certainly advised to look at the options to see some of the commonalities and differences in how features are typically provided.

Either preserving the newlines, or having extra vertical spacing between subsequent paragraphs.

alasdairwilson commented 10 months ago

Would you be happy with this spacing?

image