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

Add color previews in markdown #21474

Merged
merged 29 commits into from
Oct 21, 2022
Merged

Add color previews in markdown #21474

merged 29 commits into from
Oct 21, 2022

Commits on Oct 17, 2022

  1. Add color preview to markdown

    Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    80dae5f View commit details
    Browse the repository at this point in the history
  2. Lint

    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    df33f58 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7fdc683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa76f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    374d11c View commit details
    Browse the repository at this point in the history
  6. Override renderCodeSpan

    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    705f92b View commit details
    Browse the repository at this point in the history
  7. continued

    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c43063f View commit details
    Browse the repository at this point in the history
  8. Style

    yardenshoham committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1dfc0bd View commit details
    Browse the repository at this point in the history
  9. Credit

    Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
    yardenshoham and KN4CK3R committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    488ff92 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    199e848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14394ab View commit details
    Browse the repository at this point in the history
  3. Add tests

    yardenshoham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    46f3a29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    066b41a View commit details
    Browse the repository at this point in the history
  5. Simplify CSS color check

    Had some false positives with regex
    yardenshoham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    74ab9de View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update web_src/less/_base.less

    Co-authored-by: silverwind <me@silverwind.io>
    yardenshoham and silverwind committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    a73a774 View commit details
    Browse the repository at this point in the history
  2. Update modules/markup/markdown/goldmark.go

    Co-authored-by: silverwind <me@silverwind.io>
    yardenshoham and silverwind committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b9c4e62 View commit details
    Browse the repository at this point in the history
  3. Use dib class

    yardenshoham committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    64b8a08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    117f17e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56bfbf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e048024 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b408e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c50bb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    d337934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46384bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    544574b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    ed0dde6 View commit details
    Browse the repository at this point in the history
  2. Update modules/markup/markdown/goldmark.go

    Co-authored-by: silverwind <me@silverwind.io>
    yardenshoham and silverwind committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b71ba24 View commit details
    Browse the repository at this point in the history
  3. Move dib into color-preview

    Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
    yardenshoham committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    001fc08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd096fb View commit details
    Browse the repository at this point in the history