Paragraph with prompt for user input
When a paragraph of text is followed by a prompt for a user response, capture an empty styled-content specific-use="prompt"/ element at the end of the paragraph.
Do not capture the space or line that appears in the printed book.
<list list-type="bullet">
<list-item>
<p>
<italic>What are your hobbies?</italic>
<styled-content specific-use="prompt"/>
</p>
</list-item>
<list-item>
<p>
<italic>What do you like to do in your spare time?</italic>
<styled-content specific-use="prompt"/>
</p>
</list-item>
<list-item>
<p>
<italic>How would your family and friends describe you?</italic>
<styled-content specific-use="prompt"/>
</p>
</list-item>
</list>