fixed incorrect comma placements on code syntax insertions, and removed extra curly brace
This commit is contained in:
@@ -25,7 +25,7 @@ If you want to make local changes to a gist and push them up to the web, you can
|
|||||||
|
|
||||||
## Viewing gist commit history
|
## Viewing gist commit history
|
||||||
|
|
||||||
To view a gist's full commit history, click the "Revisions" tab at the top of the gist{.
|
To view a gist's full commit history, click the "Revisions" tab at the top of the gist.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
gist_homepage: >-
|
gist_homepage: >-
|
||||||
{% ifversion fpt or ghec %}[gist home page](https://gist.github.com/){% elsif ghae %}gist home page, `http(s)://gist.[hostname)`,{% else %}gist home page, `http(s)://[hostname]/gist` or `http(s)://gist.[hostname]` if subdomains are enabled{% endif %}
|
{% ifversion fpt or ghec %}[gist home page](https://gist.github.com/){% elsif ghae %}gist home page, `http(s)://gist.[hostname)`{% else %}gist home page, `http(s)://[hostname]/gist` or `http(s)://gist.[hostname]` if subdomains are enabled{% endif %}
|
||||||
|
|
||||||
gist_search_url: >-
|
gist_search_url: >-
|
||||||
{% ifversion fpt or ghec %}[Gist Search](https://gist.github.com/search){% elsif ghae %}Gist Search, `http(s)://gist.[hostname]/search`,{% else %}Gist Search, `http(s)://[hostname]/gist/search` or `http(s)://gist.[hostname]/search` if subdomains are enabled{% endif %}
|
{% ifversion fpt or ghec %}[Gist Search](https://gist.github.com/search){% elsif ghae %}Gist Search, `http(s)://gist.[hostname]/search`{% else %}Gist Search, `http(s)://[hostname]/gist/search` or `http(s)://gist.[hostname]/search` if subdomains are enabled{% endif %}
|
||||||
|
|
||||||
discover_url: >-
|
discover_url: >-
|
||||||
{% ifversion fpt or ghec %}[Discover](https://gist.github.com/discover){% elsif ghae %}Discover, `http(s)://gist.[hostname]/discover`,{% else %}Discover, `http(s)://[hostname]/gist/discover` or `http(s)://gist.[hostname]/discover` if subdomains are enabled{% endif %}
|
{% ifversion fpt or ghec %}[Discover](https://gist.github.com/discover){% elsif ghae %}Discover, `http(s)://gist.[hostname]/discover`{% else %}Discover, `http(s)://[hostname]/gist/discover` or `http(s)://gist.[hostname]/discover` if subdomains are enabled{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user