From 1a80465f79a3d65b2fad4b6b1cc085b669fa7eb8 Mon Sep 17 00:00:00 2001 From: sureshms Date: Tue, 7 Sep 2021 10:50:50 -0700 Subject: [PATCH] Fix #425 - Fix tags markdown documentation with
for newlines --- .../src/main/resources/json/data/tags/personalDataTags.json | 2 +- .../src/main/resources/json/data/tags/piiTags.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-rest-service/src/main/resources/json/data/tags/personalDataTags.json b/catalog-rest-service/src/main/resources/json/data/tags/personalDataTags.json index ba0d18093f7..aa239aa2135 100644 --- a/catalog-rest-service/src/main/resources/json/data/tags/personalDataTags.json +++ b/catalog-rest-service/src/main/resources/json/data/tags/personalDataTags.json @@ -1,7 +1,7 @@ { "name": "PersonalData", "categoryType": "Classification", - "description": "Tags related classifying **Personal data** as defined by **GDPR.**\n\n\n\n_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your GDPR policy document in this description._", + "description": "Tags related classifying **Personal data** as defined by **GDPR.**

_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your GDPR policy document in this description._", "children": [ { "name": "Personal", diff --git a/catalog-rest-service/src/main/resources/json/data/tags/piiTags.json b/catalog-rest-service/src/main/resources/json/data/tags/piiTags.json index 99d13a86944..a06bb167c25 100644 --- a/catalog-rest-service/src/main/resources/json/data/tags/piiTags.json +++ b/catalog-rest-service/src/main/resources/json/data/tags/piiTags.json @@ -1,7 +1,7 @@ { "name": "PII", "categoryType": "Classification", - "description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.\n\n\n\n_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._", + "description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.

_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._", "children": [ { "name": "None",