Skip to content

Commit

Permalink
fix markdown rendering for excerpts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbecker committed Feb 24, 2012
1 parent 8b7d7f0 commit d90675b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2 class="title">Reporting from the Closures</h2>
{% if forloop.first %}
{{ post.content }}
{% else %}
{{ post.excerpt | markdown }}
{{ post.excerpt | markdownify }}
<p><a href="{{ post.url }}">continued »</a></p>
{% endif %}
</div>
Expand Down
3 changes: 2 additions & 1 deletion _posts/2012-02-23-pdxjs-february-meeting-recap.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ excerpt: |
PDXjs website, Howard Leis Ship gave a talk on CoffeeScript,
the upcoming CouchConf Portland, 7 Databases in 7 weeks,
promise libraries, EventReactor, and analysis of the recently
popular WAT video.
popular [Wat][] video.
[Wat]: https://www.destroyallsoftware.com/talks/wat
---

### PDXjs.com wishlist
Expand Down

0 comments on commit d90675b

Please sign in to comment.