From b8eeb63ddf69558cd2cc89f3d8e7f2f5c4b1f0a2 Mon Sep 17 00:00:00 2001 From: Szymon Oleksy Date: Thu, 28 Nov 2024 11:34:09 +0100 Subject: [PATCH] docs: use asterix as bolder --- .markdownlint.yaml | 6 +++++- docs/CHANGELOG.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index fdc2c1b12..673f636df 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -50,4 +50,8 @@ MD040: false MD041: true # MD046/code-block-style -MD046: false \ No newline at end of file +MD046: false + +# MD050/strong-style +MD050: + style: "asterisk" \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5bf8cf38b..bd3e15930 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,7 +15,7 @@ * add license during init command ([#1475](https://github.com/splunk/addonfactory-ucc-generator/issues/1475)) ([471294a](https://github.com/splunk/addonfactory-ucc-generator/commit/471294ae8e4c266a2f685aa4c01eb75fd1974db1)) * confirmation modal when activate/deactivate single input ([#1421](https://github.com/splunk/addonfactory-ucc-generator/issues/1421)) ([34c8ec2](https://github.com/splunk/addonfactory-ucc-generator/commit/34c8ec250861eb06bd1cd4b22b430e5aa7e26a7c)) -* do not create __pycache__ in lib dir ([#1469](https://github.com/splunk/addonfactory-ucc-generator/issues/1469)) ([ad58e50](https://github.com/splunk/addonfactory-ucc-generator/commit/ad58e50ca2b5588f6824a4da95a15e8c0857f032)) +* do not create \_\_pycache\_\_ in lib dir ([#1469](https://github.com/splunk/addonfactory-ucc-generator/issues/1469)) ([ad58e50](https://github.com/splunk/addonfactory-ucc-generator/commit/ad58e50ca2b5588f6824a4da95a15e8c0857f032)) * **inputs:** show input services status count ([#1430](https://github.com/splunk/addonfactory-ucc-generator/issues/1430)) ([2574451](https://github.com/splunk/addonfactory-ucc-generator/commit/257445159898a2207cdf7a397345c218678c8fcb)) ## [5.53.2](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.53.1...v5.53.2) (2024-11-21)