alxshelepenok / gatsby-starter-lumen

A constantly evolving and thoughtful architecture for creating static blogs with Gatsby.
https://lumen.alxshelepenok.com
MIT License
1.99k stars 669 forks source link

Include a static html file #1742

Open charles-hood opened 8 months ago

charles-hood commented 8 months ago

How can I include a static html file in my Lumen blog? I have an html file that is generated by a program that includes an html table that I'd like to post for reference

maxgrok commented 3 months ago

Use markdown in your post to represent the table. That should work. Use this as a cheatsheet for how to form a table in the Markdown inside your post.