Skip to content

Commit

Permalink
Merge pull request #33 from froschdesign/hotfix/docs/lint-errors
Browse files Browse the repository at this point in the history
Fixes #32 - inline HTML in docs
  • Loading branch information
froschdesign committed Nov 27, 2021
2 parents 540bb5a + 06813d8 commit 461a7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ controller in the application.
Add the following lines to the module configuration file, e.g.
`module/Album/config/module.config.php`:

<!-- markdownlint-disable MD033 -->
<pre class="language-php" data-line="8-9,12-17"><code>
namespace Album;

Expand All @@ -149,3 +150,4 @@ return [
// …
];
</code></pre>
<!-- markdownlint-enable MD033 -->
2 changes: 1 addition & 1 deletion docs/book/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**This is only a placeholder.**
# This Is Only a Placeholder

The content of this page can be found under:

Expand Down

0 comments on commit 461a7a2

Please sign in to comment.