You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I use this directive markdown for a contentful field? I can see the contentful entry when rendered but the markdown doesnt work and renders the string as-is. <div btf-markdown="$contentfulEntry.fields.footerText"></div>
I have all the same stuff referenced in my library: angular.min.js, angular-sanitize.js, angular-contentful.min.js, showdown.js and markdown.js. I also have the btford.markdown module dependencies initialized. Has anyone used this in a similar way? Thanks
The text was updated successfully, but these errors were encountered:
How do I use this directive markdown for a contentful field? I can see the contentful entry when rendered but the markdown doesnt work and renders the string as-is.
<div btf-markdown="$contentfulEntry.fields.footerText"></div>
I have all the same stuff referenced in my library: angular.min.js, angular-sanitize.js, angular-contentful.min.js, showdown.js and markdown.js. I also have the btford.markdown module dependencies initialized. Has anyone used this in a similar way? Thanks
The text was updated successfully, but these errors were encountered: