Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Apr 5, 2024
1 parent 8a7ba74 commit 90b94b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/style/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ produces:
puts 'Hello, world!'
{{< / highlight >}}


## `readfile` shortcode

The `readfile` shortcode adds text from a file to a page. You can add a Markdown file, HTML file, or code file by specifying the path to the file from the project root directory.
Expand Down
4 changes: 4 additions & 0 deletions content/style/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,16 @@ Add code using the readfile shortcode:
And code without syntax highlighting:
<!-- markdownlint-disable MD040 -->
```
describe google_compute_networks(project: 'chef-gcp-inspec') do
its('network_names') { should include 'inspec-network' }
end
```
<!-- markdownlint-enable MD040 -->
### Inline code
This is an `inline block of code`.
Expand Down

0 comments on commit 90b94b8

Please sign in to comment.