Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I add line break ? #32

Open
Ishaan28malik opened this issue May 12, 2020 · 1 comment
Open

How do I add line break ? #32

Ishaan28malik opened this issue May 12, 2020 · 1 comment

Comments

@Ishaan28malik
Copy link

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
---
@Saunved
Copy link

Saunved commented Jun 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants