From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Mon, 7 Jul 2014 15:34:40 +0200
Subject: Remove unintentionally added f3 docs
---
management-interface/lib/api/classMarkdown.html | 739 ------------------------
1 file changed, 739 deletions(-)
delete mode 100644 management-interface/lib/api/classMarkdown.html
(limited to 'management-interface/lib/api/classMarkdown.html')
diff --git a/management-interface/lib/api/classMarkdown.html b/management-interface/lib/api/classMarkdown.html
deleted file mode 100644
index c1fd983..0000000
--- a/management-interface/lib/api/classMarkdown.html
+++ /dev/null
@@ -1,739 +0,0 @@
-
-
-
-
-
-
-
Markdown-to-HTML converter.
- More...
-
-
-
-
-
-

-
-
-
- |
-|
- | $special |
-| | Special characters.
|
-| |
-
-
-
Markdown-to-HTML converter.
-
-
-
-
-
-
-
-
-
- | Markdown::_a |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process anchor span
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_atx |
- ( |
- |
- $type, |
-
-
- |
- |
- |
- $str |
-
-
- |
- ) |
- | |
-
-
- |
-
-protected |
-
-
-
-
Process atx-style heading
-
- Returns
- string
-
- Parameters
-
-
- | $type | string |
- | $str | string |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_auto |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Auto-convert links
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_blockquote |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process blockquote
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_code |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process code span
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_fence |
- ( |
- |
- $hint, |
-
-
- |
- |
- |
- $str |
-
-
- |
- ) |
- | |
-
-
- |
-
-protected |
-
-
-
-
Process fenced code block
-
- Returns
- string
-
- Parameters
-
-
- | $hint | string |
- | $str | string |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_hr |
- ( |
- | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process horizontal rule
-
- Returns
- string
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_img |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process image span
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_li |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process ordered/unordered list
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_p |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process paragraph
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_pre |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process whitespace-prefixed code block
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_raw |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Ignore raw HTML
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_setext |
- ( |
- |
- $str, |
-
-
- |
- |
- |
- $type |
-
-
- |
- ) |
- | |
-
-
- |
-
-protected |
-
-
-
-
Process setext-style heading
-
- Returns
- string
-
- Parameters
-
-
- | $str | string |
- | $type | string |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::_text |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Process strong/em/strikethrough spans
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::build |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Assemble blocks
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::convert |
- ( |
- |
- $txt | ) |
- |
-
-
-
-
Render HTML equivalent of markdown
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::esc |
- ( |
- |
- $str | ) |
- |
-
-
-
-
Convert characters to HTML entities
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::scan |
- ( |
- |
- $str | ) |
- |
-
-
-
-
Scan line for convertible spans
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | Markdown::snip |
- ( |
- |
- $str | ) |
- |
-
-
- |
-
-protected |
-
-
-
-
Reduce multiple line feeds
-
- Returns
- string
-
- Parameters
-
-
-
-
-
-
-
-
The documentation for this class was generated from the following file:
-
--
cgit v1.2.3-55-g7522