Given the following snippet (using the textile filter):

<div class='section'>
  <div class='section-content'>
<r:yield />
  </div>
</div>

When I try to use the snippet like so (inside a page part that uses textile):

<r:snippet name="subsection" title="More about PSRC">
# first
# second
</r:snippet>

The list doesn't get formatted as textile -- I see "# first # second"
on the page instead of the expected html numbered list.

Any ideas?

Joe
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to