/* IMPORTANT * This snapshot file is auto-generated, but designed for humans. * It should be checked into source control and tracked carefully. * Re-generate by setting TAP_SNAPSHOT=1 and running tests. * Make sure to inspect the output below. Do not ignore changes! */ 'use strict' exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > basic markdown 1`] = `
Hello world! This is SO COOL.
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > dates 1`] = `Yep!
Very nice:
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > escape end of tag 1`] = `My favorite album is [Tactical Omission].
Your favorite album is [Tactical Wha-Huh-Now].
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > escape entire tag 1`] = `[[album:cool-album|spooky]] scary
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > escape markdown 1`] = `What will it be, ye fool? *arr*
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > hanging indent list 1`] = `Hello!
I am a list item and I go on and on and on and on and on and on.
I am another list item. Yeah.
In-between!
Goodbye!
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > indent on a directly following line 1`] = `Some text.
Yes, some more text.
I am hax0rz!!
All yor base r blong 2 us.
Aye.
Aye aye aye.
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > inline images 1`] = `as USUAL...
What do you know?
Media time! Oh yeah!
And... all done!
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > links to a thing 1`] = `This is my favorite album.
That's right, Cool Album!
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > lyrics - basic line breaks 1`] = `Hey, ho
And away we go
Truly, music
(Oh yeah)
(That's right)
The date be
I say, the date be
(Aye!)
, and don't ye forget it
Well, you know
How it goes
Yessiree
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > non-inline image #1 1`] = `Rad.
Baller.
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > super basic string 1`] = `Neat listing: Albums - by Date
` exports[`test/snapshot/transformContent.js > TAP > transformContent (snapshot) > two text paragraphs 1`] = `Hello, world!
Wow, this is very cool.
`