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: support mermaid code blocks in Markdown #7490

Merged
merged 33 commits into from Oct 14, 2022
Merged

Commits on May 25, 2022

  1. Copy the full SHA
    54ee20f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 27, 2022

  1. Copy the full SHA
    ed1f044 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ed1f21c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    777c086 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a32f60 View commit details
    Browse the repository at this point in the history
  5. little refactors

    Josh-Cena committed May 27, 2022
    Copy the full SHA
    11836a0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5d836f5 View commit details
    Browse the repository at this point in the history
  7. remove unused

    Josh-Cena committed May 27, 2022
    Copy the full SHA
    8c9e005 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. remark plugin refactor

    Josh-Cena committed May 29, 2022
    Copy the full SHA
    722f75b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c0a17ac View commit details
    Browse the repository at this point in the history
  3. greatly simplify

    Josh-Cena committed May 29, 2022
    Copy the full SHA
    0a5e372 View commit details
    Browse the repository at this point in the history
  4. simplify API

    Josh-Cena committed May 29, 2022
    Copy the full SHA
    73f53a8 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Josh-Cena committed May 29, 2022
    Copy the full SHA
    ec6f920 View commit details
    Browse the repository at this point in the history
  6. move dogfooding

    Josh-Cena committed May 29, 2022
    Copy the full SHA
    47bec9b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jun 15, 2022

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

Commits on Oct 7, 2022

  1. Merge branch 'main' into mermaid

    # Conflicts:
    #	packages/docusaurus-types/src/index.d.ts
    #	project-words.txt
    #	website/package.json
    #	yarn.lock
    slorber committed Oct 7, 2022
    Copy the full SHA
    51b6c48 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Copy the full SHA
    5ec7c0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25cb8aa View commit details
    Browse the repository at this point in the history
  3. do not spread markdown config to mdx loader: be more explicit with at…

    …tribute markdownConfig
    slorber committed Oct 13, 2022
    Copy the full SHA
    56ca9c7 View commit details
    Browse the repository at this point in the history
  4. typo

    slorber committed Oct 13, 2022
    Copy the full SHA
    9772c2e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5d49364 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    062ed20 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix snapshots

    slorber committed Oct 14, 2022
    Copy the full SHA
    4da56ed View commit details
    Browse the repository at this point in the history
  2. good mermaid integration

    slorber committed Oct 14, 2022
    Copy the full SHA
    b6c408d View commit details
    Browse the repository at this point in the history
  3. increase random count

    slorber committed Oct 14, 2022
    Copy the full SHA
    d5ca004 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    76c8703 View commit details
    Browse the repository at this point in the history
  5. try to fix journey bug

    use forest theme
    slorber committed Oct 14, 2022
    Copy the full SHA
    c8d1e2c View commit details
    Browse the repository at this point in the history
  6. fix bad project-words merge

    slorber committed Oct 14, 2022
    Copy the full SHA
    bd67df1 View commit details
    Browse the repository at this point in the history
  7. refactor MDXComponents usage

    slorber committed Oct 14, 2022
    Copy the full SHA
    8c88c55 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    57d481c View commit details
    Browse the repository at this point in the history
  9. ````mdx-code-block

    slorber committed Oct 14, 2022
    Copy the full SHA
    1377f4a View commit details
    Browse the repository at this point in the history