Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_markup.html.haml « viewers « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 703ffa8896e1bd6528e81ed430ca630d0c15193c (plain)
1
2
3
- blob = viewer.blob
.file-content.md
  = markup(blob.name, blob.data, viewer.banzai_render_context)