Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified Attribute syntax for slides and elements generated from markdown #734

Merged
merged 9 commits into from
Dec 2, 2013

Commits on Nov 30, 2013

  1. First refactoring

    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    dd9fa3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3330c2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ad633e View commit details
    Browse the repository at this point in the history
  4. Fix previous element selection.

    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    d52eb59 View commit details
    Browse the repository at this point in the history
  5. Removes console.log calls.

    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    13da34c View commit details
    Browse the repository at this point in the history
  6. Simpler default syntax for markdown attributes.

    - on slides: .slide x=y
    - on elements: .element x=y
    
    Those are detected in html comment, in order to not be visible
    if a markdown is edited in an html editor.
    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    f209741 View commit details
    Browse the repository at this point in the history
  7. test-markdown-attributes.*, new default separator

    - Reformat.
    - Change default separator test 'slide: x=y'
    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    d4e04b8 View commit details
    Browse the repository at this point in the history
  8. test-markdown-element-attributes: formats and test.

    - Reformat
    - Use new default separator format: '.element: x=y'
    - Add new tests for testing that default format
    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    78dfbf5 View commit details
    Browse the repository at this point in the history
  9. README.md mentions the new default separators.

    - new default separator for slide attributes
    - new default separator for element attributes
    Illustrate both, in html comments.
    VonC committed Nov 30, 2013
    Configuration menu
    Copy the full SHA
    fdb03b4 View commit details
    Browse the repository at this point in the history