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

Added markdown formatting to a anime summary on a anime page #191

Open
wants to merge 1 commit into
base: go
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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