We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b803ed commit 8bb85feCopy full SHA for 8bb85fe
README.md
@@ -0,0 +1,7 @@
1
+# Code block checker
2
+
3
+Make sure that code blocks have valid syntax and can actually run.
4
5
+```terminal
6
+./code-block-checker.php verify:docs /path/to/docs cache.rst controller.rst --env=dev
7
+```
0 commit comments