feat(md): render courses, highlights as Markdown

This commit is contained in:
Rafael Bardini 2021-10-04 21:30:47 +02:00
parent 28fef82e96
commit 2e4b8b2c5d
5 changed files with 13 additions and 13 deletions

View File

@ -23,7 +23,7 @@
<h5>Courses</h5> <h5>Courses</h5>
<ul> <ul>
{{#courses}} {{#courses}}
<li>{{.}}</li> <li>{{{markdown .}}}</li>
{{/courses}} {{/courses}}
</ul> </ul>
{{/if}} {{/if}}

View File

@ -27,7 +27,7 @@
{{#if highlights.length}} {{#if highlights.length}}
<ul> <ul>
{{#highlights}} {{#highlights}}
<li>{{.}}</li> <li>{{{markdown .}}}</li>
{{/highlights}} {{/highlights}}
</ul> </ul>
{{/if}} {{/if}}

View File

@ -20,7 +20,7 @@
{{#if highlights.length}} {{#if highlights.length}}
<ul> <ul>
{{#highlights}} {{#highlights}}
<li>{{.}}</li> <li>{{{markdown .}}}</li>
{{/highlights}} {{/highlights}}
</ul> </ul>
{{/if}} {{/if}}

View File

@ -20,7 +20,7 @@
{{#if highlights.length}} {{#if highlights.length}}
<ul> <ul>
{{#highlights}} {{#highlights}}
<li>{{.}}</li> <li>{{{markdown .}}}</li>
{{/highlights}} {{/highlights}}
</ul> </ul>
{{/if}} {{/if}}

View File

@ -322,9 +322,9 @@ blockquote > * + * {
</header> </header>
<p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores that are not merely competitive, but approach the theoretical limit of lossless compression.</p> <p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores that are not merely competitive, but approach the theoretical limit of lossless compression.</p>
<ul> <ul>
<li>Build an algorithm for artist to detect if their music was violating copy right infringement laws</li> <li><p>Build an algorithm for artist to detect if their music was violating copy right infringement laws</p></li>
<li>Successfully won Techcrunch Disrupt</li> <li><p>Successfully won Techcrunch Disrupt</p></li>
<li>Optimized an algorithm that holds the current world record for Weisman Scores</li> <li><p>Optimized an algorithm that holds the current world record for Weisman Scores</p></li>
</ul> </ul>
</article> </article>
</div> </div>
@ -345,7 +345,7 @@ blockquote > * + * {
</header> </header>
<p>Global movement of free coding clubs for young people.</p> <p>Global movement of free coding clubs for young people.</p>
<ul> <ul>
<li>Awarded &#x27;Teacher of the Month&#x27;</li> <li><p>Awarded 'Teacher of the Month'</p></li>
</ul> </ul>
</article> </article>
</div> </div>
@ -367,8 +367,8 @@ blockquote > * + * {
<p>Bachelor</p> <p>Bachelor</p>
<h5>Courses</h5> <h5>Courses</h5>
<ul> <ul>
<li>DB1101 - Basic SQL</li> <li><p>DB1101 - Basic SQL</p></li>
<li>CS2011 - Java Introduction</li> <li><p>CS2011 - Java Introduction</p></li>
</ul> </ul>
</article> </article>
</div> </div>
@ -392,9 +392,9 @@ blockquote > * + * {
</header> </header>
<p>A mapping engine that misguides you</p> <p>A mapping engine that misguides you</p>
<ul> <ul>
<li>Won award at AIHacks 2016</li> <li><p>Won award at AIHacks 2016</p></li>
<li>Built by all women team of newbie programmers</li> <li><p>Built by all women team of newbie programmers</p></li>
<li>Using modern technologies such as GoogleMaps, Chrome Extension and Javascript</li> <li><p>Using modern technologies such as GoogleMaps, Chrome Extension and Javascript</p></li>
</ul> </ul>
</article> </article>
</div> </div>