ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
174 stars 22 forks source link

new line automatically added after horizontal line #86

Open tngo8 opened 4 years ago

tngo8 commented 4 years ago

Our documents use YAML metadata like this


title: The document title author:

  • name: Author One affiliation: University of Somewhere
  • name: Author Two affiliation: University of Nowhere ...

a new line is always added every time I reopen the document as it recognizes the --- as horizontal line. Is there anyway to disable this feature ?

Thanks a lot