Browse Source

Escape pre tag in markdown block

othercorey 5 years ago
parent
commit
f36a3ffbef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Core/functions.php

+ 1 - 1
src/Core/functions.php

@@ -135,7 +135,7 @@ if (!function_exists('pr')) {
      * print_r() convenience function.
      *
      * In terminals this will act similar to using print_r() directly, when not run on cli
-     * print_r() will also wrap <pre> tags around the output of given variable. Similar to debug().
+     * print_r() will also wrap `<pre>` tags around the output of given variable. Similar to debug().
      *
      * This function returns the same variable that was passed.
      *