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

放宽引用gist的格式 #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

放宽引用gist的格式 #31

wants to merge 1 commit into from

Conversation

xiaket
Copy link

@xiaket xiaket commented Jul 1, 2013

讨论参见: 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
Copy link
Owner

livid commented Jan 5, 2014

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