Skip to content

Commit 955bb5e

Browse files
committed
remove extra HTML from doc markdown templates
1 parent c9473f8 commit 955bb5e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

data/markdown_doc/default_template.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## <%= items[:mod_name] %>
2-
<p>
32
<%= normalize_description(items[:mod_description]) %>
4-
</p>
53

64
## Module Name
75

@@ -47,4 +45,4 @@ No options required.
4745

4846
## Basic Usage
4947

50-
<%= normalize_demo_output(items[:mod_demo]) %>
48+
<%= normalize_demo_output(items[:mod_demo]) %>

data/markdown_doc/html_template.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
</div>
6666
<% end %>
6767
</body>
68-
</html>
68+
</html>

0 commit comments

Comments
 (0)