From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Wed, 4 Jun 2014 14:27:03 +0200
Subject: Add webinterface with functionallity
---
management-interface/lib/api/classMarkdown.html | 739 ++++++++++++++++++++++++
1 file changed, 739 insertions(+)
create 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
new file mode 100644
index 0000000..c1fd983
--- /dev/null
+++ b/management-interface/lib/api/classMarkdown.html
@@ -0,0 +1,739 @@
+
+
+
+
+
+
+
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