mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
5 lines
115 B
Ruby
5 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
Hamlit::Engine.options[:format] = :html
|
|
Hamlit::Engine.options[:escape_html] = true
|