1. 04 nov., 2013 6 validations
    • VonC's avatar
      Fix markdown.js slideAttributesSeparator selection. · 83ee2eb0
      VonC a écrit
      83ee2eb0
    • VonC's avatar
      Rebased on dev, and following contribution guideline. · d6b8e4a2
      VonC a écrit
      d6b8e4a2
    • VonC's avatar
      ec72e8cb
    • VonC's avatar
      Make sure a pattern doesn't include space. · e1b11e73
      VonC a écrit
      e1b11e73
    • VonC's avatar
      Fix bug on data attributes for first vertical slide. · f6445a04
      VonC a écrit
      The first slide of a vertical stack see some data attributes ignored.
      
      Mainly the data-transition one.
      
      Repeat all data-attributes on the wrapping section element.
      
      Ignore any other attributes (like 'id="xxx"'), in order to not
      mess with internal links (by repeating twice an id).
      f6445a04
    • VonC's avatar
      Add attributes in markdown for slide generation. · c51ab74d
      VonC a écrit
      By default, look for <!-- slide-attributes: xxxx -->.
      Whatever 'xxx' is will be added to the section attributes.
      
      You can define your own pattern with 'data-attributes'.
      For instance 'data-attributes="^\s*?-- (.*?)$"':
      that will be added to the options.
      
      The 'attributes' section is removed from the content of the slide,
      so the final markdown doesn't reflect them.
      That also means you can add those attributes *anywhere* in the slide
      
      But that allows for *any* attribute to be added for a specifc slide,
      like:
      
      - id="plan", for allowing internal link (issue #430)
      - data-background="#ff0000"
      - data-transition="fade"
      
      You list those attributes on a single line, like
      
      - (default):
      ` <!-- id="plan" data-background="#ff0000" -->`
      - or, with an alternative data-attributes pattern:
      ` -- id="plan" data-background="#ff0000"`
      
      Again, that line is remove from the final content.
      c51ab74d
  2. 28 oct., 2013 1 validation
  3. 27 oct., 2013 5 validations
  4. 22 oct., 2013 1 validation
  5. 12 oct., 2013 1 validation
  6. 29 sept., 2013 1 validation
  7. 20 sept., 2013 1 validation
  8. 15 sept., 2013 2 validations
  9. 14 sept., 2013 1 validation
  10. 06 sept., 2013 2 validations
  11. 29 août, 2013 1 validation
  12. 27 août, 2013 1 validation
  13. 24 août, 2013 4 validations
  14. 23 août, 2013 2 validations
  15. 18 août, 2013 1 validation
  16. 16 août, 2013 1 validation
  17. 13 août, 2013 5 validations
  18. 12 août, 2013 2 validations
  19. 11 août, 2013 1 validation
  20. 08 août, 2013 1 validation
    • Rory Hardy's avatar
      Minor update · b2c6ccc9
      Rory Hardy a écrit
      Made sure all vars are declared with the var keyword.
      	modified:   plugin/leap/leap.js
      b2c6ccc9