search for: notextile

Displaying 10 results from an estimated 10 matches for "notextile".

2006 Mar 24
9
Escaping characters
Hi, I am writing some help about post formatting. I am using redcloth to format the text, and in a FAQ, also formatted with redcloth, I explain what to type to what to obtain. So, how could I escape ''*'', ''#'' & Co, to have an output like <redcloth> Type *word* to obtain <strong>word</strong> </redcloth> I tried "Type
2008 Mar 10
3
Only 5 tests out of 376 currently failing!
...you can have different sections on one web page and their footnotes won''t conflict as ids or named anchors. I could see how it could be desirable, though, to refer to a footnote and list it in different sections (rendered by RedCloth separately). What do you think? >> name: notextile tags >> desc: Blocks enclosed by the pseudo tag <notextile>...</notextile> >> will be left untouched. >> in: |- >> <notextile> >> p. Leave me alone >> </notextile> >> out: |- >> <p> >> p. Leave me alone...
2011 Jan 23
2
RedCloth 4.1.1 vs. 4.2.3 - weird behaviour with notextile
...000/) demonstrates the issue. In brief: A page consist of textile. The textile contains @@@ruby somecode @@@ The textile is first feed into Coderay via a helper method and then into RedCloth. To prevent RedCloth from applying markup to the code already rendered by Coderay it is wrapped with <notextile></notextile> which should prevent RedCloth from touching this sections. This works with the fairly old RedCloth 4.1.1 but not with 4.1.9, 4.2.2 and 4.2.3. In these versions, odd effects occur doubling content (and destroying style). I am posting this here as I am quite new to Rails and...
2009 Jun 05
0
<notextile> bug
Hey, and thanks for a great RedCloth! I have however stumbled upon a very weird bug. Have a look at this Textile file: https://gist.github.com/c75681ce99f8c2515ee6. I have two <notextile>-tags inside, but it still escapes single-quote to &#8216; in the first <notextile>-block, but not the last... Any reason why this would happen? //Magnus Holm -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/redcloth-up...
2007 Jan 28
1
^SUPER^ _RED_ ~CLOTH~ 1.153
...getting close! A lot more tests are passing. There are still about 50 tests failing. Most of these are due to ol/ul list problems. Here''s what''s still broken: * Options (:hard_breaks, :filter_html, etc.) * Lists (specifically: grouping list items into a single list) * <notextile>...</notextile> (I need to take a different approach.) * No markdown tags (Still thinking about this.) Seriously. That''s all that''s left. A good number of failing tests just need to be altered because of slight whitespace differences. Or updated approaches (scaling ba...
2007 Mar 09
3
Transformation order
I see that the well-defined order for transforming a page to HTML is: - Transform the content using the content converter ... - Replace tags I think it should be the other way around. I wrote this plugin that transform {flickr: <url of the photo>} into something like: <div> Foto, caption, etc. </div> Now, because of the order of transformations, the
2009 Jun 07
1
Close to a 4.2 release; experimenting with Ragel alternatives
...osed to do that!?" > ?Multi-byte content will probably never work because Ragel docs say it won''t > with conditionals (actions that return true or false to determine if a state > should be accepted), which I see no way around. ?Not recognizing vertical > pipes escaped with notextile tags in tables, exiting the HTML machine on the > first closing block tag it sees, leaving pre blocks prematurely... all these > bugs would require a lot?of time and code to fix. ?And they''re just the tip > of the?iceberg. ?If I walk through the code and look at it through the len...
2008 Sep 06
1
<pre> tag content now parsed by redcloth?
Hi, Thanks for all the help so far. I''ve almost got my site upgraded. A few more problems, which I''ll address in separate threads. So, I had <pre> tags in several places which contained code - yaml, ERB, etc. Previously, these were all ignored - passed through verbatim and not parsed by webgen. Now, they appear to be parsed. First, How should I do the equivalent of a
2007 Feb 04
0
SuperRedCloth 1.160
Okay, update: gem install superredcloth --source http://code.whytheluckystiff.net Or: http://code.whytheluckystiff.net/dist/superredcloth-1.160.tgz This one has better list, table and <notextile> support. I am close to releasing a SuperRedCloth on Rubyforge, so PLEASE! help me test this out by trying it on your personal wikis and blogs. Still to be done: * support for :hard_breaks is up next. * <pre> tags aren''t handled at all. * in fact, very little is done to HTML...
2007 Aug 23
20
Eliminating bad tests from SuperRedCloth
Hi, all. I haven''t felt at liberty to go axing test cases, but some of the 33 that are failing now are ones I don''t think we want to pass? cruft coming from Markdown or made up to fill a gap some years ago. I''d like to float the proposition that we make Super (and thus RedCloth 4) behave as identically as possible to Textile2 as working on