This is a test of the markdown features available when markdownTemplateEngine: "liquid" in .eleventy.js.
This should be the second paragraph in a second set of p elements.
tables
| Table | |
|---|---|
| cell 1 | cell 2 |
images
code block: console
Hello world.
code block: c#
var x = 10;
code block: SQL
SET @x INT = 10;