diff --git a/index.php b/index.php index ffe0201..544fc63 100644 --- a/index.php +++ b/index.php @@ -61,5 +61,56 @@ +
<
and >
:
<
and >
will be considered "text"Status | +Tag Example | +Explanation | +
---|---|---|
Good | +<MyTag:SomeText> |
++ |
Good | +<My Tag:Some Text> |
+Spaces in tag names & values OK | +
Good | +< My Tag : Some Text > |
+Spaces padding tag names & values OK | +
Good | +< My-Tag : Some_Text > |
+Underscores & hyphens OK | +
Good | +< My-Tag : First value | Second value> |
+Pipe or semicolon used to indicate multiple values | +
Bad | +< My/Tag : Some:Text > |
+Other characters not OK | +