Skip to content

Commit cff5f6d

Browse files
author
Aleksandr Kozlov
committed
Fixed data_types alias description in markdown
1 parent 429a86f commit cff5f6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/puppet-strings/markdown/templates/data_type.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@
4545
<% end -%>
4646
<% end -%>
4747
<% if alias_of -%>
48-
Alias of `<%= alias_of %>`
48+
Alias of
49+
50+
```puppet
51+
<%= alias_of %>
52+
```
4953

5054
<% end -%>
5155
<% if params -%>

0 commit comments

Comments
 (0)