tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

Styling for Blockquotes. #73

Closed neerajkamdar closed 8 years ago

neerajkamdar commented 8 years ago

Fixes Issue #68.

We will need to rewrite the quotes in the book using the <blockquote> and <cite> HTML tags - example below is for the Adam Smith Quote at the beginning of Seciton 9:

<blockquote>
    Consumption is the sole end and purpose of all production; and the interest of the producer ought to be attended to only so far as it may be necessary for promoting that of the consumer.<sup><a href="#ftnt5" id="ftnt_ref5">[5]</a></sup>
    <br/>
    <cite>—Adam Smith (1776)</cite>
</blockquote>
usernamenumber commented 8 years ago

Looks reasonable to me. Will merge but I propose keeping #68 open until the appropriate markup has been applied to the book content.