You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree that styling is an important issue, but I'm not quite sure how I want to handle it yet. At the moment, there are just a bunch of defaults that are used. Pull request #6 put all of these variables into the Config struct in src/lib.rs. It wouldn't be too difficult to make these variables be read in from a TOML or YAML file, but I'm not sure if that would be the best way to go about it.
Anyway, I just want to open up the discussion on how to represent styles. Perhaps we could make the "github style" the default, or make a bunch of default styles that people can choose from.
I would like to generate PDF from Markdown that look "like" when reading the markdown on github, that is, with a similar / same style.
The text was updated successfully, but these errors were encountered: