From 1e5423df22ae72e4fb0ce3f13b62e22a2fdb8881 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 26 Feb 2020 13:57:31 +0100 Subject: [PATCH] Fix list creation in release notes --- source/_posts/2020-02-26-release-106.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_posts/2020-02-26-release-106.markdown b/source/_posts/2020-02-26-release-106.markdown index 0b3ced1453dc..ae5db35adb74 100644 --- a/source/_posts/2020-02-26-release-106.markdown +++ b/source/_posts/2020-02-26-release-106.markdown @@ -258,9 +258,7 @@ Experiencing issues introduced by this release? Please report them in our [issue `xmltojson` tags may be confusing; if you are not familiar with the conversion, please use the [xmltodict](https://xmltodict-debugger.glitch.me/) tool created by [@balloob] to identify the tags to be used to parse the resulting JSON. - As the attributes that usually need to be scraped are deeper in the document, support for passing in a template to find the JSON attributes has been added. JSON APIs that do not have their attributes at the top level can also benefit from this change. - - - ([@bdraco] - [#31809]) ([rest docs]) + As the attributes that usually need to be scraped are deeper in the document, support for passing in a template to find the JSON attributes has been added. JSON APIs that do not have their attributes at the top level can also benefit from this change. - ([@bdraco] - [#31809]) ([rest docs]) Example YAML configuration: