On Wed, Oct 27, 2010 at 2:31 PM, D.Kreft <d...@kreft.net> wrote:
> On Wed, Oct 27, 2010 at 11:22 AM, Jim Gay <j...@saturnflyer.com> wrote:
>>
>> What's the old CMS? That's not standard textile.
>
> As I stated in my original e-mail, Radiant 0.6.7...which is using RedCloth
> 3.0.4.

Ah. I feel stupid now, sorry. I'd definitely defer to John Muhl on
markup parsers.

> In redcloth.rb in that version of RedCloth, I'm seeing this:
> # == Quick Phrase Modifiers
> #
> # Quick phrase modifiers are also included, to allow formatting
> # of small portions of text within a paragraph.
> #
> #  \_emphasis\_
> #  \_\_italicized\_\_
> #  \*strong\*
> #  \*\*bold\*\*
> #  ??citation??
> #  -deleted text-
> #  +inserted text+
> #  ^superscript^
> #  ~subscript~
> # �...@code@
> #  %(classname)span%
> #
>     QTAGS = [
>         ['**', 'b'],
>         ['*', 'strong'],
>         ['??', 'cite', :limit],
>         ['-', 'del', :limit],
>         ['__', 'i'],
>         ['_', 'em', :limit],
>         ['%', 'span', :limit],
>         ['+', 'ins', :limit],
>         ['^', 'sup'],
>         ['~', 'sub']
>     ]
>



-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338

Reply via email to