-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix relative links in other markup formats
- Apply the RelativeLinkFilter filter to other formats, e.g., reStructuredText so links from the Files view or the Project view work - Remove the AsciidocPipeline pipeline Fixes #3533.
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/helpers/application_helper.rb 1 addition, 2 deletionsapp/helpers/application_helper.rb
- app/helpers/gitlab_markdown_helper.rb 15 additions, 0 deletionsapp/helpers/gitlab_markdown_helper.rb
- lib/banzai/pipeline/asciidoc_pipeline.rb 0 additions, 11 deletionslib/banzai/pipeline/asciidoc_pipeline.rb
- lib/gitlab/asciidoc.rb 1 addition, 3 deletionslib/gitlab/asciidoc.rb
- lib/gitlab/other_markup.rb 24 additions, 0 deletionslib/gitlab/other_markup.rb
- spec/helpers/application_helper_spec.rb 4 additions, 0 deletionsspec/helpers/application_helper_spec.rb
- spec/lib/gitlab/asciidoc_spec.rb 0 additions, 16 deletionsspec/lib/gitlab/asciidoc_spec.rb
lib/gitlab/other_markup.rb
0 → 100644
Please register or sign in to comment