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

Commit

Permalink
update(doc, card): markdown is not rendered
Browse files Browse the repository at this point in the history
Closes #4832.
  • Loading branch information
ChangJoo-Park authored and ThomasBurleson committed Oct 6, 2015
1 parent b700ecb commit f03aca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/card/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ angular.module('material.components.card', [
* fit within a single view on a platform, but it can temporarily expand as needed.
*
* @usage
* ###Card with optional footer
* ### Card with optional footer
* <hljs lang="html">
* <md-card>
* <img src="card-image.png" class="md-card-image" alt="image caption">
Expand All @@ -47,7 +47,7 @@ angular.module('material.components.card', [
* </md-card>
* </hljs>
*
* ###Card with actions
* ### Card with actions
* <hljs lang="html">
* <md-card>
* <img src="card-image.png" class="md-card-image" alt="image caption">
Expand Down

0 comments on commit f03aca6

Please sign in to comment.