From 0675479ab92b2d0c1f0563b3223dbb6320042c1c Mon Sep 17 00:00:00 2001
From: Lars Trieloff <trieloff@adobe.com>
Date: Thu, 12 Apr 2018 14:36:56 +0200
Subject: [PATCH] Fixes #46 for headers

---
 examples/docs/definitions.schema.md | 2 +-
 spec/examples/definitions.schema.md | 1 +
 templates/md/header.ejs             | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/examples/docs/definitions.schema.md b/examples/docs/definitions.schema.md
index b6699e6..9902fdc 100644
--- a/examples/docs/definitions.schema.md
+++ b/examples/docs/definitions.schema.md
@@ -25,7 +25,7 @@ Bre-
 
 aks.
 
-&gt; Everything is better with a quote.
+> Everything is better with a quote.
 
 
 | Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In |
diff --git a/spec/examples/definitions.schema.md b/spec/examples/definitions.schema.md
index ebcbba6..9902fdc 100644
--- a/spec/examples/definitions.schema.md
+++ b/spec/examples/definitions.schema.md
@@ -27,6 +27,7 @@ aks.
 
 > Everything is better with a quote.
 
+
 | Abstract | Extensible | Status | Custom Properties | Additional Properties | Defined In |
 |----------|------------|--------|-------------------|-----------------------|------------|
 | Can be instantiated | Yes | Experimental | Forbidden | Permitted | [definitions.schema.json](definitions.schema.json) |
diff --git a/templates/md/header.ejs b/templates/md/header.ejs
index 7d7f38c..2bc989e 100644
--- a/templates/md/header.ejs
+++ b/templates/md/header.ejs
@@ -12,7 +12,7 @@
 ```
 
 
-<%= schema.description.replace(/\n/g, '\n\n') %>
+<%- schema.description.replace(/\n/g, '\n\n') %>
 
 
 <%= table %>
-- 
GitLab