Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 29, 2022
  2. 10月 28, 2022
  3. 10月 27, 2022
  4. 10月 18, 2022
  5. 10月 12, 2022
  6. 10月 07, 2022
  7. 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
  8. 9月 08, 2022
  9. 8月 31, 2022
  10. 8月 23, 2022
    • Chad Woolley's avatar
      Remove unused GLFM example extension annotations · 22e26954
      Chad Woolley 创作于
      - These are currently unused, so lets omit them until
        they are needed. Probably when we start doing
        conformance testing.
      - Also adds a bit of docs around this. More detailed
        docs will be added in future MRs.
      22e26954
  11. 8月 18, 2022
  12. 8月 15, 2022
  13. 8月 12, 2022
  14. 7月 30, 2022
    • Enrique Alcántara's avatar
      Add basic URL resolution to client-side renderer · 0a39d5fd
      Enrique Alcántara 创作于
      Add an API to the Hast to ProseMirror converter
      module that allows applying a transformation
      function to every attribute that matches a
      given criteria for every node in the document
      tree
      
      The purpose of this API is allowing to resolve
      an asset or link URL in the same way that we do
      in the server side backend renderer
      0a39d5fd
  15. 7月 29, 2022
    • Enrique Alcantara's avatar
      Add reference definition Content Type · 5c10b3e0
      Enrique Alcantara 创作于
      Create a referencedefinition extension
      that represents a Commonmark reference
      definition in the Content Editor
      
      The goal of this extension is allowing
      to edit reference definitions in a
      WYSIWYG editor
      5c10b3e0
  16. 7月 26, 2022
  17. 7月 22, 2022
  18. 7月 18, 2022
    • Enrique Alcantara's avatar
      Support pre tags outside of codeblocks · 7b9d33ab
      Enrique Alcantara 创作于
      Modify the Content Editor client-side
      parser to support pre tags outside of
      code blocks. This change has some positive
      side-effects:
      
      - Allows us to remove the hast-util-to-string
      dependency
      - Allows us to simplify the API of the
      hast-to-prosemirror-converter module by removing
      the skipChildren and getContent properties
      thar were added exclusively for code blocks
      7b9d33ab
  19. 7月 15, 2022
  20. 7月 13, 2022
  21. 6月 25, 2022
  22. 6月 23, 2022
  23. 6月 20, 2022
  24. 6月 06, 2022
  25. 6月 05, 2022
    • Chad Woolley's avatar
      Update GLFM spec with footnotes · 4f3668df
      Chad Woolley 创作于
      - In glfm_canonical_examples.txt, remove placeholder sections
        and replace with actual section for footnotes, as well as
        some basic explanatory text
      4f3668df
  26. 5月 20, 2022
  27. 5月 17, 2022
  28. 5月 07, 2022
  29. 4月 30, 2022
加载中