Skip to content

Commit 6e90bc5

Browse files
committed
Do not include source links in markdown files
1 parent c4fb876 commit 6e90bc5

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# `<%= node.name %>`
2-
<%= if node.source_url do %>[🔗](<%= node.source_url %>)<% end %>
3-
42
<%= for annotation <- node.annotations do %>*<%= annotation %>* <% end %>
3+
54
<%= if deprecated = node.deprecated do %>
65
> This <%= node.type %> is deprecated. <%= h(deprecated) %>.
76
<% end %>
7+
88
<%= if node.source_specs != [] do %>
9-
<%= for spec <- node.source_specs do %>
109
```elixir
11-
<%= module.language.format_spec_attribute(node) %> <%= module.language.format_spec(spec) %>
12-
```
13-
<% end %>
10+
<%= for spec <- node.source_specs do %><%= module.language.format_spec_attribute(node) %> <%= module.language.format_spec(spec) %>
11+
<% end %>```
1412
<% end %>
13+
1514
<%= node_doc(node) %>

0 commit comments

Comments
 (0)