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

Minted filter for beamer and latex, safe for all writers #40

Merged
merged 8 commits into from
Jan 17, 2019
Merged

Minted filter for beamer and latex, safe for all writers #40

merged 8 commits into from
Jan 17, 2019

Commits on Jan 12, 2019

  1. add minted lua filter

    svenevs committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    06006e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    4669b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aedcc39 View commit details
    Browse the repository at this point in the history
  3. use attributes not attr[3], replace(type, kind)

    - elem.attributes preferred to elem.attr[3]
    - use `kind` as parameter name, overloading `type`
      makes debugging more difficult
    svenevs committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1e4b2f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Configuration menu
    Copy the full SHA
    344a770 View commit details
    Browse the repository at this point in the history
  2. explicit return not necessary or preferred

    update tests to make sure that `fragile` is not
    present in non-beamer output
    svenevs committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    775fdf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a2aa03 View commit details
    Browse the repository at this point in the history
  4. cleaner way of setting block / inline languages

    make sure tests assert that `nil` is not present to ensure
    that metadata keys are not being processed incorrectly
    svenevs committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    afad956 View commit details
    Browse the repository at this point in the history