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

Remove unused and/or broken features #46

Merged
merged 9 commits into from
Oct 26, 2021
Merged

Commits on Oct 23, 2021

  1. Configure autoformat with Prettier using close style

    Set options to match existing code as much as possible for now.
    kazk committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    ec6bd00 View commit details
    Browse the repository at this point in the history
  2. Update vulnerable dependencies

    kazk committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    24cce38 View commit details
    Browse the repository at this point in the history
  3. Remove tabs

    kazk committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    426baf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Remove heading extensions

    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2a43960 View commit details
    Browse the repository at this point in the history
  2. Remove frontmatter extraction

    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    77597cc View commit details
    Browse the repository at this point in the history
  3. Remove unused extensions option

    Not necessary and should be possible by overriding.
    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c72e0e9 View commit details
    Browse the repository at this point in the history
  4. Remove languages from result

    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    215157a View commit details
    Browse the repository at this point in the history
  5. Remove broken filterLanguages option

    The postprocess depends on the `languageWrapper` and not trivial to generalize.
    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    27ec6ff View commit details
    Browse the repository at this point in the history
  6. Inline processLanguage

    kazk committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3a83c6f View commit details
    Browse the repository at this point in the history