templates/api/topic/html/topic_doc.erb in yard-api-0.1.5 vs templates/api/topic/html/topic_doc.erb in yard-api-0.1.6

- old
+ new

@@ -1,13 +1,13 @@ <article> - <%= html_markup_markdown(@docstring.strip) %> + <%= htmlify(@docstring) %> </article> <% c = options[:controllers].detect { |c| c.has_tag?(:note) } %> <% c && c.tags(:note).each do |tag| %> <blockquote class="note"> <p><strong>Note</strong></p> - <%= html_markup_markdown tag.text %> + <%= htmlify tag.text %> </blockquote> <% end %> <section> <header><strong>Interfaces</strong></header> \ No newline at end of file