// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[`Emoji Ignores all emoji shorthand codes (noEmoji:true) 1`] = `"
:smile:
:smile::smile:
:smile: :smile:
:smile::smile::smile:
:smile: :smile: :smile:
text:smile:
:smile:text
text:smile:text
"`; exports[`Emoji Ignores emoji shorthand codes in URIs 1`] = `"Url https://docsify.js.org/:foo:/ http://docsify.js.org/:100:/ ftp://docsify.js.org/:smile:/
"`; exports[`Emoji Ignores emoji shorthand codes in URIs while handling anchor content 1`] = `""`; exports[`Emoji Ignores emoji shorthand codes in code, pre, script, and template tags 1`] = ` ":100:
:100:
:100
" `; exports[`Emoji Ignores emoji shorthand codes in comments 1`] = `"Text
"`; exports[`Emoji Ignores emoji shorthand codes in html attributes 1`] = `""`; exports[`Emoji Ignores emoji shorthand codes in style url() values 1`] = `""`; exports[`Emoji Ignores unmatched emoji shorthand codes 1`] = `"hh:mm
hh:mm:ss
Namespace::SubNameSpace
Namespace::SubNameSpace::Class
2014-12-29T16:11:20+00:00
"`; exports[`Emoji Renders GitHub emoji images (nativeEmoji:false) 1`] = `"![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
text![]()
text
text
text
😄︎
😄︎😄︎
😄︎ 😄︎
😄︎😄︎😄︎
😄︎ 😄︎ 😄︎
text😄︎
😄︎text
text😄︎text
"`;