Displaying 3 results from an estimated 3 matches for "wikicod".
Did you mean:
wikicode
2006 Dec 23
0
addition of <dl> lists to redcloth
hello!
I wish Textile had a syntax for dl-lists. they are very useful in my
opinion, mostly as a substitute for deeply nested headings and
two-column tables.
Wikicode has a syntax for it:
; Foo
: definition
; Bar : definition
creating:
<dl>
<dt>Foo</dt>
<dd>definition</dd>
<dt>Bar</dt>
<dd>definition</dd>
</dl>
it''s a bit clumsy, but it works.
please discuss :)
[murphy]
2007 Jan 24
14
Strikethroughs and dashes
Who really uses strikethroughs?? This is one of the most common
tripwires in RedCloth.
You are the friend--the only friend--who has offered to help.
Obviously em dashes.
I died in -2006- wait, no, two-thousand-FIVE!
Obviously strikethrough.
I''m going on a trip - a long one - to the Virgin Islands.
That''s got to be en dashes.
Such a cheap, no-hassle, no-worry
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...ormat=flowed
Hello,
Just to add to what Ajay said: the http://wiki.r-project.org does not
execute R code from within wiki pages. This is a choice for security
reasons. However, there are ways to get R code from R wiki pages and run
it in R: http://wiki.r-project.org/rwiki/doku.php?id=tips:misc:wikicode
Also, there is a discussion about integrating Sweave in wiki pages:
http://wiki.r-project.org/rwiki/doku.php?id=developers:latex2wiki.
If someone would like to start a "teaching stats with R" topic on the R
wiki and organize a section for this, he is more than welcome to make a
prop...