Skip to content
Snippets Groups Projects
Commit 7dba8cd2 authored by Marcel Huber's avatar Marcel Huber
Browse files

Shows how to reference a line within a repository file.

parent 6d9c1d3e
Branches
Tags
1 merge request!8249Show how to reference a line within a repository file.
Loading
@@ -238,7 +238,7 @@ GFM will turn that reference into a link so you can navigate between them easily
Loading
@@ -238,7 +238,7 @@ GFM will turn that reference into a link so you can navigate between them easily
GFM will recognize the following: GFM will recognize the following:
   
| input | references | | input | references |
|:-----------------------|:--------------------------- | |:---------------------------|:--------------------------------|
| `@user_name` | specific user | | `@user_name` | specific user |
| `@group_name` | specific group | | `@group_name` | specific group |
| `@all` | entire team | | `@all` | entire team |
Loading
@@ -254,6 +254,7 @@ GFM will recognize the following:
Loading
@@ -254,6 +254,7 @@ GFM will recognize the following:
| `9ba12248` | specific commit | | `9ba12248` | specific commit |
| `9ba12248...b19a04f5` | commit range comparison | | `9ba12248...b19a04f5` | commit range comparison |
| `[README](doc/README)` | repository file references | | `[README](doc/README)` | repository file references |
| `[README](doc/README#L13)` | repository file line references |
   
GFM also recognizes certain cross-project references: GFM also recognizes certain cross-project references:
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment