You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command npx embedme README.md reports top of my README.md file that no comments exist
Embedding...
Skipped 0 files ignored in '.gitignore'
Analysing README.md...
README.md#L20-L22 No comment detected in first line for block with extension bash
README.md#L28-L39 No comment detected in first line for block with extension bash
README.md#L41-L43 No comment detected in first line for block with extension bash
README.md#L57-L60 No comment detected in first line for block with extension yaml
README.md#L62-L64 No comment detected in first line for block with extension bash
README.md#L66-L90 No comment detected in first line for block with extension yaml
README.md#L93-L111 No comment detected in first line for block with extension bash
README.md#L113-L256 No comment detected in first line for block with extension yaml
README.md#L261-L289 No comment detected in first line for block with extension bash
README.md#L291-L649 No comment detected in first line for block with extension yaml
README.md#L653-L663 No comment detected in first line for block with extension bash
README.md#L668-L675 No comment detected in first line for block with extension bash
README.md#L677-L690 No comment detected in first line for block with extension bash
No changes to write for README.md
while the comment is well defined
##### Simple pipeline with script embedded
```yaml
// configurations/tekton/simple-job-embedded-script-cfg.yaml
I'm using the following version of the tool: 1.22.1
The text was updated successfully, but these errors were encountered:
the library expects comment formatting to match the format of the language being embedded, so in this case if you substitute // with # it should work for yaml files.
Issue
The command
npx embedme README.md
reports top of my README.md file that no comments existwhile the comment is well defined
I'm using the following version of the tool: 1.22.1
The text was updated successfully, but these errors were encountered: