fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.90.0.beta.20180412050111 vs fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.90.0

- old
+ new

@@ -15,15 +15,15 @@ <hr /> <% else %> <%= "> #{action.details.gsub("\n\n", "\n")}" unless action.details.to_s.empty? %> <% end %> -<%= action.action_name %> || ----|--- +<%= action.action_name %> | +-----|---- Supported platforms | <%= [:ios, :android, :mac].find_all { |a| action.is_supported?(a) }.join(", ") %> Author | @<%= Array(action.author || action.authors).join(", @") %> <%- unless action.return_value.to_s.empty? -%> -Returns | <%= action.return_value.gsub("\n", "<br>") %> +Returns | <%= action.return_value %> <%- end -%> <% if (action.example_code || []).count > 0 %> ## <%= action.example_code.count %> Example<%= (action.example_code.count > 1) ? "s" : "" %>