lib/markdown: merge processor and emitter
[nit.git] / src / doc / html_templates / html_templates.nit
index 290f04b..a7a5b9a 100644 (file)
@@ -578,7 +578,7 @@ end
 
 redef class ReadmeSection
        redef var html_id is lazy do
-               return markdown_processor.emitter.decorator.strip_id(html_title.as(not null).to_s)
+               return markdown_processor.decorator.strip_id(html_title.as(not null).to_s)
        end
 
        redef var html_title is lazy do