Closed omertuc closed 2 years ago
Check for doc extensions and add ?plain=1 query parameter, because otherwise GitHub ignores the line highlight and just renders the entire document
?plain=1
e.g.
https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md?plain=1#L25
vs
https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md#L25
You can test this with https://github.com/omertuc/github-doc-formats/
@omertuc thank you!!!! I will merge it
Check for doc extensions and add
?plain=1
query parameter, because otherwise GitHub ignores the line highlight and just renders the entire documente.g.
https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md?plain=1#L25
vs
https://github.com/knsh14/vim-github-link/blob/6168ee5ca12d7162508fe8f8ef49dca6668d2db0/README.md#L25