https://github.com/inkdropapp/inkdrop-breaks
A plugin for breaks support, without needing spaces
https://github.com/inkdropapp/inkdrop-breaks
Last synced: about 1 year ago
JSON representation
A plugin for breaks support, without needing spaces
- Host: GitHub
- URL: https://github.com/inkdropapp/inkdrop-breaks
- Owner: inkdropapp
- Created: 2018-02-03T03:48:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T05:18:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T11:29:25.871Z (over 1 year ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README-mobile.md
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.
```