diff --git a/ui/UICommon.php b/ui/UICommon.php index f47d502a..56656cc2 100644 --- a/ui/UICommon.php +++ b/ui/UICommon.php @@ -176,23 +176,6 @@ public static function markdown($text) { })->toHtml($text); } - public static function markdownHelp() { ?> - -
type this: | to get this: |
---|---|
*italics* | italics |
**bold** | bold |
* item 1 * item 2 * item 3 |
|
1. item 1 2. item 2 3. item 3 |
|
## heading | heading |
[RocketMan](https://github.com/RocketMan) | RocketMan |