Sha256: 93169efee65e0314d8b36bc949771847beb31b470d9e11e6b060763777fd39cb
Contents?: true
Size: 962 Bytes
Versions: 32
Compression:
Stored size: 962 Bytes
Contents
<!-- 1. Add a title to each chapter with the text "Chapter X" where X is the chapter number. The title should be an h1 with a data-type of 'document-title'. 2. Change each page title to be an h2 and insert the page number "X.Y " (where X is the chapter number and Y is the page number within the chapter) before the existing text of the page title. --> <html> <body> <div data-type="chapter"> <div data-type="page"> <div data-type="document-title">Apples</div> </div> <div data-type="page"> <div data-type="document-title">Bananas</div> </div> </div> <div data-type="chapter"> <div data-type="page"> <div data-type="document-title">Carrots</div> </div> <div data-type="page"> <div data-type="document-title">Doughnuts</div> </div> <div data-type="page"> <div data-type="document-title">Eggplants</div> </div> </div> </body> </html>
Version data entries
32 entries across 32 versions & 1 rubygems