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

improve code support #401

Merged
merged 13 commits into from
Sep 5, 2023
Merged

improve code support #401

merged 13 commits into from
Sep 5, 2023

Commits on Aug 2, 2023

  1. pip code snippets support

    Add support in inline and multi-line code snippets from pip
    Example: https://pypi.org/project/openai-function-call/
    idoshamun committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    78e7d94 View commit details
    Browse the repository at this point in the history
  2. hljs code snippets support

    idoshamun committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a6cf89d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. medium ssr code snippets support

    When fetching Medium pages without javascript enabled, code snippets are structured as <pre><span>code</span></pre>
    Example: https://medium.com/@jxnlco/seamless-integration-with-openai-and-pydantic-a-powerful-duo-for-output-parsing-fcb1e616167b
    idoshamun committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2bc8f4b View commit details
    Browse the repository at this point in the history
  2. switch line break to <lb/>

    Use `<lb/>` instead of `\n` for code snippets
    idoshamun committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0ff1ff2 View commit details
    Browse the repository at this point in the history
  3. set child as done

    idoshamun committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3cdb71d View commit details
    Browse the repository at this point in the history
  4. keep code formatting

    idoshamun committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6ca5a20 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. increase test coverage

    idoshamun committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0522a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df66b25 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. move code parts and adapt tests

    adbar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    52688ea View commit details
    Browse the repository at this point in the history
  2. fix merge conflict and clean up

    adbar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e709f79 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Sep 5, 2023

  1. fix XPath issue

    adbar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    44af8c2 View commit details
    Browse the repository at this point in the history
  2. cleanup

    adbar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    375fc9a View commit details
    Browse the repository at this point in the history