Commit Graph

13 Commits

Author SHA1 Message Date
GitLab Bot 2d337eacd9 Add latest changes from gitlab-org/gitlab@master 2022-09-02 12:10:32 +00:00
GitLab Bot b9e3013993 Add latest changes from gitlab-org/gitlab@master 2022-03-28 09:07:06 +00:00
GitLab Bot fbb529e46c Add latest changes from gitlab-org/gitlab@master 2022-01-10 21:16:38 +00:00
GitLab Bot ca5de52835 Add latest changes from gitlab-org/gitlab@master 2021-12-10 18:14:42 +00:00
GitLab Bot a331169e6e Add latest changes from gitlab-org/gitlab@master 2021-11-17 15:10:28 +00:00
GitLab Bot f7bc7dc5ea Add latest changes from gitlab-org/gitlab@master 2021-06-01 21:10:06 +00:00
GitLab Bot 71d4234fa1 Add latest changes from gitlab-org/gitlab@master 2021-02-13 00:09:10 +00:00
GitLab Bot c6373a2cec Add latest changes from gitlab-org/gitlab@master 2019-12-24 12:08:01 +00:00
Stan Hu 8b4154b57f Enable frozen strings in lib/banzai/filter/*.rb
Excludes a few filters that require more work:

* lib/banzai/filter/image_lazy_load_filter_spec.rb
* lib/banzai/filter/syntax_highlight_filter_spec.rb
* lib/banzai/filter/table_of_contents_filter_spec.rb

Part of #47424
2018-07-23 02:39:45 -07:00
Rémy Coutable a46929ea2f
Use ApplicationSetting.current_without_cache instead of ApplicationSetting.current where applicable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-23 16:14:43 +02:00
Adam Niedzielski 0945dc4179 Fix PlantUML integration in GFM
Fixes #30557
Use "lang" attribute instead of "class" in PlantumlFilter.
2017-04-19 17:54:58 +02:00
Douwe Maan f40716f48a No more and/or 2017-02-21 16:31:14 -06:00
Horacio Sanson d9e9ad2211 PlantUML support for Markdown
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:

    ```plantuml
    Bob -> Sara : Hello
    Sara -> Bob : Go away
    ```

Closes: #4048
2017-02-03 08:49:48 +09:00