Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Added markdown formatting to a anime summary on a anime page
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcramer committed Sep 30, 2018
1 parent 494d219 commit 0f2853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/anime/anime.pixy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ component AnimeMainColumn(anime *arn.Anime, listItem *arn.AnimeListItem, tracks
h2.anime-alternative-title.mountable(data-mountable-type="header")
Japanese(anime.Title.Japanese)

p.anime-summary.mountable(data-mountable-type="header")= anime.Summary
p.anime-summary.mountable(data-mountable-type="header")!= anime.HTML()

.anime-summary-footer-container
.anime-summary-footer
Expand Down

0 comments on commit 0f2853d

Please sign in to comment.