Skip to content

Commit

Permalink
Fix formatting in markdown.text.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 12, 2024
1 parent c917cb9 commit 8008635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/lists/markdown.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Every awesome list on every topic, including awesome lists of awesome lists.
This is list was generated automatically from [awesome.ecosyste.ms](https://awesome.ecosyste.ms/), an open API service indexing awesome lists of open source software. It includes every awesome list with at least 30 items and a description, sorted by most stars first.

<% @lists.each do |list| %>
<%= "- [#{list.name}](#{list.url}) - #{list.awesome_description}" %>
<%= "- [#{list.name}](#{list.url}) - #{list.awesome_description}" %>
<% end %>

0 comments on commit 8008635

Please sign in to comment.