diff --git a/app/Library/Assets.php b/app/Library/Assets.php index 570bb6d6..973a3a09 100644 --- a/app/Library/Assets.php +++ b/app/Library/Assets.php @@ -88,6 +88,7 @@ class Assets return [ "scripts/base/jquery-2.0.2.js", "scripts/base/angular.js", + "scripts/base/marked.js", "scripts/base/*.{coffee,js}", "scripts/shared/*.{coffee,js}", "scripts/app/*.{coffee,js}", diff --git a/public/templates/albums/show.html b/public/templates/albums/show.html index 99ecb5d7..c8da28a0 100644 --- a/public/templates/albums/show.html +++ b/public/templates/albums/show.html @@ -52,7 +52,7 @@

Description

-

+

Tracks

diff --git a/public/templates/artists/profile.html b/public/templates/artists/profile.html index 1c1663f5..ce5b818d 100644 --- a/public/templates/artists/profile.html +++ b/public/templates/artists/profile.html @@ -3,7 +3,7 @@

Bio

-

+

diff --git a/public/templates/directives/comments.html b/public/templates/directives/comments.html index 35c9186e..a1c9df1c 100644 --- a/public/templates/directives/comments.html +++ b/public/templates/directives/comments.html @@ -13,7 +13,7 @@
- +
diff --git a/public/templates/partials/credits-dialog.html b/public/templates/partials/credits-dialog.html index daa26b2d..ec31d0a3 100644 --- a/public/templates/partials/credits-dialog.html +++ b/public/templates/partials/credits-dialog.html @@ -45,6 +45,8 @@
  • UI-Bootstrap - for making Bootstrap and Angular.js get along
  • Revisionable - for making audit logs easy
  • Colorbox - for allowing us to have pretty lightboxes
  • +
  • Marked - for the Markdown parser
  • +
  • angular-marked - for giving us an Angular way to use Marked