Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question, how could I insert gist script in markdown ? #864

Closed
liu0fanyi opened this issue Mar 6, 2017 · 1 comment
Closed

A question, how could I insert gist script in markdown ? #864

liu0fanyi opened this issue Mar 6, 2017 · 1 comment

Comments

@liu0fanyi
Copy link

I have tried this.

renderer.code = function coder(code, lang) {
	if (lang === 'gist') {
		return code;
	}
        return ...
};

And I get <script/> in chrome debug mode.
But gist not display on the screen...

@liu0fanyi liu0fanyi changed the title A question, how could I insert gist scrip in markdown ? A question, how could I insert gist script in markdown ? Mar 6, 2017
@joshbruce
Copy link
Member

Closing as not part of the current focus, see #1106 and #1216. Also, honestly not sure I'm following what's being attempted. Please resubmit an issue using the provided template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants