-
- Downloads
There was an error fetching the commit references. Please try again later.
Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)
parent
dc348baf
No related branches found
No related tags found
Showing
- app/helpers/application_helper.rb 10 additions, 2 deletionsapp/helpers/application_helper.rb
- app/helpers/gitlab_markdown_helper.rb 14 additions, 1 deletionapp/helpers/gitlab_markdown_helper.rb
- app/helpers/tree_helper.rb 2 additions, 0 deletionsapp/helpers/tree_helper.rb
- lib/gitlab/asciidoc.rb 60 additions, 0 deletionslib/gitlab/asciidoc.rb
- lib/gitlab/markdown_helper.rb 10 additions, 1 deletionlib/gitlab/markdown_helper.rb
- spec/helpers/application_helper_spec.rb 8 additions, 1 deletionspec/helpers/application_helper_spec.rb
- spec/helpers/gitlab_markdown_helper_spec.rb 8 additions, 0 deletionsspec/helpers/gitlab_markdown_helper_spec.rb
- spec/lib/gitlab/asciidoc_spec.rb 59 additions, 0 deletionsspec/lib/gitlab/asciidoc_spec.rb
- spec/lib/gitlab/gitlab_markdown_helper_spec.rb 13 additions, 1 deletionspec/lib/gitlab/gitlab_markdown_helper_spec.rb
lib/gitlab/asciidoc.rb
0 → 100644
spec/lib/gitlab/asciidoc_spec.rb
0 → 100644
Please register or sign in to comment