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

Basic syntax highlight support for code blocks #526

Merged
merged 74 commits into from
Nov 1, 2024

Commits on Oct 26, 2024

  1. Set up highlight.js

    eliandoran committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c81b847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf28005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    579b3f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6078620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f80cf0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7e1362 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    6c4513f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9324c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e931df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4bd4eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a609d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a393237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7505db2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e3b915 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1fb0b74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7354fb5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60b6f7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7952a5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e1ae014 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe4dbae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a25f60 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    87bc142 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d2235a1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f947a03 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0d270cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2fdff29 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    83f5b47 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e843f1a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    514653f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    41e3163 View commit details
    Browse the repository at this point in the history
  25. client: Rephrase section

    eliandoran committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6717b1b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ef5f2c6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e68d070 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    96b9042 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e65d4cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    52bc28d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b8569ea View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5109c07 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5682b2d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b8eb09b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dbb5e0e View commit details
    Browse the repository at this point in the history
  36. client: Add credits

    eliandoran committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9c55203 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Format theme names

    adoriandoran committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    48f9f07 View commit details
    Browse the repository at this point in the history
  2. Improve the sample code

    adoriandoran committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bda8173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36fde2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70cee7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3d001d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f4ed92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9ebc66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b112cb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Fix word-wrapping

    adoriandoran committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    60426ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2459bbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f13d88c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    bbc038f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac13291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dffdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae60f8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc0b3db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a690155 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f57ab4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3e10b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d783f1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3af29a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfa4f3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00209ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e3c1b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    0a6815e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3f51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e508313 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c66e3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92c588d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e94558 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1554e25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b14065d View commit details
    Browse the repository at this point in the history