From 864a4062f83279e95de8ba9f31c83ea242c51c14 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Mon, 5 Oct 2020 09:19:00 -0400 Subject: [PATCH] Fix vale errors Apparently, backticks can be used to skip vale --- .changeset/2722.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/2722.md b/.changeset/2722.md index fd5c719c1a..69642b5797 100644 --- a/.changeset/2722.md +++ b/.changeset/2722.md @@ -6,6 +6,6 @@ There were some missing features and markdown was not rendered properly, but thi Details: -- [asyncapi/asyncapi-react#149](https://github.com/asyncapi/asyncapi-react/pull/149) - fix: improve markdown rendering of nested fields -- [asyncapi/asyncapi-react#150](https://github.com/asyncapi/asyncapi-react/pull/150) - feat: display the description of channels and operations -- [asyncapi/asyncapi-react#153](https://github.com/asyncapi/asyncapi-react/pull/153) - fix: let the list of enums break into multiple lines +- [`asyncapi/asyncapi-react#149`](https://github.com/asyncapi/asyncapi-react/pull/149) - fix: improve markdown rendering of nested fields +- [`asyncapi/asyncapi-react#150`](https://github.com/asyncapi/asyncapi-react/pull/150) - feat: display the description of channels and operations +- [`asyncapi/asyncapi-react#153`](https://github.com/asyncapi/asyncapi-react/pull/153) - fix: let the list of `enums` break into multiple lines