wkallhof / Hazel

Fast, simple, markdown powered wiki knowledge base for Node.js
http://hazel.wmk.io
GNU General Public License v3.0
118 stars 28 forks source link

Single Line Break not working #20

Open D-mata opened 6 years ago

D-mata commented 6 years ago

Double Like breaks work but the single line break doesn't drop the information to the next line.

it seems something like this is needed on the documentController.js

marked.setOptions({
          breaks: true,
        });