Hi,
I am curious to how to do multiline comments with redcloth.
According to above manual it should be possible to use
html tags inside.. but <!-- comment --> doesn't seem to work.
Am I missing something obvious?
···
--
Simon Strandgaard
Hi,
I am curious to how to do multiline comments with redcloth.
According to above manual it should be possible to use
html tags inside.. but <!-- comment --> doesn't seem to work.
Am I missing something obvious?
--
Simon Strandgaard
Ah.. I downloaded the source and found out that I could
write <notextile> comment </notextile>
Att: whytheluckystiff
In the above manual I only see ==notextile==. Maybe the manual should be
fixed? ![]()
(thanks for redcloth)
On Thursday 30 September 2004 19:43, Simon Strandgaard wrote:
Hi,
I am curious to how to do multiline comments with redcloth.
According to above manual it should be possible to use
html tags inside.. but <!-- comment --> doesn't seem to work.Am I missing something obvious?
--
Simon Strandgaard
Simon Strandgaard wrote:
Att: whytheluckystiff
In the above manual I only see ==notextile==. Maybe the manual should be fixed?
WondergoodthanksIwill.
_why
hmm..
I can see the OFFTAGS regexp contains the 'notextile' name.
however when I use <notextile>sometext</notextile> then the
tags seems to be replaced with empty strings. I cannot understand how the
#glyphs method is being used.
I have attached both my input file and output file, plus rake file.
it seems not to be outputted any <notextile> tag nor <!-- --> tag.
Just search for the <notextile> in the index.textile file.
It seemed to work.. maybe I am doing something wrong?
How do I make html comments?
index.html (8.84 KB)
index.textile (7.72 KB)
Rakefile (942 Bytes)
On Thursday 30 September 2004 20:42, why the lucky stiff wrote:
Simon Strandgaard wrote:
>Att: whytheluckystiff
>In the above manual I only see ==notextile==. Maybe the manual should be
>fixed?WondergoodthanksIwill.
_why
--
Simon Strandgaard