1
0
mirror of synced 2025-12-22 03:16:52 -05:00

fixed incorrect comma placements on code syntax insertions, and removed extra curly brace

This commit is contained in:
bchadwic
2021-12-03 12:28:51 -08:00
parent 471049334a
commit 19a4f39b7a
2 changed files with 4 additions and 4 deletions

View File

@@ -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
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.
![Gist revisions tab](/assets/images/help/gist/gist_revisions_tab.png)

View File

@@ -1,8 +1,8 @@
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: >-
{% 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: >-
{% 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 %}