-
Notifications
You must be signed in to change notification settings - Fork 3
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
Grunt #34
Comments
@stefany93 thanks for your question. |
^^ Hi nelsonic, thank you for replaying, and yes that's what I need - I have a stream of markdown I am converting into HTML but I need it to convert to AMP! |
@stefany93 if you can share some of your Grunt code (even temporarily) we can help you implement. thanks. |
^^ Sure thing, here it is https://gist.github.com/Stefany93/ecd334fae0ddd866bf9a77898f0fd833 |
@stefany93 thanks for sharing link to Gist. // transform Markdown to AMP-compliant HTML here! So that it's easier for both to understand where the transformation needs to occur? |
Hi, I am currently converting the markdown to html in a handlebars template, if that helps:
|
@stefany93 The workflow for using
So instead of using |
^^ Thank you nelsonic, I will try that. |
@stefany93 keep us posted with how you get on. |
Is there a way to implement this to Grunt? Thanks so much.
The text was updated successfully, but these errors were encountered: