Is there a specific way to create a table when creating a blog post?
I’m asking this because, for example to post a link, you use your word and the the link attached to the word inside ().
So, I’m wondering if there is a specific way to create a table? O should I just use straight HTML?
I looked in the documentation and found nothing.
@kwame What you’re actually talking about is creating a table in markdown, not necessarily in Hugo. Blackfriday, the golang markdown parser used by Hugo, supports markdown tables. I would recommend looking at Blackfriday’s documentation on Github or just Googling “creating tables in markdown” to get a better idea of the syntax.