Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Markdown parsing is breaking on special characters when generating documentation #152

Open
henvic opened this issue May 9, 2018 · 1 comment

Comments

@henvic
Copy link

henvic commented May 9, 2018

Example:

---
title: "CLI"
description: "Check out the latest releases of the WeDeploy"
layout: "updates"
updates:
 -
  version: 1.4.6
  date: May 8th, 2018
  description: Added support for using custom timezones (with environment variable TZ). Added support for deploying Git repositories. Fixing missing 'error counter'. Minor improvements.
 -
  version: 1.4.5
  date: May 4th, 2018
  description: Added release notes. Added timestamp to "we log".
 -
  version: 1.4.4
  date: Mar 30th, 2018
  description: Added 'we shell' command.
 -
  version: 1.4.2
  date: Mar 6th, 2018
  description: Renaming "we env" with "we env-var". Stop allowing dashes on service ids. Minor improvements.
---

It would break because of the " symbol.

@jonnilundy, can you please add the error you get when this happens?

@jonnilundy
Copy link
Contributor

image

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

No branches or pull requests

2 participants