Blog Post 1

Lorem ipsum

dolor—sit—amet

consectetur & adipisicing

elit

elit

Footnotes using remark-footnotes

Here's a simple footnote,1 and here's a longer one.bignote

Codeblock using PrismJS

server.js
const http = require('http')
const bodyParser = require('body-parser')

http.createServer((req, res) => {
  bodyParser.parse(req, (error, body) => {
    res.end(body)
  })
}).listen(3000)

HTML

A mix of Markdown and HTML.

Nuxt Link to Blog Html Link to Blog Markdown Link to Blog External link html External Link markdown

  1. This is the first footnote.
  2. Here's one with multiple paragraphs and code. Indent paragraphs to include them in the footnote. { my code } Add as many paragraphs as you like.