Skip to content
This repository was archived by the owner on Dec 25, 2020. It is now read-only.

放宽引用gist的格式 - #31

Open
xiaket wants to merge 1 commit into
livid:masterfrom
xiaket:master
Open

放宽引用gist的格式#31
xiaket wants to merge 1 commit into
livid:masterfrom
xiaket:master

Conversation

@xiaket

@xiaket xiaket commented Jul 1, 2013

Copy link
Copy Markdown

讨论参见: http://www.v2ex.com/t/74249

print gist("http://gist.github.com/123078.git")
<script src="http://gist.github.com/123078.js"></script>
print gist("http://gist.github.com/123078")
<script src="http://gist.github.com/123078.js"></script>
print gist("https://gist.github.com/123078")
<script src="https://gist.github.com/123078.js"></script>
print gist("https://gist.github.com/123078.git")
<script src="https://gist.github.com/123078.js"></script>

@livid

livid commented Jan 5, 2014

Copy link
Copy Markdown
Owner

Thanks!

This has been deployed on V2EX.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants