test.art
June 1st, 2012This post is for viewing/testing the PmWiki Markup plugin I’m working on.
NOTHING TO SEE HERE… MOVE ALONG.
The test-area is bracketed with two wp-geshi blocks, with no intervening spaces in the source-markup. This should allow for top and bottom-border testing.
NOTE: wpautop is turned OFF (as it interferes with the (:markup:)...(:markupend:)
output).
NOTE: ordered lists had no default formatting under my blog css
Show WP ordered list- * whatever
- ** no, seriously
- * second main item
- * third
- ** indent
- *** indent further
- ** not as far
- * fourth
public void main(string[] args) {
//TODO: implement
}
toc-float
Links work fine, but CSS is missing
Also, the (hide) click is missing the javascript, so will not work
sigh
hrm, maybe IN THE ORIGINAL it uses JavaScript to even show up
that way, it will degrade to NON-APPEARANCE when the JS is not present (as in the markup extraction)
On this page… (hide)
monospaced text
public void main(string[] args) { //TODO: implement }
sourceblock
uses Geshi, so similar to raw WP geshi, above
However, the link element fails entirely
(:source lang=csharp:) public void main(string[] args) { //TODO: implement } (:sourceend:) |
public void main(string[] args) { //TODO: implement } |
URLs
All URLs show up as approved for the markup service, but must still go through approval back in the wiki:
http://net.tutsplus.com/tutorials/wordpress/creating-a-custom-wordpress-plugin-from-scratch/
http://wp.smashingmagazine.com/2011/09/30/how-to-create-a-wordpress-plugin/
http://css.maxdesign.com.au/selectutorial/
wikiwords
LinkWikiWords ShouldBe Off [[SpaceWikiWords]] should be off. |
LinkWikiWords ShouldBe Off
SpaceWikiWords? should be off. |
NOTE: that’s also an example of a wiki-link to an unknown (and probably non-existent) page/group
This is an example header !!
sub-header !!!
level three !!!!
level four !!!!!
Unordered list
* whatever ** no, seriously * second main item * third ** indent *** indent further ** not as far * fourth |
|
Ordered list
# whatever ## no, seriously # second main item # third ## indent ### indent further ## not as far # fourth |
|
link test
->[[http://www.google.com|search]] XraysMonaLisa |
XraysMonaLisa |
this is a random slashmark
this is a slashmark in singlequotes: ‘’
this is a double-slash in singlequote: ‘\’
this is strong while this is emphasized
clip lrindent
>>clip lrindent<< This is some clip text >><< |
This is some clip text |
comment and include test
requires admin permissions, so should not appear
(:comment the below is not rendered due to lack of permissions. hooray!:) (:include SiteAdmin/AuthUser:) |
Hopefully you saw nothing, since the include requires admin permission on the Pmwiki side to view — so it should NOT render
no strange permissions, should appear
(:include PrantedMutter/Ort:) |
orts are small and smaller than warts which they are not no not warts are orts.
not big, not large, not by half nor in half, less than tiny or small, decidedly not tall, not at all. |
public void main(string[] args) {
//TODO: implement
}
clip lrindent
>>clip lrindent<< This is some clip text >><< |
This is some clip text |
below is the HTML generated by the conflict of Wp-Pmwiki-Markup and wpautop:
wpautop is turned on:
<h2>
<a id="toc10" name="toc10"></a>
clip lrindent
</h2>
<td<br>
class=’markup2′ valign=’top’>
<div class="clip lrindent">
<p>This is some clip text </p>
</div>
</td<br>
<table class="markup vert" align="center">
<tbody>
<tr>
<td class="markup1" valign="top">
<pre>>>clip lrindent<< This is some clip text >><<