From aa7aadf3f10b19f0ab97414a207d9ec2083550f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6felmeyer?= Date: Fri, 17 Jun 2022 13:33:14 +0200 Subject: [PATCH] Fixes formatting of TOML table at the end of csaf_provider.md --- docs/csaf_provider.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/csaf_provider.md b/docs/csaf_provider.md index bb04007..b3f9a6f 100644 --- a/docs/csaf_provider.md +++ b/docs/csaf_provider.md @@ -26,10 +26,10 @@ Following options are supported in the config file: - provider_metadata.list_on_CSAF_aggregators: List on aggregators - provider_metadata.mirror_on_CSAF_aggregators: Mirror on aggregators - provider_metadata.publisher: Set the publisher. Default: -`[provider_metadata.publisher]\ -category = "vendor"\ -name = "Example Company"\ -namespace = "https://example.com"\ -issuing_authority = "We at Example Company are responsible for publishing and maintaining Product Y."\ -contact_details = "Example Company can be reached at contact_us@example.com, or via our website at https://www.example.com/contact."` +```toml [provider_metadata.publisher] +category = "vendor" +name = "Example Company" +namespace = "https://example.com" +issuing_authority = "We at Example Company are responsible for publishing and maintaining Product Y." +contact_details = "Example Company can be reached at contact_us@example.com, or via our website at https://www.example.com/contact."```