-
Notifications
You must be signed in to change notification settings - Fork 28
MarkUp Notes
Ramona edited this page Jun 23, 2014
·
2 revisions
example poem structure
<div type="poem" subtype="" n="">
<head>
<title></title>
</head>
<lg type="stanza/quatrain/etc" n="">
<l n=""></l>
</lg>
</div>
I think we should hold off numbering the poems until we figure out what edition of Le Fleurs du Mal we want to work with. That will impact the number of poems we'll be encoding. I suggest that for now we mark-up the poem structure as follows and go back and number them later:
<div type="poem" subtype="">
<head>
<title></title>
<title type="sub">Use when there's a subtitle</title>
</head>
<lg type="stanza/quatrain/etc" n="">
<l n=""></l>
</lg>
</div>