Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Umami Umami
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-flavor-tagging-tools
  • algorithms
  • UmamiUmami
  • Merge requests
  • !511

Adding URL support to placeholder syntax

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Joschka Birk requested to merge birk-placeholder-url-support into master Apr 11, 2022
  • Overview 1
  • Commits 3
  • Pipelines 7
  • Changes 3

Summary

This MR introduces the following changes

  • adding support for specifying a URL in the markdown placeholders

Example

It works just like the placeholders we already use, but for a url the syntax changes from §§§<filename>:<start>:<end>§§§ to §§§url="<url>":<start>:<end>§§§

The left side shows a placeholder with a URL specified. On the right side you see the inserted content of the file living at this URL after rendering the md file.

Conformity

  • [ ] Changelog entry
  • Documentation
  • Development guidelines
  • [ ] Style guides
Edited Apr 11, 2022 by Joschka Birk
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: birk-placeholder-url-support