-
Notifications
You must be signed in to change notification settings - Fork 0
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
allow for markdown / HTML (or mdjs) authoring for blog posts #133
Comments
4 tasks
4 tasks
In latest Greenwood now we don't need ``` but it still requires certain formatting around the line breaks, ex. 2 ---
template: 'blog'
title: 'Teaching An Old Dog New Tricks!'
---
<app-blog-post
title='Teaching An Old Dog New Tricks!'
date='03.30.2017'
image="/assets/blog-post-images/angular-shield.jpg">
<div>
<p>Since not all existing AngularJS (1.x) projects can jump into using Angular (2+) and <i>ng-upgrade</i> may not be a feasible option for some, I created <a href="https://github.com/thegreenhouseio/angularjs-webpack-seed" target="_blank" rel="noopener" onclick="getOutboundLink('https://github.com/thegreenhouseio/angularjs-webpack-seed');">a seed repo in GitHub to demonstrate AngularJS working with webpack and ES2015+ syntax.</a></p>
<p>To me, ES2015+ syntax, in particular the introduction of modules (<i>import / export</i>) has ushered in a new era of writing JavaScript applications, including our good friend AngularJS.</p>
<p>By adopting ES2015+ syntax and following meaningful styleguide conventions like John Papa's, these effort can really go a long way to improving the readability and organization of an existing AngularJS app. Plus, if you can slowly migrate through the releases of AngularJS > 1.5, you can set yourself up for a migration path to Angular now.</p>
<p>This seed is not meant to be comprehensive, but just as a way to show that any existing AngularJS app can benefit from an ES2015+ upgrade, backed by webpack.</p>
<p>Hope to hear your thoughts and feedback!</p>
</div>
</app-blog-post> Or else the content breaks and the IDE also stops showing code formatting |
thescientist13
changed the title
allow for true markdown (or mdjs) authoring for blog posts
allow for markdown / HTML (or mdjs) authoring for blog posts
Jul 2, 2020
53 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something in Greenwood should allow it so blog posts can be authored in true markdown, not a HTML file wrapped in ``` render blocks, ex.
The text was updated successfully, but these errors were encountered: