Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inkdropapp/inkdrop-breaks

A plugin for breaks support, without needing spaces
https://github.com/inkdropapp/inkdrop-breaks

Last synced: 20 days ago
JSON representation

A plugin for breaks support, without needing spaces

Awesome Lists containing this project

README

        

You can insert line breaks without needing spaces.

## Usage

Say we have the following Markdown (note: there’s no spaces after `a`):

```
This is a
paragraph.
```

With `breaks` enabled, it yields:

```

This is a

paragraph.


```

Without `breaks` enabled, you'd get:

```

This is a
paragraph.


```