ripple / dactyl

Tools to make enterprise documentation from Markdown sources.
MIT License
69 stars 34 forks source link

Synchronize values passed to preprocessor and templates #17

Closed mDuo13 closed 7 years ago

mDuo13 commented 7 years ago

For simplicity's sake, the values passed to the templates and the values passed to the preprocessor should be as similar as possible. (There are cases where a field won't be present; for example, the preprocessor won't have the rendered HTML as a field.)

Mostly these are aleady OK but the preprocessor doesn't have access to all the good stuff the templates have, like current_time and so on