Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 1月 20, 2024
    • Himanshu Kapoor's avatar
      Use content editor's serializer for copy_as_gfm · 7a5806a6
      Himanshu Kapoor 创作于
      Until now, copy_as_gfm feature used its own serializer to copy content
      as markdown. Since content editor also has its own serializer, we remove
      the serializer in use in copy_as_gfm and use the one in content editor
      instead.
      
      Changelog: changed
      7a5806a6
  2. 1月 10, 2024
  3. 1月 09, 2024
  4. 11月 13, 2023
  5. 11月 01, 2023
  6. 7月 01, 2023
  7. 6月 29, 2023
  8. 6月 09, 2023
    • Himanshu Kapoor's avatar
      Fix issues with pasting html in content editor · bf1b28aa
      Himanshu Kapoor 创作于
      - Do not render class attribute as it could render in unexpected ways,
      which aren't supported when real markdown is rendered.
      - Strip any stray div, span or pre tags in pasted HTML before paste
      
      Changelog: fixed
      bf1b28aa
  9. 5月 27, 2023
  10. 5月 25, 2023
  11. 5月 11, 2023
  12. 5月 10, 2023
  13. 4月 28, 2023
  14. 3月 28, 2023
  15. 3月 16, 2023
  16. 2月 09, 2023
  17. 2月 07, 2023
  18. 1月 14, 2023
  19. 1月 09, 2023
  20. 12月 20, 2022
  21. 12月 02, 2022
  22. 11月 30, 2022
  23. 11月 15, 2022
  24. 11月 14, 2022
    • Chad Woolley's avatar
      Add styling to GLFM specification HTML · 1874ca68
      Chad Woolley 创作于
      - Adds numbering, table of contents, and other
        structure/styling to markdown examples, like the standard
        CommonMark and GitHub Flavored Markdown rendered HTML
        specifications
      1874ca68
  25. 11月 08, 2022
  26. 11月 04, 2022
  27. 10月 29, 2022
  28. 10月 28, 2022
  29. 10月 27, 2022
  30. 10月 18, 2022
  31. 10月 12, 2022
  32. 10月 07, 2022
  33. 10月 02, 2022
    • Chad Woolley's avatar
      Add error checking for GLFM config files · 943cddb1
      Chad Woolley 创作于
      - Validate that manually-curated config files
        do not have any invalid example names
      - Also fixes some issues where yarn
        integrity check started failing on CI,
        possibly for reasons unrelated to this MR
      - Also removes an unnecessary writable
        File.open that was overlooked in a
        previous refactor.
      943cddb1
  34. 9月 08, 2022
加载中