Skip to content

Commit d17f79e

Browse files
authored
docs: Add spacing between code block and caption (#1284)
This fixes that some code blocks aren't rendered properly in Markdown ## Pull Request Checklist - [x] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#-contributing-code) + Especially the [How to Contribute](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#how-to-contribute) section - [x] [No merge commits](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#no-merge-commits) - [x] [Correct commit message style](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#commit-message-style)
1 parent 1846e2d commit d17f79e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/builder/lib/processors/bundlers/moduleBundler.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ const log = getLogger("builder:processors:bundlers:moduleBundler");
5757
* denote an arbitrary number of characters or folder names.
5858
* Excludes should be marked with a leading exclamation mark '!'. The order of filters is relevant; a later
5959
* exclusion overrides an earlier inclusion, and vice versa.
60+
*
6061
* <caption>List of modules as glob patterns that should be in- or excluded</caption>
62+
*
6163
* ```js
6264
* // Includes everything from "some/path/to/module/",
6365
* // but excludes the subfolder "some/path/to/module/to/be/excluded/"

packages/builder/lib/tasks/generateResourcesJson.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function getCreatorOptions(projectName) {
5656
* </p>
5757
*
5858
* <caption>sample resources.json</caption>
59+
*
5960
* ```js
6061
* const resourcesJson = {
6162
* "_version": "1.1.0",

0 commit comments

Comments
 (0)