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

Render tables in documentation. #11564

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open

Render tables in documentation. #11564

wants to merge 17 commits into from

Commits on Nov 15, 2024

  1. Render tables in documentation.

    Also:
    - Separate parser for our flavor of Markdown from the CodeMirror integration;
      move the parser into ydoc-shared and use for Markdown line-wrapping.
    - Introduce our own version of yCollab extension; initially just the upstream
      version translated to Typescript and our code style.
    - Refactor CodeEditor.
    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    62d8bdd View commit details
    Browse the repository at this point in the history
  2. CHANGELOG, prettier

    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    40875ef View commit details
    Browse the repository at this point in the history
  3. Apply @farmaazon review.

    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6bd2b95 View commit details
    Browse the repository at this point in the history
  4. Fix

    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c6432d0 View commit details
    Browse the repository at this point in the history
  5. Lint

    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    be9bdd3 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3d75871 View commit details
    Browse the repository at this point in the history
  7. Integration tests for GraphNodeComment

    Also a little refactoring in preparation for new implementation.
    kazcw committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e654dfd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    f317637 View commit details
    Browse the repository at this point in the history
  2. Workaround stuck CI

    kazcw committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7431384 View commit details
    Browse the repository at this point in the history
  3. Revert "Workaround stuck CI"

    This reverts commit 7431384.
    kazcw committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    caaa01a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4606f2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f8c80f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    ae2b93f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58c8b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7549bc View commit details
    Browse the repository at this point in the history
  4. Fix merge

    kazcw committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    f11dcce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdb5e8 View commit details
    Browse the repository at this point in the history