Skip to content
New issue

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

Better mustache templating #90

Open
sc0ttj opened this issue Oct 6, 2019 · 1 comment
Open

Better mustache templating #90

sc0ttj opened this issue Oct 6, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@sc0ttj
Copy link
Owner

sc0ttj commented Oct 6, 2019

  • Allow mustache templating stuff like {{foo}} to be used in the .mdsh (and .md) files, not only in the .mustache files. 👍 done

  • Add a new {{#ignore}} .. stuff here .. {{/ignore}} tag, so it's easier to include literal templating examples in HTML. Fix markdown parsing to ignore mustache code if it's inside code blocks 👍 done

  • Add support for triple braces like {{{foo}}} - anything inside triple braces will be html entity decoded (so & and { become & and {, for example).. NOTE: Have added html_encode and html_decode filters .. Not yet implemented the triple braces bit..

@sc0ttj sc0ttj added the enhancement New feature or request label Oct 6, 2019
@sc0ttj
Copy link
Owner Author

sc0ttj commented Oct 6, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant