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

Accept custom slug helper #9

Open
egoist opened this issue Feb 15, 2018 · 0 comments
Open

Accept custom slug helper #9

egoist opened this issue Feb 15, 2018 · 0 comments

Comments

@egoist
Copy link
Owner

egoist commented Feb 15, 2018

marked(text, {
	slug(raw) {
		return slugify(raw)
	}
})

By default we use slugo:

https://github.com/egoist/marked3/blob/1fd2b19a8001fb164d2129f5686bb9ef19cbffe9/src/renderer.js#L38

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

No branches or pull requests

1 participant