Skip to content

MarkdownCheck improvements#432

Merged
martinvw merged 1 commit intoopenhab:mainfrom
wborn:MarkdownCheck-improvements
Feb 21, 2022
Merged

MarkdownCheck improvements#432
martinvw merged 1 commit intoopenhab:mainfrom
wborn:MarkdownCheck-improvements

Conversation

@wborn
Copy link
Copy Markdown
Member

@wborn wborn commented Feb 21, 2022

  • Use flexmark 0.64.0
  • Stop checking build.properties files which are no longer used
  • Fix MarkdownCheck false positives for lists with paragraphs

This fixes the "The line after a Markdown list must be empty." false positives for Markdown lists that use paragraphs such as:

* Lorem ipsum dolor sit amet, consectetur adipiscing elit,
  sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
* Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
  nisi ut aliquip ex ea commodo consequat.

* Use flexmark 0.64.0
* Stop checking build.properties files which are no longer used
* Fix MarkdownCheck false positives for lists with paragraphs

This fixes the "The line after a Markdown list must be empty." false positives for Markdown lists that use paragraphs such as:

```
* Lorem ipsum dolor sit amet, consectetur adipiscing elit,
  sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
* Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
  nisi ut aliquip ex ea commodo consequat.
```

Signed-off-by: Wouter Born <github@maindrain.net>
@wborn wborn requested a review from a team as a code owner February 21, 2022 18:41
@martinvw martinvw merged commit 3bbf205 into openhab:main Feb 21, 2022
@wborn wborn deleted the MarkdownCheck-improvements branch February 21, 2022 19:09
@wborn wborn added this to the 0.13.0 milestone Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants