# NOT RUN {
library(blogdown)
shortcode("tweet", "1234567")
shortcode("figure", src = "/images/foo.png", alt = "A nice figure")
shortcode("highlight", "bash", .content = "echo hello world;")
shortcode_html("myshortcode", .content = "My <strong>shortcode</strong>.")
# }
Run the code above in your browser using DataLab