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

Property adjustments for "style", "aria-*" and "data-*" #261

Merged
merged 2 commits into from Sep 19, 2018
Merged

Property adjustments for "style", "aria-*" and "data-*" #261

merged 2 commits into from Sep 19, 2018

Commits on Sep 17, 2018

  1. Property adjustments from HAST to JSX

    Some plugins like rehype-katex add properties like "style" and
    "aria-hidden", which need to be adjusted for JSX. This commit introduces
    the following changes:
    
    - style strings now turn into camelized objects
    - aria-* and data-* properties now have keys in param-case
    
    Fixes #145.
    silvenon committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    89fd8d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    fab6b3e View commit details
    Browse the repository at this point in the history