Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Apr 23, 2024
1 parent 00d88b6 commit a1781f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $content = filter_rows($content, function ($block, $status) {
echo (new ParsedownExtra)->text($content);
~~~

The `$status` variable shows whether or not a part of the document is safe for any kind of text substitutions. For now,
The `$status` variable shows whether a part of the document is safe or not for any kind of text substitutions. For now,
it can have the value set to `0`, `1`, or `2`. A value of `0` means that the part of the document is generally not safe
for any kind of text substitutions. It is typically contained in the code and raw HTML chunks. A value of `2` means that
a block can contain other blocks, so it would be better to skip it as well, because indentation usually has a different
Expand Down

0 comments on commit a1781f4

Please sign in to comment.