allegroplanet / allegro-planet

1 stars 1 forks source link

Allow MarkdownConverter to Work Even When Given Empty Values #33

Closed MarkOates closed 7 years ago

MarkOates commented 7 years ago

Problem

Whenever the MarkdownConverter attempts to render content of a nul value, it raises an exception and prevents the page from rendering.

Solution

Update MarkdownConverter to render "blank" arguments into an empty string.