Fix a bug where lektor doesn't translate certain things
Closes: #251 (closed)
Lektor and the i18n plugin (apparently) don't translate certain
Markdown
objects in a single build. This left the slideshow
descriptions untranslated. By directly using this.description.source
we can force lektor to render the translated markdown as HTML.