This patch transforms Markdown soft line breaks into hard line breaks when rendering to HTML. The [CommonMark specification about soft line breaks](https://spec.commonmark.org/0.30/#soft-line-breaks) specifies: > A renderer may also provide an option to render soft line breaks as > hard line breaks. Refering to https://github.com/vector-im/element-x-ios/issues/1418, some people are expecting to get soft line breaks rendered at hard ones. This patch updates the Markdown test to include this conversion of soft to hard line breaks. It includes a list and a code block, to ensure not _all_ soft breaks are transformed into hard breaks; only the ones we expect.
ruma-common
Common types for other Ruma crates.
The feature-gated modules are defined as follow:
api
module
Behind the api
feature, core types used to define the requests and responses for each endpoint in
the various Matrix API specifications. These types can be shared by client
and server code for all Matrix APIs.
events
module
Behind the events
feature, serializable types for the events in the Matrix
specification that can be shared by client and server code.