diff --git a/index.json b/index.json index 574ee45..f748e3c 100644 --- a/index.json +++ b/index.json @@ -379,6 +379,11 @@ "title": "RueI | RueI", "keywords": "RueI RueI is a hint framework for scp:sl. it provides the ability to show multiple hints at once, along with a lot of other features for server owners installing RueI is easy. download the dll, and move it into your dependencies folder for the plugin framework you are using. note that RueI requires Harmony 2.2.2, you can get that here." }, + "markdown/customtags.html": { + "href": "markdown/customtags.html", + "title": "Creating Custom Tags | RueI", + "keywords": "Creating Custom Tags RueI supports creating custom rich text tags. all rich text tags should ultimately derive from [RichTextTag](../api/RueI/" + }, "markdown/eMec.html": { "href": "markdown/eMec.html", "title": "eMec | RueI", diff --git a/manifest.json b/manifest.json index 9cb9195..2ae26af 100644 --- a/manifest.json +++ b/manifest.json @@ -783,6 +783,16 @@ }, "version": "" }, + { + "type": "Conceptual", + "source_relative_path": "markdown/customtags.md", + "output": { + ".html": { + "relative_path": "markdown/customtags.html" + } + }, + "version": "" + }, { "type": "Conceptual", "source_relative_path": "markdown/eMec.md", diff --git a/markdown/customtags.html b/markdown/customtags.html new file mode 100644 index 0000000..b7c8502 --- /dev/null +++ b/markdown/customtags.html @@ -0,0 +1,117 @@ + + + + + Creating Custom Tags | RueI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+

Creating Custom Tags

+ +

RueI supports creating custom rich text tags.

+

all rich text tags should ultimately derive from [RichTextTag](../api/RueI/

+ +
+ + + + + +
+ +
+ +
+
+ +
+ + + +