| | @@ -771,57 +771,12 @@ |
| 771 | 771 | @ <p>You can also link to internal anchor names using [#anchor-name], providing |
| 772 | 772 | @ you have added the necessary "<a name="anchor-name"></a>" |
| 773 | 773 | @ tag to your wiki page.</p></li> |
| 774 | 774 | @ <li> <p><span class="wikiruleHead">HTML</span>. |
| 775 | 775 | @ The following standard HTML elements may be used: |
| 776 | | - @ <a> |
| 777 | | - @ <address> |
| 778 | | - @ <b> |
| 779 | | - @ <big> |
| 780 | | - @ <blockquote> |
| 781 | | - @ <br> |
| 782 | | - @ <center> |
| 783 | | - @ <cite> |
| 784 | | - @ <code> |
| 785 | | - @ <dd> |
| 786 | | - @ <dfn> |
| 787 | | - @ <div> |
| 788 | | - @ <dl> |
| 789 | | - @ <dt> |
| 790 | | - @ <em> |
| 791 | | - @ <font> |
| 792 | | - @ <h1> |
| 793 | | - @ <h2> |
| 794 | | - @ <h3> |
| 795 | | - @ <h4> |
| 796 | | - @ <h5> |
| 797 | | - @ <h6> |
| 798 | | - @ <hr> |
| 799 | | - @ <img> |
| 800 | | - @ <i> |
| 801 | | - @ <kbd> |
| 802 | | - @ <li> |
| 803 | | - @ <nobr> |
| 804 | | - @ <ol> |
| 805 | | - @ <p> |
| 806 | | - @ <pre> |
| 807 | | - @ <s> |
| 808 | | - @ <samp> |
| 809 | | - @ <small> |
| 810 | | - @ <strike> |
| 811 | | - @ <strong> |
| 812 | | - @ <sub> |
| 813 | | - @ <sup> |
| 814 | | - @ <table> |
| 815 | | - @ <td> |
| 816 | | - @ <th> |
| 817 | | - @ <tr> |
| 818 | | - @ <tt> |
| 819 | | - @ <u> |
| 820 | | - @ <ul> |
| 821 | | - @ <var>. |
| 822 | | - @ In addition, there are two non-standard elements available: |
| 776 | + show_allowed_wiki_markup(); |
| 777 | + @ . There are two non-standard elements available: |
| 823 | 778 | @ <verbatim> and <nowiki>. |
| 824 | 779 | @ No other elements are allowed. All attributes are checked and |
| 825 | 780 | @ only a few benign attributes are allowed on each element. |
| 826 | 781 | @ In particular, any attributes that specify javascript or CSS |
| 827 | 782 | @ are elided.</p></li> |
| 828 | 783 | |