feature-request add tag
PeterVandivier
In the inaugural powershell.ta post, I include code I've already published in a gist. I include a link to the gist as well. 

It would be nice if I could instead embed my gist directly into the post - rather like using submodules or [vendoring][2]. 

This would have the following benefits:

1. ease of import
   - pasting the link once rather than tab-switching to grab link + code
   - if the referenced text is also stored locally simply by virtue of pasting the link, this also protects link-only references against going stale
2. transparency of age
   - if the upstream code changes, it's easy to track to what previous version the post refers, instead of comparing the date of last revision of the post to the dates in the git log or something horrid like that

[1]: https://github.blog/2016-02-01-working-with-submodules/
[2]: https://medium.com/@bnprashanth256/dependency-management-and-vendoring-in-go-golang-5ec6d6b7590e

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.