From bbd10eec6b8b46a7173d3be4dd7e05de212f8038 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 16 Aug 2026 22:56:09 +0200 Subject: Import Markdown into the editor Use a vendored marked to import Markdown documents into tinymce. --- app/views/page_translations/edit.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/page_translations/edit.html.erb') diff --git a/app/views/page_translations/edit.html.erb b/app/views/page_translations/edit.html.erb index 0172a501..b0cb119a 100644 --- a/app/views/page_translations/edit.html.erb +++ b/app/views/page_translations/edit.html.erb @@ -1,3 +1,7 @@ +<% content_for :head do %> + +<% end %> +
<%= t(".editing_prefix") %> <%= @locale.to_s.upcase %> <%= t(".translation_of") %> <%= title_for_node(@node) %>.
-- cgit v1.3