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

feat: add support for the Jekyll markdownify filter #621

Closed

Commits on Jun 4, 2023

  1. feat: add support for the Jekyll markdownify filter

    I have selected Marked as the library to use for the MD > HTML conversion and I am using isomorphic-dompurify because normal DOMPurify doesn't work in the test runner (it only works in the browser environment while isomorphic-dompurify is a wrapper that runs on both browser and Node).
    TomasHubelbauer committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    08487a3 View commit details
    Browse the repository at this point in the history
  2. docs: fix CONTRIBUTING document typos

    Typos everywhere!
    TomasHubelbauer committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    9f5d406 View commit details
    Browse the repository at this point in the history
  3. fix: remove unnecessary string fallback value

    The `stringify` helper always returns a valid string.
    TomasHubelbauer committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    8bfba7c View commit details
    Browse the repository at this point in the history