From 8279b92a46d187af2643b277bc3f78464d9a7eb3 Mon Sep 17 00:00:00 2001 From: D1V3 Date: Wed, 3 Apr 2019 11:26:46 -0400 Subject: [PATCH 1/2] Fixing squished text --- docs/settings.md | 88 ++++++++++++++++++++++++------------------------ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/settings.md b/docs/settings.md index 57c3341b..61b9946e 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -51,50 +51,50 @@ PUBLISHING: } SERVING: - - "dynamicFileSizing": { -"enabled": false, - if you choose to allow your instance to serve transform images -"maxDimension": 2000 - the maximum size you allow transform to scale -}, -"markdownSettings": { -"skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~ -"escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly -"skipHtmlDescriptions": true, - as above, for descriptions -"escapeHtmlDescriptions": true, - as above, for descriptions -"allowedTypesMain": [], - markdown rendered as main content -"allowedTypesDescriptions": [], - markdown rendered in description in content details -"allowedTypesExample": [ - here are examples of allowed types -"see react-markdown docs", `https://github.com/rexxars/react-markdown` -"root", -"text", -"break", -"paragraph", -"emphasis", -"strong", -"thematicBreak", -"blockquote", -"delete", -"link", -"image", - you may not have a lot of control over how these are rendered -"linkReference", -"imageReference", -"table", -"tableHead", -"tableBody", -"tableRow", -"tableCell", -"list", -"listItem", -"heading", -"inlineCode", -"code", -"html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs. -"parsedHtml" -], -}, -"customFileExtensions": { - suggest a file extension for experimental content types you may be publishing -"application/example-type": "example" -} + + "dynamicFileSizing": { + "enabled": false, - if you choose to allow your instance to serve transform images + "maxDimension": 2000 - the maximum size you allow transform to scale + }, + "markdownSettings": { + "skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~ + "escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly + "skipHtmlDescriptions": true, - as above, for descriptions + "escapeHtmlDescriptions": true, - as above, for descriptions + "allowedTypesMain": [], - markdown rendered as main content + "allowedTypesDescriptions": [], - markdown rendered in description in content details + "allowedTypesExample": [ - here are examples of allowed types + "see react-markdown docs", `https://github.com/rexxars/react-markdown` + "root", + "text", + "break", + "paragraph", + "emphasis", + "strong", + "thematicBreak", + "blockquote", + "delete", + "link", + "image", - you may not have a lot of control over how these are rendered + "linkReference", + "imageReference", + "table", + "tableHead", + "tableBody", + "tableRow", + "tableCell", + "list", + "listItem", + "heading", + "inlineCode", + "code", + "html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs. + "parsedHtml" + ], + }, + "customFileExtensions": { - suggest a file extension for experimental content types you may be publishing + "application/example-type": "example" + } STARTUP: -- 2.45.2 From bf26e7d8a95263134f3658f67546744854d14549 Mon Sep 17 00:00:00 2001 From: D1V3 Date: Wed, 3 Apr 2019 11:30:00 -0400 Subject: [PATCH 2/2] Addind more indentation --- docs/settings.md | 74 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/docs/settings.md b/docs/settings.md index 61b9946e..49f94310 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -53,47 +53,47 @@ PUBLISHING: SERVING: "dynamicFileSizing": { - "enabled": false, - if you choose to allow your instance to serve transform images - "maxDimension": 2000 - the maximum size you allow transform to scale + "enabled": false, - if you choose to allow your instance to serve transform images + "maxDimension": 2000 - the maximum size you allow transform to scale }, "markdownSettings": { - "skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~ - "escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly - "skipHtmlDescriptions": true, - as above, for descriptions - "escapeHtmlDescriptions": true, - as above, for descriptions - "allowedTypesMain": [], - markdown rendered as main content - "allowedTypesDescriptions": [], - markdown rendered in description in content details - "allowedTypesExample": [ - here are examples of allowed types - "see react-markdown docs", `https://github.com/rexxars/react-markdown` - "root", - "text", - "break", - "paragraph", - "emphasis", - "strong", - "thematicBreak", - "blockquote", - "delete", - "link", - "image", - you may not have a lot of control over how these are rendered - "linkReference", - "imageReference", - "table", - "tableHead", - "tableBody", - "tableRow", - "tableCell", - "list", - "listItem", - "heading", - "inlineCode", - "code", - "html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs. - "parsedHtml" - ], + "skipHtmlMain": true, - false: render html, in a somewhat unpredictable way~ + "escapeHtmlMain": true, - true: rather than render html, escape it and print it visibly + "skipHtmlDescriptions": true, - as above, for descriptions + "escapeHtmlDescriptions": true, - as above, for descriptions + "allowedTypesMain": [], - markdown rendered as main content + "allowedTypesDescriptions": [], - markdown rendered in description in content details + "allowedTypesExample": [ - here are examples of allowed types + "see react-markdown docs", `https://github.com/rexxars/react-markdown` + "root", + "text", + "break", + "paragraph", + "emphasis", + "strong", + "thematicBreak", + "blockquote", + "delete", + "link", + "image", - you may not have a lot of control over how these are rendered + "linkReference", + "imageReference", + "table", + "tableHead", + "tableBody", + "tableRow", + "tableCell", + "list", + "listItem", + "heading", + "inlineCode", + "code", + "html", - potentially DANGEROUS, intended for `serveOnlyApproved = true` environments, includes iframes, divs. + "parsedHtml" + ], }, "customFileExtensions": { - suggest a file extension for experimental content types you may be publishing - "application/example-type": "example" + "application/example-type": "example" } STARTUP: -- 2.45.2