hello i want make a markdown previewer but i blocked on make a table someone can give a advice ? i don’t think it is important but here my code on codepen:
like i’m not finish it’s a little bit messy.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Challenge Information:
Front End Development Libraries Projects - Build a Markdown Previewer
thank you for answer but i need to advice to a table so when i type this:
Wild Header
Crazy Header
Another Header?
Your content can
be here, and it
can be here…
And here.
Okay.
I think we get it.
i should be have:
<table>
<tr><th>Wild Header</th><th>Crazy Header</th><th>Another Header?</th></tr>
<tr><td>Your content can</td><td>be here, and it</td><td>can be here…</td></tr>
<tr><td>And here.</td><td>Okay.</td><td>I think we get it.</td></tr>
</table>
what !!! wait wait i don’t understand you say the marked library can make a table for me ? i thought must code the balise like <b>bold</b>myself and THEN use the Marked library to render in HTML element like this bold. i will make a research about Marked library