test_that("'this' -> 'This', 'this is An Example' -> 'This is an example'", {
expect_equal(metalite.ae:::to_sentence("this"), "This")
expect_equal(metalite.ae:::to_sentence("this is An Example"), "This is an example")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.