Skip to content

Commit

Permalink
Parse markdown on connection field descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadmonkeydev committed Mar 4, 2019
1 parent 8558159 commit b11e9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql-docs/layouts/includes/connections.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

<p><%= connection[:description] %></p>
<p><%= markdownify.(connection[:description]) %></p>

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

0 comments on commit b11e9aa

Please sign in to comment.