您需要先登录或注册,然后才能继续。
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 1月 20, 2024
-
-
由 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
-
- 1月 10, 2024
-
-
由 Himanshu Kapoor 创作于
In rich text editor, add support for rendering inapplicable task items from markdown content in the plain text editor. Changelog: added
-
由 Brett Walker 创作于
Uses the gem `gitlab-glfm-markdown`, which interfaces with the Rust markdown parser `comrak` Changed: other
-
- 1月 09, 2024
-
-
由 Himanshu Kapoor 创作于
Add support for aligning columns left, right and center in the rich text editor Changelog: added
-
- 11月 13, 2023
-
-
由 Manav Agarwal 创作于
passed bullet attribute in task_list and added tests Changelog: changed
-
- 11月 01, 2023
-
-
由 Brett Walker 创作于
-
- 7月 01, 2023
-
-
由 Himanshu Kapoor 创作于
In the spirit of WYSIWYG, we now disable rendering HTML comments completely in the content editor. Changelog: changed
-
- 6月 29, 2023
-
-
由 Marcel van Remmerden 创作于
-
- 6月 09, 2023
-
-
由 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
-
- 5月 27, 2023
-
-
由 Stan Hu 创作于
The update in libxml2 (https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.0) stopped escaping ASCII characters in HTML: https://gitlab.gnome.org/GNOME/libxml2/-/issues/321. Update the specs and Markdown snapshot accordingly. Set the libxml2 memory allocator via `NOKOGIRI_LIBXML_MEMORY_MANAGEMENT=default` to work around Ruby interpreter bug. This variable can be dropped once https://github.com/ruby/ruby/pull/7663 ships with a Ruby interpreter that is used. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/390313 Changelog: changed
-
- 5月 25, 2023
-
-
由 Brett Walker 创作于
Allow new data-footnote-backref-idx attribute Changelog: changed
-
- 5月 11, 2023
-
-
由 Himanshu Kapoor 创作于
Render dir="auto" in all content editor extensions to automatically support RTL. Changelog: added
-
- 5月 10, 2023
-
-
由 Himanshu Kapoor 创作于
Changelog: changed
-
- 4月 28, 2023
-
-
由 Brett Walker 创作于
in order to move away from using the `lang` attribute
-
- 3月 28, 2023
-
-
由 Brett Walker 创作于
Merge branch 'security-update-glfm' into 'master' See merge request gitlab-org/security/gitlab!3166 Changelog: security
-
- 3月 16, 2023
-
- 2月 09, 2023
-
-
由 Brett Walker 创作于
-
由 Brett Walker 创作于
-
- 2月 07, 2023
-
-
由 Brett Walker 创作于
Changelog: added
-
由 Brett Walker 创作于
Fixes a situation where a user name ending with `_` and refernced with `\_` during autocomplete would not be properly detected. Changelog: fixed
-
- 1月 14, 2023
-
-
由 Brett Walker 创作于
to better handle escaping characters Changelog: changed
-
- 1月 09, 2023
-
-
由 Brett Walker 创作于
to handle additional characters
-
- 12月 20, 2022
-
-
由 Ashvith Shetty 创作于
Added two test cases - one with empty `langParams` and the other with colon followed by `langParams`
-
由 Brett Walker 创作于
Changelog: added
-
- 12月 02, 2022
-
-
由 Chad Woolley 创作于
- Converts GitLab Flavored Markdown Examples from old Golden Master approach to new approach.
-
- 11月 30, 2022
-
-
由 Himanshu Kapoor 创作于
Add support for rendering and editing HTML comments in the comments in the content editor. Changelog: added
-
- 11月 15, 2022
-
-
由 Jonas Wälter 创作于
Changelog: fixed
-
- 11月 14, 2022
-
-
由 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
-
- 11月 08, 2022
-
-
由 Brett Walker 创作于
to minimize it’s changes on the html earlier in the pipeline.
-
- 11月 04, 2022
-
-
由 Chad Woolley 创作于
- Split GLFM examples into two separate code blocks in rendered HTML. This will facilitate easier formatting to better match the standard CommonMark HTML-rendered spec MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/102822
-
由 Dylan Griffith 创作于
This reverts merge request !99048
-
- 10月 29, 2022
-
-
由 Brett Walker 创作于
-
由 Brett Walker 创作于
to minimize it’s changes on the html earlier in the pipeline.
-
- 10月 28, 2022
-
-
由 Nao Hashizume 创作于
-
- 10月 27, 2022
-
- 10月 18, 2022
-
-
由 Chad Woolley 创作于
- Generate from spec.txt MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/100489
-
- 10月 12, 2022
-
-
由 Chad Woolley 创作于
- Split examples into two files as documented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/98493
-
- 10月 07, 2022
-
-
由 Chad Woolley 创作于
- Rename intro.txt to intro.md - Rename ghfm_spec_v_0.29.txt to ghfm_spec_v_0.29.txt.md
-
- 10月 02, 2022
-
-
由 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.
-
- 9月 08, 2022
-
-
由 Enrique Alcantara 创作于
Remove unnecessary space from GLFM documentation
-