Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inkdropapp/inkdrop-breaks
- Owner: inkdropapp
- Created: 2018-02-03T03:48:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T05:18:52.000Z (over 1 year ago)
- Last Synced: 2024-04-09T15:12:16.282Z (9 months 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.
```