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/nodes/edit.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/nodes/edit.html.erb') diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 269e0e49..927cc648 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb @@ -1,3 +1,7 @@ +<% content_for :head do %> + +<% end %> +

<%= title_for_node(@node) %>

-- cgit v1.3