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

Support programmable options #5

Closed
ukyo opened this issue Aug 5, 2015 · 0 comments
Closed

Support programmable options #5

ukyo opened this issue Aug 5, 2015 · 0 comments

Comments

@ukyo
Copy link

ukyo commented Aug 5, 2015

refer to: #4

I want to use programmable options as below.

var marked = require('marked');
var renderer = new marked.Renderer();

module.exports = {
  ...
  markdownLoader: {
    markedOptions: {
      renderer: renderer,
      ...
    }
  }
};
@jhnns jhnns closed this as completed in 11ac6df Aug 6, 2015
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

1 participant