Skip to content

Fix a bug where lektor doesn't translate certain things

Kez requested to merge i251-translate-slides into main

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.

Merge request reports