1 //- - - - - - - - -// ~~Hi~~ Hello, world! //- - - - - - - - -//

Hi Hello, world!

//= = = = = = = = = = = = = = = = = = = = = = = =// 2 //- - - - - - - - -// This ~~has a new paragraph~~. //- - - - - - - - -//

This ~~has a

new paragraph~~.

//= = = = = = = = = = = = = = = = = = = = = = = =// 3 //- - - - - - - - -// ~Hi~ Hello, world! //- - - - - - - - -//

Hi Hello, world!

//= = = = = = = = = = = = = = = = = = = = = = = =// 4: Three or more tildes do not create a strikethrough //- - - - - - - - -// This will ~~~not~~~ strike. //- - - - - - - - -//

This will ~~~not~~~ strike.

//= = = = = = = = = = = = = = = = = = = = = = = =// 5: Leading three or more tildes do not create a strikethrough, create a code block //- - - - - - - - -// ~~~Hi~~~ Hello, world! //- - - - - - - - -//
//= = = = = = = = = = = = = = = = = = = = = = = =//