Spork says it accepts YAML on slides. It isn't really YAML - it's an undocumented format that looks really similar to YAML.

The files ~/.sporkrc/config.yaml, your-presentation/config.yaml, and your-presentation/config/config.yaml are all parsed differently. You can specify plugin_classes in your ~/.sporkrc/config.yaml. It will throw errors if you try to do the same thing from your-presentation/config.yaml. I didn't try setting it in your-presentation/config/config.yaml

Here's a short explanation of the Spork::Hilite format. The line # to affect follows every hilite expression. The hiliting matches characters by spacing out horizontally. Use the + suffix on a color to indicate that the hilite should apply to the entire line.

.hilite This entire line Just the word the + g+ 1 rrr rrr 2 .hilite

This entire line
Just the word the


In reply to Solved: Re: Can't pretty print or use plugins in Spork by diotalevi
in thread Can't pretty print or use plugins in Spork by diotalevi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.