We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Since we now support includes, it may be very useful to render Specs like this:
index.src
<markdown> <% include readme.md %> </markdown> <section class="source_section"> <h2>Extended examples</h2> </section>
Where already supported <markdown> should render page the same as .md middleware, with corresponding enhancements.
<markdown>
.md
We should also thing about custom EJS helpers, like includeMD.
includeMD
The text was updated successfully, but these errors were encountered:
Probably will be implemented using custom EJS helpers #123.
Sorry, something went wrong.
Sharing markdown parsing login between both middlewares #119
992ba14
No branches or pull requests
Since we now support includes, it may be very useful to render Specs like this:
index.src
Where already supported
<markdown>
should render page the same as.md
middleware, with corresponding enhancements.We should also thing about custom EJS helpers, like
includeMD
.The text was updated successfully, but these errors were encountered: