We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This easy to implement feature would allow to make some static pages by including Markdown
<html> .... <%= earmark.from_file "filename", options... %>
We should add eex: true to the options and the binding of earmark recursively (can this be done?) and we have a static page generator
eex: true
earmark
The text was updated successfully, but these errors were encountered:
Fixes: #425
6b17d85
35ca822
Added missing test for issue #425
b3935be
reopen to fix design flaw
Sorry, something went wrong.
do not need a task the cli can do the same if used with .eex
Fixes #425
2a17072
working, needs more docs and tests (#436)
2c6f435
* working, needs more docs and tests * Fixes #425
RobertDober
No branches or pull requests
This easy to implement feature would allow to make some static pages by including Markdown
We should add
eex: true
to the options and the binding ofearmark
recursively (can this be done?) andwe have a static page generator
The text was updated successfully, but these errors were encountered: