scottstanfield/markdown-to-json

How do I add line break ?

Opened this issue · 1 comments

I am trying to add a line break in the YAML front-matter markdown, but it seems not to be working.

---
# title: Changelog 
# about: All notable changes to this project will be documented in this file.
# message: The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
status33: [Unreleased]
date33: 3.0.0-2020-05-05
status32: >
  Added  \n
  - All Screens- Brand wise account listing on the platform. Select Accounts categorised under brands to compare data  <br>
  - All Screens- Cross channel. Compare normal accounts data along with business accounts data <br>
date32: 2.1.1-2020-03-24
---

Try adding <br> tags to see if it detects that as a newline.