arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

Support Optional Resources #31

Closed heyallan closed 9 years ago

heyallan commented 10 years ago

As of now, only Bootswatch themes are optional. Why not making Prettify themes optional too. And not only this, but supporting local/external paths to custom themes. It would make it really simple to customize the output without messing up with the source code. Maybe something like:

{
  // hypothetical strapdown setup
  bootstrapTheme: "united", // name, path, or empty for default
  prettifyTheme: "sunburst" // name, path, or empty for default
}

The question is: Is that feasible by any means?