Skip to content

Commit b11e9aa

Browse files
Parse markdown on connection field descriptions
1 parent 8558159 commit b11e9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql-docs/layouts/includes/connections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<%= include.('notices.html', notices: connection[:notices]) %>
1515

16-
<p><%= connection[:description] %></p>
16+
<p><%= markdownify.(connection[:description]) %></p>
1717

1818
<% unless connection[:arguments].empty? %>
1919
<%= include.('arguments.html', arguments: connection[:arguments]) %>

0 commit comments

Comments
 (0)