@stuartpearman Can you take a look at this? It's hosted here and meets the following criteria:
[x] Use this base HTML (feel free to change it) to build a simple app that generates the HTML for a dating profile in this format, using information collected from the user
[x] Show a preview of the dating profile with rendered HTML (e.g. <em>hella charming</em> should appear as hella charming)
[x] Also show the raw, generated HTML inside the <pre><code></code></pre> elements (e.g. <em>hella charming</em> should appear as <em>hella charming</em>)
[x] Both the preview and raw HTML should update live as the user enters their information
[x] All JavaScript is in a separate .js file
[x] There are no linting errors in your JavaScript (this will also be expected for all future projects)
@stuartpearman Can you take a look at this? It's hosted here and meets the following criteria:
<em>hella charming</em>
should appear as hella charming)<pre><code></code></pre>
elements (e.g.<em>hella charming</em>
should appear as<em>hella charming</em>
).js
file