obdurodon / dh_course

Digital Humanities course site
GNU General Public License v3.0
20 stars 6 forks source link

Gish practice markdown #497

Closed cngish98 closed 1 year ago

cngish98 commented 2 years ago

First level header

next level

next level

next level

This text is italic. This text is italic. This text bold. This text bold.

this is a bulleted list

this is a numbered list

  1. number 1
  2. number

I have something like this: <title>The rime of the ancient mariner</title>

I have an element <title> that I ...

<poem>
  <title>The rime of the ancient mariner</title>
  <part>
    <heading>Part 1</heading>
    <stanza>
      <line>It is an ancient Mariner,</line>
      <line>And he stoppeth one of three.</line>
      <line>'By thy long grey beard and glittering eye,</line>
      <line>Now wherefore stopp'st thou me?</line>
    </stanza>
    <stanza>
      <line>The Bridegroom's doors are opened wide,</line>
      <line>And I am next of kin;</line>
      <line>The guests are met, the feast is set:</line>
      <line>May'st hear the merry din.'</line>
    </stanza>
  </part>
</poem>

This site was built using GitHub Pages.