Skip to content

Commit

Permalink
Fix error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 22, 2024
1 parent 1f920b5 commit 48220e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ content to include.
are rewritten to work correctly in their new location. Possible values are
`true` and `false`.
- <a name="include-markdown_comments" href="#include-markdown_comments">#</a>
**comments** (_false_): When this option is enabled (default), the content to
include is wrapped by `<!-- BEGIN INCLUDE -->` and `<!-- END INCLUDE -->`
comments which help to identify that the content has been included. Possible
values are `true` and `false`.
**comments** (_false_): When this option is enabled, the content to include
is wrapped by `<!-- BEGIN INCLUDE -->` and `<!-- END INCLUDE -->` comments
which help to identify that the content has been included. Possible values
are `true` and `false`.
- <a name="include-markdown_heading-offset" href="#include-markdown_heading-offset">#</a>
**heading-offset** (0): Increases or decreases the Markdown headings depth
by this number. Only supports number sign (`#`) heading syntax. Accepts
Expand Down
6 changes: 3 additions & 3 deletions locale/es/README.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ msgstr ""
msgid ""
"<a name=\"include-markdown_comments\" href=\"#include-"
"markdown_comments\">#</a> **comments** (*false*): When this option is "
"enabled (default), the content to include is wrapped by `<!-- BEGIN INCLUDE "
"-->` and `<!-- END INCLUDE -->` comments which help to identify that the "
"content has been included. Possible values are `true` and `false`."
"enabled, the content to include is wrapped by `<!-- BEGIN INCLUDE -->` and "
"`<!-- END INCLUDE -->` comments which help to identify that the content has "
"been included. Possible values are `true` and `false`."
msgstr ""
"<a name=\"include-markdown_comments\" href=\"#include-"
"markdown_comments\">#</a> **comments** (*false*): Cuando esta opción está "
Expand Down
6 changes: 3 additions & 3 deletions locale/fr/README.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ msgstr ""
msgid ""
"<a name=\"include-markdown_comments\" href=\"#include-"
"markdown_comments\">#</a> **comments** (*false*): When this option is "
"enabled (default), the content to include is wrapped by `<!-- BEGIN INCLUDE "
"-->` and `<!-- END INCLUDE -->` comments which help to identify that the "
"content has been included. Possible values are `true` and `false`."
"enabled, the content to include is wrapped by `<!-- BEGIN INCLUDE -->` and "
"`<!-- END INCLUDE -->` comments which help to identify that the content has "
"been included. Possible values are `true` and `false`."
msgstr ""
"<a name=\"include-markdown_comments\" href=\"#include-"
"markdown_comments\">#</a> **comments** (*false*): Lorsque cette option est "
Expand Down

0 comments on commit 48220e0

Please sign in to comment.