Making it easier to share demos/snippets in Google Groups

603 views
Skip to first unread message

Jeremy Ruston

unread,
Feb 1, 2020, 5:21:00 AM2/1/20
to TiddlyWiki
There’s an interesting discussion about simplifying sharing demos/snippets on Google Groups over on a thread of Tony’s:


Just brainstorming, but I should it should be possible to build something simple that might do the job.

Firstly, we’d need to create a version of empty.html that loads all its tiddlers as a block of JSON from the location hash part of the URL. That would allow people to post links that populated the empty wiki with any number of tiddlers. Historically, some browsers limited URLs to 2048 characters, but it seems that most browsers will support anything up to 64KB.

For example:

https://tiddlywiki.com/share.html#[{"text": "This is the text of a tiddler","title": "My Title","tags": "Definitions”}]

So that one could include plugins and other settings that would require a restart if imported normally, we’d have to use a raw markup snippet to read the tiddlers from the location hash before TW starts up.

Secondly, we’d need a means to create those links. The same edition when started without any tiddlers could prompt the user to import tiddlers, and present a “share” button that creates the URL.

To make the resulting long URLs convenient, it would be worth investigating the APIs of services like bitly.com so that we can automatically create a shortened version of the URL.

Best wishes

Jeremy.
Message has been deleted

PMario

unread,
Feb 1, 2020, 5:46:18 AM2/1/20
to TiddlyWiki
On Saturday, February 1, 2020 at 11:21:00 AM UTC+1, Jeremy Ruston wrote:
...
Firstly, we’d need to create a version of empty.html that loads all its tiddlers as a block of JSON from the location hash part of the URL. That would allow people to post links that populated the empty wiki with any number of tiddlers. Historically, some browsers limited URLs to 2048 characters, but it seems that most browsers will support anything up to
64KB.

I would be OK with this.

So that one could include plugins and other settings that would require a restart if imported normally, we’d have to use a raw markup snippet to read the tiddlers from the location hash before TW starts up.

I think this is problematic from a security perspective. In no way I want a link to import executable js code to my wiki.
 
Secondly, we’d need a means to create those links. The same edition when started without any tiddlers could prompt the user to import tiddlers, and present a “share” button that creates the URL.

To make the resulting long URLs convenient, it would be worth investigating the APIs of services like bitly.com so that we can automatically create a shortened version of the URL.

I personally don't click shortened links. First of all I don't want that one more 3rd party, knows what I'm interested in. Second I don't want to be forwarded, to "fishing sites".

------------

We already have the possibility to save to github. So it should be simple to write tiddlers to https://gist.github.com/ ... I think, there are several advantages.

 - Everything is visible
 - No compressing or shortening is needed.
 - Automatic versioning
 - gists can be commented
 
We can use the existing tiddlers.json export format, that should be easy to import.

just some thoughts.

-mario





Mat

unread,
Feb 1, 2020, 6:37:53 AM2/1/20
to tiddl...@googlegroups.com
(firs: sorry for deleted post here above.)

PMario wrote:

So that one could include plugins and other settings that would require a restart if imported normally, we’d have to use a raw markup snippet to read the tiddlers from the location hash before TW starts up.

I think this is problematic from a security perspective. In no way I want a link to import executable js code to my wiki.

Assuming I don't misunderstand Jeremys idea; I don't think anything would involve *your* wiki. I think it would load the url into https://tiddlywiki.com/empty

<:-)

Mohammad

unread,
Feb 1, 2020, 7:01:44 AM2/1/20
to tiddl...@googlegroups.com
Hi Jeremy,
 I absolutely support this idea!
Clicking on the link in Forum, Open tiddlywiki.com or tiddlywiki.com/prerelease and then
have a snippet, or plugin working!

This is also is safe and one can examine the code before installing in his own wiki!
Regarding open source, and the concern Mario has, while we need to have to put the required safety into our work
but we should not cautious that much, if so, then the first source of risk  is Microsoft Windows itself, this forum, gmail and ...

So, keep it simple!


--Mohammad

Jeremy Ruston

unread,
Feb 1, 2020, 7:24:37 AM2/1/20
to TiddlyWiki
> I think this is problematic from a security perspective. In no way I want a link to import executable js code to my wiki.

Nothing would be imported into your own wiki, the link is just pre-populating a webpage which is safely sandboxed by the browser (and won’t inherit any other cookies etc). But there would be an “export” button to download a JSON of the payload tiddlers.

Otherwise, the issues with bitly can perhaps be dealt with in a couple of ways:

* Provide the raw link for people who prefer it
* Encourage users to use a little bitly trick where adding a “+” to the end of the URL will show the link target without navigating to it. For example https://bitly.com/2u97Hgr+

Best wishes

Jeremy


On 1 Feb 2020, at 12:01, Mohammad <mohammad...@gmail.com> wrote:

Hi Jeremy,
 I absolutely support this idea!
Clicking on the link in Forum, Open tiddlywiki.com or tiddlywiki.com/prerelease and then
have a snippet, or plugin working!

This is also is safe and one can examine the code before installing in his own wiki!
Regarding open source, and the concern Mario has, while we need to have the put the required safety into our work
but we should not cautious that much, if so, then the first source of risk  is Microsoft Windows itself, this forum, gmail and ...

So, keep it simple!


--Mohammad

On Saturday, February 1, 2020 at 1:51:00 PM UTC+3:30, Jeremy Ruston wrote:
There’s an interesting discussion about simplifying sharing demos/snippets on Google Groups over on a thread of Tony’s:


Just brainstorming, but I should it should be possible to build something simple that might do the job.

Firstly, we’d need to create a version of empty.html that loads all its tiddlers as a block of JSON from the location hash part of the URL. That would allow people to post links that populated the empty wiki with any number of tiddlers. Historically, some browsers limited URLs to 2048 characters, but it seems that most browsers will support anything up to 64KB.

For example:

https://tiddlywiki.com/share.html#[{"text": "This is the text of a tiddler","title": "My Title","tags": "Definitions”}]

So that one could include plugins and other settings that would require a restart if imported normally, we’d have to use a raw markup snippet to read the tiddlers from the location hash before TW starts up.

Secondly, we’d need a means to create those links. The same edition when started without any tiddlers could prompt the user to import tiddlers, and present a “share” button that creates the URL.

To make the resulting long URLs convenient, it would be worth investigating the APIs of services like bitly.com so that we can automatically create a shortened version of the URL.

Best wishes

Jeremy.

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4623f146-7db4-4b7b-a15d-c7fc5a39975c%40googlegroups.com.

TonyM

unread,
Feb 1, 2020, 8:20:23 AM2/1/20
to TiddlyWiki
Great ideas

Anything that makes sharing easier is our friend.

We could create our own bitly without the issues Mario speaks of.

Such link on steroids can be combined knowing a test will be on a virtual empty. Perhaps an empty with local storage even better.

Point and click to generate a button the save out all in your own browser.

Jeremy

I am also keen to make an easy way to publish a set of tiddlers as a bookmarklet as well. My quick config to customise tiddlywiki.com is my goto tool. The advantage being if you like say a button in a gg post you can drag it to the browser and install it on any browser you visit without needing to reference the downloads and local file system.

Both for Bookmarklets and your rich url idea a widget that generates them both when provided a filter would be perfect. Drag and drop it, book Mark it or copy to clipboard. Perfect way to share with others or between our own wikis.

Love the creativity.
Tony

Regards
Tony

TonyM

unread,
Feb 1, 2020, 8:27:26 AM2/1/20
to TiddlyWiki
Post script

I am also building a method to click, start recording, change settings add a tiddler, choose a story or theme, click stop recording. Export the set of tiddlers you touched. Now add them to a rich url or book market.

Now record again and reverse the settings generate a new clickable. Hey presto quick macros of the non tiddlywiki kind for tiddlywiki.

The old one click paradigm to tiddlywiki

Jeremy Ruston

unread,
Feb 1, 2020, 8:39:29 AM2/1/20
to TiddlyWiki
Hi Tony


On 1 Feb 2020, at 13:20, TonyM <anthony...@gmail.com> wrote:

I am also keen to make an easy way to publish a set of tiddlers as a bookmarklet as well. My quick config to customise tiddlywiki.com is my goto tool. The advantage being if you like say a button in a gg post you can drag it to the browser and install it on any browser you visit without needing to reference the downloads and local file system.

I’m pretty sure I shared some code a month or two ago to share a set of tiddlers as a bookmarklet, did that not work for you?

Best wishes

Jeremy.

TonyM

unread,
Feb 1, 2020, 8:54:09 AM2/1/20
to TiddlyWiki
Jeremy

That worked for me in a bespoke way. I just want to make it into a polished tool.

Post post script. Such rich links or payload links would allow testing on mobile browsers easier because no file system access needed. You can then share the link to many apps or email or not book etc...

Regards
Tony

Ste Wilson

unread,
Feb 1, 2020, 9:12:42 AM2/1/20
to TiddlyWiki
As someone who mostly access this group from my phone i do skip over most 'download Jason file'. On an off topic thought a mobile friendly alternative to drag and drop for plugins etc would be nice.

Mohammad

unread,
Feb 1, 2020, 9:23:26 AM2/1/20
to TiddlyWiki
Hi Jeremy,


On Saturday, February 1, 2020 at 5:09:29 PM UTC+3:30, Jeremy Ruston wrote:
Hi Tony


On 1 Feb 2020, at 13:20, TonyM <anthon...@gmail.com> wrote:

I am also keen to make an easy way to publish a set of tiddlers as a bookmarklet as well. My quick config to customise tiddlywiki.com is my goto tool. The advantage being if you like say a button in a gg post you can drag it to the browser and install it on any browser you visit without needing to reference the downloads and local file system.

I’m pretty sure I shared some code a month or two ago to share a set of tiddlers as a bookmarklet, did that not work for you?

Thats true,
 See the documentation and examples here:


Best wishes

Jeremy.

TonyM

unread,
Feb 2, 2020, 5:27:31 AM2/2/20
to TiddlyWiki
All

What is the next step to make Jeremy's idea happen and my greater vision. Provide a filter only and generate bookmarlettes or loaded urls.


Mohammad

Love your work. I will try and package it differently.

Tony

A Gloom

unread,
Feb 2, 2020, 6:45:00 AM2/2/20
to TiddlyWiki
Jeremy,

Very interesting... I know brainstorming is many steps from an actual product, but...

The link shortening would be convient for most, but would the original long hand url (before shortening) would also work?

As for security-- I assume this would be another "edition" and not part of the production TW everyone uses?

Jeremy Ruston

unread,
Feb 2, 2020, 1:18:37 PM2/2/20
to tiddl...@googlegroups.com
I put together a working prototype yesterday, and it does indeed work fine (I've tested it on 80KB+ JSON files of tiddlers). I'm away from my computer now but I'll post it tomorrow. It will be a separate edition at a new /share.html URL.

Best wishes

Jeremy.


On 2 Feb 2020, at 11:45, A Gloom <barro...@gmail.com> wrote:


--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.

TonyM

unread,
Feb 2, 2020, 9:17:36 PM2/2/20
to TiddlyWiki
Jeremy

Thanks so much. I expect this could be a game changer.

I imagin we could also use this to provide the loaded url to our own wikis even only localy accessible.

Imagin I install a plugin in a directory wiki, nominate the plugin as the payload, then select the target wiki e.g. 192.168.1.2/my journal.html and with a click it will launch and install the plugin.

Thanks for your work
Tony

Mohammad

unread,
Feb 2, 2020, 11:34:27 PM2/2/20
to TiddlyWiki
Jeremy

This is an exciting news! Looking foreword to see this in action!

--Mohammad


On Sunday, February 2, 2020 at 9:48:37 PM UTC+3:30, Jeremy Ruston wrote:
I put together a working prototype yesterday, and it does indeed work fine (I've tested it on 80KB+ JSON files of tiddlers). I'm away from my computer now but I'll post it tomorrow. It will be a separate edition at a new /share.html URL.

Best wishes

Jeremy.


On 2 Feb 2020, at 11:45, A Gloom <barro...@gmail.com> wrote:


Jeremy,

Very interesting... I know brainstorming is many steps from an actual product, but...

The link shortening would be convient for most, but would the original long hand url (before shortening) would also work?

As for security-- I assume this would be another "edition" and not part of the production TW everyone uses?

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.

Jeremy Ruston

unread,
Feb 3, 2020, 9:44:28 AM2/3/20
to tiddl...@googlegroups.com
Hi Tony

> I imagin we could also use this to provide the loaded url to our own wikis even only localy accessible.

I'm not sure what you mean here.

Given a link to our new /share.html# with the JSON appended, the easiest route to get those tiddlers into ones own wiki would be to open the link, review the tiddlers, and then click a "download" button to get a JSON file of the tiddlers for importing to other wikis.

Alternately, one could install the share plugin in ones own wiki and then paste the #JSON portion of the URL to import the tiddlers. But that's not really what the share plugin is intended for (because there are better ways to move tiddlers between wikis)
>
> Imagin I install a plugin in a directory wiki, nominate the plugin as the payload, then select the target wiki e.g. 192.168.1.2/my journal.html and with a click it will launch and install the plugin.

Ah, I think you're suggesting that having clicked on the link to /shared.html# and reviewed the tiddlers, one could redirect to the URL of ones own, local wiki, taking the #hash part with us. That's true but it would require the share plugin to be installed in the target wiki.

Best wishes

Jeremy


>
> Thanks for your work
> Tony
>
> --
> You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/51cdde61-4d92-46e0-98ca-4dce592f6ed3%40googlegroups.com.

TiddlyTweeter

unread,
Feb 3, 2020, 11:21:58 AM2/3/20
to TiddlyWiki
Just a side comment ...

Sharing anything on GG long term that is sustainable requires pinning or other flagging. Otherwise the share just enters "flow" and gets swamped.

FYI, I'm very busy elsewhere at moment and not been able to read all I would like to keep up.

What I notice on a brief return is a vast flood of Good Stuff, none of which is organised enough for me to know what is what later.

Just saying--this is a continuing frustration.

I do NOT think we have solved our informational issues here.

2 cents in passing
Josiah

Mat

unread,
Feb 3, 2020, 12:20:10 PM2/3/20
to TiddlyWiki
@Jeremy - looking forward to try this out when it comes. Here are some further ideas:

  • Permalink ~ sharelink: Button in my own wiki to create a sharelink of the current tiddler. I.e it creates the hash and prepends it with tiddlywiki.com/share and copies this to clipboard.
  • Permaview ~ shareview: ....analogously...
  • Sharing of static single tiddlers: Analogous to e.g https://tiddlywiki.com/static/HelloThere.html this should be really neat and clean cut for some cases.
  • Sharing of static sets of tiddler: ...analogously... compare https://tiddlywiki.com/prerelease/alltiddlers.html
  • In the "tiddlywiki.com/share"-wiki: A ready made export button. I.e if the user likes the shared thing he clicks a button and to export the shared tiddlers. 
  • Extend functionality for the green drop import area to take "https://tiddlywiki.com/share#MyJsonString" and extract the json part as if drop-importing tiddlers. I'd think this would be the easiest way to import something you like. I.e you select the url and drag it to the tab that contains your own wiki - no downloading step.
<:-)

TonyM

unread,
Feb 4, 2020, 3:55:09 AM2/4/20
to TiddlyWiki
Jeremy,

Yes if we want to redirect a loaded url found in GG that say opens the proposed share wiki, if share wiki has the plugin the users wiki address can be provided and they can open it in there wiki if the want it. If share wiki has local storage on it will remember their wiki destination.

Where this same tool can be used in people own wiki set is a further use I am proposing. I don't think it impacts you design to make this possible but your awareness of this possible after use could influence your design a little.

I am all for the ability to use gg to open the share edition and trial the content in the loaded url. I understand its the key impetus for this.

I will try to express this idea more clearly.

If the loaded url is a link I can copy it from where its published and store it in my own wiki with what ever plugin it requires. In fact I should be able to bookmark it as well.

I have a central directory wiki where I list my other wikis. It stores the host part of all the wiki locations.

Lets say I really like what was shared in the loaded url. Or I packaged my own. If your design permits, and the share wiki allows, I can capture the link and place it in my directory wiki. Then if I can replace the host proportion of the loaded wiki I can do so for each of the relevant wikis and with a click it will open each wiki and drop is payload. Click save and I have just distributed the content to each selected wiki with 2 clicks per wiki.

I could also have a local wiki with tools to assist in tiddler composition, then a preconfigured loaded url that contains as yet unpublished tiddlers, click the loaded url and it opens my internet facing wiki and drops its payload, which I save to publish to the world. If I also publish the loaded url on my site, just as I can in GG people can do the same with my content.

All these steps can be taken without reference to a file thus all this will work on any mobile as well.

So idealy

The loaded url tiddlers is filter driven

In a wiki where we create or store these loaded url The host proportion of the loaded url can be changed manually or programaticaly allowing changing its destination.

The destination for the payload need not know about the existence of a loaded url that's dropped on it. although they can be designed to respond to such payloads including with the plugin to generate a new loaded url with the same content.

The loaded url can be captured or bookmarked if desired.

The conversion of loaded urls to Bookmarklets or JSON tiddlers OR JSON files with the same payload would be nice.

Regards
Tony

TonyM

unread,
Feb 4, 2020, 4:02:26 AM2/4/20
to TiddlyWiki
Josiah

If I and mats design considerations are taken into account it would be very easy to store such urls elsewhere including a dynalist. Easy to add them to a curated collection outside of GG to support what you prefer, only by default a click will open a wiki and you can view test in the minimalist share wiki, or save the tiddlers.

Regards
Tony

TiddlyTweeter

unread,
Feb 4, 2020, 9:17:34 AM2/4/20
to TiddlyWiki
Right! BUT how would I know what to store?

The issue for me is not retrieval, it is the fact everything here is so UN-placed I don't know WHAT to read.

Not a criticism of you, or anyone else, just saying. We LACK markers.

Best wishes
Josiah

Jeremy Ruston

unread,
Feb 4, 2020, 9:40:58 AM2/4/20
to tiddl...@googlegroups.com
Hi Josiah

Just a side comment ...

Sharing anything on GG long term that is sustainable requires pinning or other flagging. Otherwise the share just enters "flow" and gets swamped.

Let’s not sidetrack another thread with this same discussion. The disadvantages of mailing lists are well understood, and not specific to this community or TiddlyWiki, and not particularly relevant to this discussion.

Best wishes

Jeremy.

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.

TiddlyTweeter

unread,
Feb 4, 2020, 10:30:12 AM2/4/20
to TiddlyWiki
Ciao Jeremy

You are right. Partly my laziness at fault :-(.

Josiah

Hi Josiah

To unsubscribe from this group and stop receiving emails from it, send an email to tiddl...@googlegroups.com.

Mark S.

unread,
Feb 4, 2020, 10:52:45 AM2/4/20
to TiddlyWiki
"Google Groups, Just the Good Stuff"

Jeremy Ruston

unread,
Feb 4, 2020, 11:14:50 AM2/4/20
to tiddl...@googlegroups.com
The “share” plugin is now published. The acid test is that you should be able to click the link at the bottom of this post and see something like the screenshot below.

To make your own share URLs, visit https://tiddlywiki.com/prerelease/share.html and follow the instructions:

1. Import/create your tiddlers
2. Verify that the correct tiddlers are listed
3. Click the “Generate” button to create the link

The plugin settings allow a different base URL to be specified, so Tony should be able to explore some of the experiments he’s discussed.

The code is here:


Let me know how you get on,

Best wishes

Jeremy.



https://tiddlywiki.com/prerelease/share.html##%5B%7B%22text%22%3A%22Prerelease%20built%20from%20branch%20'master'%20at%20commit%2033087ccee9018519ed35839cf832c32af86bde84%20of%20https%3A%2F%2Fgithub.com%2FJermolene%2FTiddlyWiki5.git%20at%202020-02-04%2015%3A36%3A58%20UTC%5Cn%22%2C%22title%22%3A%22%24%3A%2Fbuild%22%2C%22commit%22%3A%2233087ccee9018519ed35839cf832c32af86bde84%22%7D%2C%7B%22title%22%3A%22%24%3A%2FStoryList%22%2C%22created%22%3A%2220200204160735949%22%2C%22text%22%3A%22%22%2C%22list%22%3A%22%5B%5BThis%20is%20a%20demo!%5D%5D%22%2C%22modified%22%3A%2220200204160735949%22%7D%2C%7B%22title%22%3A%22%24%3A%2FImport%22%2C%22text%22%3A%22The%20following%20tiddlers%20were%20imported%3A%5Cn%5Cn%23%20%5B%5B%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%5D%5D%5Cn%23%20%5B%5BThis%20is%20a%20demo!%5D%5D%22%2C%22status%22%3A%22complete%22%7D%2C%7B%22text%22%3A%22%7B%5Cn%20%20%20%20%5C%22tiddlers%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fbold%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fbold%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fbold%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fbold%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FBold%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FBold%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((bold))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22wrap-selection%5C%5C%5C%22%5C%5Cn%5C%5Ctprefix%3D%5C%5C%5C%22**%5C%5C%5C%22%5C%5Cn%5C%5Ctsuffix%3D%5C%5C%5C%22**%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-1%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-1%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-1%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-1%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading1%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading1%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-1))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%221%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-2%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-2%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-2%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-2%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading2%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading2%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-2))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%222%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-3%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-3%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-3%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-3%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading3%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading3%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-3))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%223%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-4%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-4%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-4%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-4%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading4%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading4%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-4))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%224%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-5%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-5%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-5%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-5%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading5%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading5%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-5))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%225%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-6%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fheading-6%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fheading-6%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fheading-6%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading6%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FHeading6%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((heading-6))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%23%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%226%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fitalic%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fitalic%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fitalic%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fitalic%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FItalic%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FItalic%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((italic))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22wrap-selection%5C%5C%5C%22%5C%5Cn%5C%5Ctprefix%3D%5C%5C%5C%22*%5C%5C%5C%22%5C%5Cn%5C%5Ctsuffix%3D%5C%5C%5C%22*%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Flist-bullet%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Flist-bullet%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Flist-bullet%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Flist-bullet%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FListBullet%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FListBullet%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((list-bullet))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22*%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%221%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Flist-number%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Flist-number%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Flist-number%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Flist-number%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FListNumber%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FListNumber%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((list-number))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%221.%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%221%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fmono-line%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fmono-line%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fmono-line%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fmono-line%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FMonoLine%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FMonoLine%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((mono-line))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22wrap-selection%5C%5C%5C%22%5C%5Cn%5C%5Ctprefix%3D%5C%5C%5C%22%60%5C%5C%5C%22%5C%5Cn%5C%5Ctsuffix%3D%5C%5C%5C%22%60%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fquote%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2FEditorToolbar%2Fquote%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FEditorToolbar%2Fquote%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FEditorToolbar%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22icon%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fimages%2Fquote%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FQuote%2FCaption%7D%7D%20(Markdown)%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FQuote%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22condition%5C%22%3A%20%5C%22%5B%3CtargetTiddler%3Etype%5Btext%2Fx-markdown%5D%5D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22shortcuts%5C%22%3A%20%5C%22((quote))%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3C%24action-sendmessage%5C%5Cn%5C%5Ct%24message%3D%5C%5C%5C%22tm-edit-text-operation%5C%5C%5C%22%5C%5Cn%5C%5Ct%24param%3D%5C%5C%5C%22prefix-lines%5C%5C%5C%22%5C%5Cn%5C%5Ctcharacter%3D%5C%5C%5C%22%3E%5C%5C%5C%22%5C%5Cn%5C%5Ctcount%3D%5C%5C%5C%221%5C%5C%5C%22%5C%5Cn%2F%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fbreaks%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fbreaks%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22false%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FlinkNewWindow%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FlinkNewWindow%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22true%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Flinkify%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Flinkify%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22false%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fquotes%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fquotes%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%E2%80%9C%E2%80%9D%E2%80%98%E2%80%99%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiText%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiText%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22true%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiTextPragma%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiTextPragma%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%5C%5C%5C%5Crules%20only%20html%20image%20macrocallinline%20syslink%20transcludeinline%20wikilink%20filteredtranscludeblock%20macrocallblock%20transcludeblock%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Ftypographer%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fconfig%2Fmarkdown%2Ftypographer%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22false%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Flanguage%2FDocs%2FTypes%2Ftext%2Fx-markdown%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Flanguage%2FDocs%2FTypes%2Ftext%2Fx-markdown%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22Markdown%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22%3A%20%5C%22text%2Fx-markdown%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22group%5C%22%3A%20%5C%22Text%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fremarkable.js%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22!function(e%2Ct)%7B%5C%5C%5C%22object%5C%5C%5C%22%3D%3Dtypeof%20exports%26%26%5C%5C%5C%22undefined%5C%5C%5C%22!%3Dtypeof%20module%3Ft(exports)%3A%5C%5C%5C%22function%5C%5C%5C%22%3D%3Dtypeof%20define%26%26define.amd%3Fdefine(%5B%5C%5C%5C%22exports%5C%5C%5C%22%5D%2Ct)%3At((e%3De%7C%7Cself).remarkable%3D%7B%7D)%7D(this%2Cfunction(e)%7B%5C%5C%5C%22use%20strict%5C%5C%5C%22%3Bvar%20t%3D%7BAacute%3A%5C%5C%5C%22%C3%81%5C%5C%5C%22%2Caacute%3A%5C%5C%5C%22%C3%A1%5C%5C%5C%22%2CAbreve%3A%5C%5C%5C%22%C4%82%5C%5C%5C%22%2Cabreve%3A%5C%5C%5C%22%C4%83%5C%5C%5C%22%2Cac%3A%5C%5C%5C%22%E2%88%BE%5C%5C%5C%22%2Cacd%3A%5C%5C%5C%22%E2%88%BF%5C%5C%5C%22%2CacE%3A%5C%5C%5C%22%E2%88%BE%CC%B3%5C%5C%5C%22%2CAcirc%3A%5C%5C%5C%22%C3%82%5C%5C%5C%22%2Cacirc%3A%5C%5C%5C%22%C3%A2%5C%5C%5C%22%2Cacute%3A%5C%5C%5C%22%C2%B4%5C%5C%5C%22%2CAcy%3A%5C%5C%5C%22%D0%90%5C%5C%5C%22%2Cacy%3A%5C%5C%5C%22%D0%B0%5C%5C%5C%22%2CAElig%3A%5C%5C%5C%22%C3%86%5C%5C%5C%22%2Caelig%3A%5C%5C%5C%22%C3%A6%5C%5C%5C%22%2Caf%3A%5C%5C%5C%22%E2%81%A1%5C%5C%5C%22%2CAfr%3A%5C%5C%5C%22%F0%9D%94%84%5C%5C%5C%22%2Cafr%3A%5C%5C%5C%22%F0%9D%94%9E%5C%5C%5C%22%2CAgrave%3A%5C%5C%5C%22%C3%80%5C%5C%5C%22%2Cagrave%3A%5C%5C%5C%22%C3%A0%5C%5C%5C%22%2Calefsym%3A%5C%5C%5C%22%E2%84%B5%5C%5C%5C%22%2Caleph%3A%5C%5C%5C%22%E2%84%B5%5C%5C%5C%22%2CAlpha%3A%5C%5C%5C%22%CE%91%5C%5C%5C%22%2Calpha%3A%5C%5C%5C%22%CE%B1%5C%5C%5C%22%2CAmacr%3A%5C%5C%5C%22%C4%80%5C%5C%5C%22%2Camacr%3A%5C%5C%5C%22%C4%81%5C%5C%5C%22%2Camalg%3A%5C%5C%5C%22%E2%A8%BF%5C%5C%5C%22%2CAMP%3A%5C%5C%5C%22%26%5C%5C%5C%22%2Camp%3A%5C%5C%5C%22%26%5C%5C%5C%22%2CAnd%3A%5C%5C%5C%22%E2%A9%93%5C%5C%5C%22%2Cand%3A%5C%5C%5C%22%E2%88%A7%5C%5C%5C%22%2Candand%3A%5C%5C%5C%22%E2%A9%95%5C%5C%5C%22%2Candd%3A%5C%5C%5C%22%E2%A9%9C%5C%5C%5C%22%2Candslope%3A%5C%5C%5C%22%E2%A9%98%5C%5C%5C%22%2Candv%3A%5C%5C%5C%22%E2%A9%9A%5C%5C%5C%22%2Cang%3A%5C%5C%5C%22%E2%88%A0%5C%5C%5C%22%2Cange%3A%5C%5C%5C%22%E2%A6%A4%5C%5C%5C%22%2Cangle%3A%5C%5C%5C%22%E2%88%A0%5C%5C%5C%22%2Cangmsd%3A%5C%5C%5C%22%E2%88%A1%5C%5C%5C%22%2Cangmsdaa%3A%5C%5C%5C%22%E2%A6%A8%5C%5C%5C%22%2Cangmsdab%3A%5C%5C%5C%22%E2%A6%A9%5C%5C%5C%22%2Cangmsdac%3A%5C%5C%5C%22%E2%A6%AA%5C%5C%5C%22%2Cangmsdad%3A%5C%5C%5C%22%E2%A6%AB%5C%5C%5C%22%2Cangmsdae%3A%5C%5C%5C%22%E2%A6%AC%5C%5C%5C%22%2Cangmsdaf%3A%5C%5C%5C%22%E2%A6%AD%5C%5C%5C%22%2Cangmsdag%3A%5C%5C%5C%22%E2%A6%AE%5C%5C%5C%22%2Cangmsdah%3A%5C%5C%5C%22%E2%A6%AF%5C%5C%5C%22%2Cangrt%3A%5C%5C%5C%22%E2%88%9F%5C%5C%5C%22%2Cangrtvb%3A%5C%5C%5C%22%E2%8A%BE%5C%5C%5C%22%2Cangrtvbd%3A%5C%5C%5C%22%E2%A6%9D%5C%5C%5C%22%2Cangsph%3A%5C%5C%5C%22%E2%88%A2%5C%5C%5C%22%2Cangst%3A%5C%5C%5C%22%C3%85%5C%5C%5C%22%2Cangzarr%3A%5C%5C%5C%22%E2%8D%BC%5C%5C%5C%22%2CAogon%3A%5C%5C%5C%22%C4%84%5C%5C%5C%22%2Caogon%3A%5C%5C%5C%22%C4%85%5C%5C%5C%22%2CAopf%3A%5C%5C%5C%22%F0%9D%94%B8%5C%5C%5C%22%2Caopf%3A%5C%5C%5C%22%F0%9D%95%92%5C%5C%5C%22%2Cap%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Capacir%3A%5C%5C%5C%22%E2%A9%AF%5C%5C%5C%22%2CapE%3A%5C%5C%5C%22%E2%A9%B0%5C%5C%5C%22%2Cape%3A%5C%5C%5C%22%E2%89%8A%5C%5C%5C%22%2Capid%3A%5C%5C%5C%22%E2%89%8B%5C%5C%5C%22%2Capos%3A%5C%5C%5C%22'%5C%5C%5C%22%2CApplyFunction%3A%5C%5C%5C%22%E2%81%A1%5C%5C%5C%22%2Capprox%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Capproxeq%3A%5C%5C%5C%22%E2%89%8A%5C%5C%5C%22%2CAring%3A%5C%5C%5C%22%C3%85%5C%5C%5C%22%2Caring%3A%5C%5C%5C%22%C3%A5%5C%5C%5C%22%2CAscr%3A%5C%5C%5C%22%F0%9D%92%9C%5C%5C%5C%22%2Cascr%3A%5C%5C%5C%22%F0%9D%92%B6%5C%5C%5C%22%2CAssign%3A%5C%5C%5C%22%E2%89%94%5C%5C%5C%22%2Cast%3A%5C%5C%5C%22*%5C%5C%5C%22%2Casymp%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Casympeq%3A%5C%5C%5C%22%E2%89%8D%5C%5C%5C%22%2CAtilde%3A%5C%5C%5C%22%C3%83%5C%5C%5C%22%2Catilde%3A%5C%5C%5C%22%C3%A3%5C%5C%5C%22%2CAuml%3A%5C%5C%5C%22%C3%84%5C%5C%5C%22%2Cauml%3A%5C%5C%5C%22%C3%A4%5C%5C%5C%22%2Cawconint%3A%5C%5C%5C%22%E2%88%B3%5C%5C%5C%22%2Cawint%3A%5C%5C%5C%22%E2%A8%91%5C%5C%5C%22%2Cbackcong%3A%5C%5C%5C%22%E2%89%8C%5C%5C%5C%22%2Cbackepsilon%3A%5C%5C%5C%22%CF%B6%5C%5C%5C%22%2Cbackprime%3A%5C%5C%5C%22%E2%80%B5%5C%5C%5C%22%2Cbacksim%3A%5C%5C%5C%22%E2%88%BD%5C%5C%5C%22%2Cbacksimeq%3A%5C%5C%5C%22%E2%8B%8D%5C%5C%5C%22%2CBackslash%3A%5C%5C%5C%22%E2%88%96%5C%5C%5C%22%2CBarv%3A%5C%5C%5C%22%E2%AB%A7%5C%5C%5C%22%2Cbarvee%3A%5C%5C%5C%22%E2%8A%BD%5C%5C%5C%22%2CBarwed%3A%5C%5C%5C%22%E2%8C%86%5C%5C%5C%22%2Cbarwed%3A%5C%5C%5C%22%E2%8C%85%5C%5C%5C%22%2Cbarwedge%3A%5C%5C%5C%22%E2%8C%85%5C%5C%5C%22%2Cbbrk%3A%5C%5C%5C%22%E2%8E%B5%5C%5C%5C%22%2Cbbrktbrk%3A%5C%5C%5C%22%E2%8E%B6%5C%5C%5C%22%2Cbcong%3A%5C%5C%5C%22%E2%89%8C%5C%5C%5C%22%2CBcy%3A%5C%5C%5C%22%D0%91%5C%5C%5C%22%2Cbcy%3A%5C%5C%5C%22%D0%B1%5C%5C%5C%22%2Cbdquo%3A%5C%5C%5C%22%E2%80%9E%5C%5C%5C%22%2Cbecaus%3A%5C%5C%5C%22%E2%88%B5%5C%5C%5C%22%2CBecause%3A%5C%5C%5C%22%E2%88%B5%5C%5C%5C%22%2Cbecause%3A%5C%5C%5C%22%E2%88%B5%5C%5C%5C%22%2Cbemptyv%3A%5C%5C%5C%22%E2%A6%B0%5C%5C%5C%22%2Cbepsi%3A%5C%5C%5C%22%CF%B6%5C%5C%5C%22%2Cbernou%3A%5C%5C%5C%22%E2%84%AC%5C%5C%5C%22%2CBernoullis%3A%5C%5C%5C%22%E2%84%AC%5C%5C%5C%22%2CBeta%3A%5C%5C%5C%22%CE%92%5C%5C%5C%22%2Cbeta%3A%5C%5C%5C%22%CE%B2%5C%5C%5C%22%2Cbeth%3A%5C%5C%5C%22%E2%84%B6%5C%5C%5C%22%2Cbetween%3A%5C%5C%5C%22%E2%89%AC%5C%5C%5C%22%2CBfr%3A%5C%5C%5C%22%F0%9D%94%85%5C%5C%5C%22%2Cbfr%3A%5C%5C%5C%22%F0%9D%94%9F%5C%5C%5C%22%2Cbigcap%3A%5C%5C%5C%22%E2%8B%82%5C%5C%5C%22%2Cbigcirc%3A%5C%5C%5C%22%E2%97%AF%5C%5C%5C%22%2Cbigcup%3A%5C%5C%5C%22%E2%8B%83%5C%5C%5C%22%2Cbigodot%3A%5C%5C%5C%22%E2%A8%80%5C%5C%5C%22%2Cbigoplus%3A%5C%5C%5C%22%E2%A8%81%5C%5C%5C%22%2Cbigotimes%3A%5C%5C%5C%22%E2%A8%82%5C%5C%5C%22%2Cbigsqcup%3A%5C%5C%5C%22%E2%A8%86%5C%5C%5C%22%2Cbigstar%3A%5C%5C%5C%22%E2%98%85%5C%5C%5C%22%2Cbigtriangledown%3A%5C%5C%5C%22%E2%96%BD%5C%5C%5C%22%2Cbigtriangleup%3A%5C%5C%5C%22%E2%96%B3%5C%5C%5C%22%2Cbiguplus%3A%5C%5C%5C%22%E2%A8%84%5C%5C%5C%22%2Cbigvee%3A%5C%5C%5C%22%E2%8B%81%5C%5C%5C%22%2Cbigwedge%3A%5C%5C%5C%22%E2%8B%80%5C%5C%5C%22%2Cbkarow%3A%5C%5C%5C%22%E2%A4%8D%5C%5C%5C%22%2Cblacklozenge%3A%5C%5C%5C%22%E2%A7%AB%5C%5C%5C%22%2Cblacksquare%3A%5C%5C%5C%22%E2%96%AA%5C%5C%5C%22%2Cblacktriangle%3A%5C%5C%5C%22%E2%96%B4%5C%5C%5C%22%2Cblacktriangledown%3A%5C%5C%5C%22%E2%96%BE%5C%5C%5C%22%2Cblacktriangleleft%3A%5C%5C%5C%22%E2%97%82%5C%5C%5C%22%2Cblacktriangleright%3A%5C%5C%5C%22%E2%96%B8%5C%5C%5C%22%2Cblank%3A%5C%5C%5C%22%E2%90%A3%5C%5C%5C%22%2Cblk12%3A%5C%5C%5C%22%E2%96%92%5C%5C%5C%22%2Cblk14%3A%5C%5C%5C%22%E2%96%91%5C%5C%5C%22%2Cblk34%3A%5C%5C%5C%22%E2%96%93%5C%5C%5C%22%2Cblock%3A%5C%5C%5C%22%E2%96%88%5C%5C%5C%22%2Cbne%3A%5C%5C%5C%22%3D%E2%83%A5%5C%5C%5C%22%2Cbnequiv%3A%5C%5C%5C%22%E2%89%A1%E2%83%A5%5C%5C%5C%22%2CbNot%3A%5C%5C%5C%22%E2%AB%AD%5C%5C%5C%22%2Cbnot%3A%5C%5C%5C%22%E2%8C%90%5C%5C%5C%22%2CBopf%3A%5C%5C%5C%22%F0%9D%94%B9%5C%5C%5C%22%2Cbopf%3A%5C%5C%5C%22%F0%9D%95%93%5C%5C%5C%22%2Cbot%3A%5C%5C%5C%22%E2%8A%A5%5C%5C%5C%22%2Cbottom%3A%5C%5C%5C%22%E2%8A%A5%5C%5C%5C%22%2Cbowtie%3A%5C%5C%5C%22%E2%8B%88%5C%5C%5C%22%2Cboxbox%3A%5C%5C%5C%22%E2%A7%89%5C%5C%5C%22%2CboxDL%3A%5C%5C%5C%22%E2%95%97%5C%5C%5C%22%2CboxDl%3A%5C%5C%5C%22%E2%95%96%5C%5C%5C%22%2CboxdL%3A%5C%5C%5C%22%E2%95%95%5C%5C%5C%22%2Cboxdl%3A%5C%5C%5C%22%E2%94%90%5C%5C%5C%22%2CboxDR%3A%5C%5C%5C%22%E2%95%94%5C%5C%5C%22%2CboxDr%3A%5C%5C%5C%22%E2%95%93%5C%5C%5C%22%2CboxdR%3A%5C%5C%5C%22%E2%95%92%5C%5C%5C%22%2Cboxdr%3A%5C%5C%5C%22%E2%94%8C%5C%5C%5C%22%2CboxH%3A%5C%5C%5C%22%E2%95%90%5C%5C%5C%22%2Cboxh%3A%5C%5C%5C%22%E2%94%80%5C%5C%5C%22%2CboxHD%3A%5C%5C%5C%22%E2%95%A6%5C%5C%5C%22%2CboxHd%3A%5C%5C%5C%22%E2%95%A4%5C%5C%5C%22%2CboxhD%3A%5C%5C%5C%22%E2%95%A5%5C%5C%5C%22%2Cboxhd%3A%5C%5C%5C%22%E2%94%AC%5C%5C%5C%22%2CboxHU%3A%5C%5C%5C%22%E2%95%A9%5C%5C%5C%22%2CboxHu%3A%5C%5C%5C%22%E2%95%A7%5C%5C%5C%22%2CboxhU%3A%5C%5C%5C%22%E2%95%A8%5C%5C%5C%22%2Cboxhu%3A%5C%5C%5C%22%E2%94%B4%5C%5C%5C%22%2Cboxminus%3A%5C%5C%5C%22%E2%8A%9F%5C%5C%5C%22%2Cboxplus%3A%5C%5C%5C%22%E2%8A%9E%5C%5C%5C%22%2Cboxtimes%3A%5C%5C%5C%22%E2%8A%A0%5C%5C%5C%22%2CboxUL%3A%5C%5C%5C%22%E2%95%9D%5C%5C%5C%22%2CboxUl%3A%5C%5C%5C%22%E2%95%9C%5C%5C%5C%22%2CboxuL%3A%5C%5C%5C%22%E2%95%9B%5C%5C%5C%22%2Cboxul%3A%5C%5C%5C%22%E2%94%98%5C%5C%5C%22%2CboxUR%3A%5C%5C%5C%22%E2%95%9A%5C%5C%5C%22%2CboxUr%3A%5C%5C%5C%22%E2%95%99%5C%5C%5C%22%2CboxuR%3A%5C%5C%5C%22%E2%95%98%5C%5C%5C%22%2Cboxur%3A%5C%5C%5C%22%E2%94%94%5C%5C%5C%22%2CboxV%3A%5C%5C%5C%22%E2%95%91%5C%5C%5C%22%2Cboxv%3A%5C%5C%5C%22%E2%94%82%5C%5C%5C%22%2CboxVH%3A%5C%5C%5C%22%E2%95%AC%5C%5C%5C%22%2CboxVh%3A%5C%5C%5C%22%E2%95%AB%5C%5C%5C%22%2CboxvH%3A%5C%5C%5C%22%E2%95%AA%5C%5C%5C%22%2Cboxvh%3A%5C%5C%5C%22%E2%94%BC%5C%5C%5C%22%2CboxVL%3A%5C%5C%5C%22%E2%95%A3%5C%5C%5C%22%2CboxVl%3A%5C%5C%5C%22%E2%95%A2%5C%5C%5C%22%2CboxvL%3A%5C%5C%5C%22%E2%95%A1%5C%5C%5C%22%2Cboxvl%3A%5C%5C%5C%22%E2%94%A4%5C%5C%5C%22%2CboxVR%3A%5C%5C%5C%22%E2%95%A0%5C%5C%5C%22%2CboxVr%3A%5C%5C%5C%22%E2%95%9F%5C%5C%5C%22%2CboxvR%3A%5C%5C%5C%22%E2%95%9E%5C%5C%5C%22%2Cboxvr%3A%5C%5C%5C%22%E2%94%9C%5C%5C%5C%22%2Cbprime%3A%5C%5C%5C%22%E2%80%B5%5C%5C%5C%22%2CBreve%3A%5C%5C%5C%22%CB%98%5C%5C%5C%22%2Cbreve%3A%5C%5C%5C%22%CB%98%5C%5C%5C%22%2Cbrvbar%3A%5C%5C%5C%22%C2%A6%5C%5C%5C%22%2CBscr%3A%5C%5C%5C%22%E2%84%AC%5C%5C%5C%22%2Cbscr%3A%5C%5C%5C%22%F0%9D%92%B7%5C%5C%5C%22%2Cbsemi%3A%5C%5C%5C%22%E2%81%8F%5C%5C%5C%22%2Cbsim%3A%5C%5C%5C%22%E2%88%BD%5C%5C%5C%22%2Cbsime%3A%5C%5C%5C%22%E2%8B%8D%5C%5C%5C%22%2Cbsol%3A%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%22%2Cbsolb%3A%5C%5C%5C%22%E2%A7%85%5C%5C%5C%22%2Cbsolhsub%3A%5C%5C%5C%22%E2%9F%88%5C%5C%5C%22%2Cbull%3A%5C%5C%5C%22%E2%80%A2%5C%5C%5C%22%2Cbullet%3A%5C%5C%5C%22%E2%80%A2%5C%5C%5C%22%2Cbump%3A%5C%5C%5C%22%E2%89%8E%5C%5C%5C%22%2CbumpE%3A%5C%5C%5C%22%E2%AA%AE%5C%5C%5C%22%2Cbumpe%3A%5C%5C%5C%22%E2%89%8F%5C%5C%5C%22%2CBumpeq%3A%5C%5C%5C%22%E2%89%8E%5C%5C%5C%22%2Cbumpeq%3A%5C%5C%5C%22%E2%89%8F%5C%5C%5C%22%2CCacute%3A%5C%5C%5C%22%C4%86%5C%5C%5C%22%2Ccacute%3A%5C%5C%5C%22%C4%87%5C%5C%5C%22%2CCap%3A%5C%5C%5C%22%E2%8B%92%5C%5C%5C%22%2Ccap%3A%5C%5C%5C%22%E2%88%A9%5C%5C%5C%22%2Ccapand%3A%5C%5C%5C%22%E2%A9%84%5C%5C%5C%22%2Ccapbrcup%3A%5C%5C%5C%22%E2%A9%89%5C%5C%5C%22%2Ccapcap%3A%5C%5C%5C%22%E2%A9%8B%5C%5C%5C%22%2Ccapcup%3A%5C%5C%5C%22%E2%A9%87%5C%5C%5C%22%2Ccapdot%3A%5C%5C%5C%22%E2%A9%80%5C%5C%5C%22%2CCapitalDifferentialD%3A%5C%5C%5C%22%E2%85%85%5C%5C%5C%22%2Ccaps%3A%5C%5C%5C%22%E2%88%A9%EF%B8%80%5C%5C%5C%22%2Ccaret%3A%5C%5C%5C%22%E2%81%81%5C%5C%5C%22%2Ccaron%3A%5C%5C%5C%22%CB%87%5C%5C%5C%22%2CCayleys%3A%5C%5C%5C%22%E2%84%AD%5C%5C%5C%22%2Cccaps%3A%5C%5C%5C%22%E2%A9%8D%5C%5C%5C%22%2CCcaron%3A%5C%5C%5C%22%C4%8C%5C%5C%5C%22%2Cccaron%3A%5C%5C%5C%22%C4%8D%5C%5C%5C%22%2CCcedil%3A%5C%5C%5C%22%C3%87%5C%5C%5C%22%2Cccedil%3A%5C%5C%5C%22%C3%A7%5C%5C%5C%22%2CCcirc%3A%5C%5C%5C%22%C4%88%5C%5C%5C%22%2Cccirc%3A%5C%5C%5C%22%C4%89%5C%5C%5C%22%2CCconint%3A%5C%5C%5C%22%E2%88%B0%5C%5C%5C%22%2Cccups%3A%5C%5C%5C%22%E2%A9%8C%5C%5C%5C%22%2Cccupssm%3A%5C%5C%5C%22%E2%A9%90%5C%5C%5C%22%2CCdot%3A%5C%5C%5C%22%C4%8A%5C%5C%5C%22%2Ccdot%3A%5C%5C%5C%22%C4%8B%5C%5C%5C%22%2Ccedil%3A%5C%5C%5C%22%C2%B8%5C%5C%5C%22%2CCedilla%3A%5C%5C%5C%22%C2%B8%5C%5C%5C%22%2Ccemptyv%3A%5C%5C%5C%22%E2%A6%B2%5C%5C%5C%22%2Ccent%3A%5C%5C%5C%22%C2%A2%5C%5C%5C%22%2CCenterDot%3A%5C%5C%5C%22%C2%B7%5C%5C%5C%22%2Ccenterdot%3A%5C%5C%5C%22%C2%B7%5C%5C%5C%22%2CCfr%3A%5C%5C%5C%22%E2%84%AD%5C%5C%5C%22%2Ccfr%3A%5C%5C%5C%22%F0%9D%94%A0%5C%5C%5C%22%2CCHcy%3A%5C%5C%5C%22%D0%A7%5C%5C%5C%22%2Cchcy%3A%5C%5C%5C%22%D1%87%5C%5C%5C%22%2Ccheck%3A%5C%5C%5C%22%E2%9C%93%5C%5C%5C%22%2Ccheckmark%3A%5C%5C%5C%22%E2%9C%93%5C%5C%5C%22%2CChi%3A%5C%5C%5C%22%CE%A7%5C%5C%5C%22%2Cchi%3A%5C%5C%5C%22%CF%87%5C%5C%5C%22%2Ccir%3A%5C%5C%5C%22%E2%97%8B%5C%5C%5C%22%2Ccirc%3A%5C%5C%5C%22%CB%86%5C%5C%5C%22%2Ccirceq%3A%5C%5C%5C%22%E2%89%97%5C%5C%5C%22%2Ccirclearrowleft%3A%5C%5C%5C%22%E2%86%BA%5C%5C%5C%22%2Ccirclearrowright%3A%5C%5C%5C%22%E2%86%BB%5C%5C%5C%22%2Ccircledast%3A%5C%5C%5C%22%E2%8A%9B%5C%5C%5C%22%2Ccircledcirc%3A%5C%5C%5C%22%E2%8A%9A%5C%5C%5C%22%2Ccircleddash%3A%5C%5C%5C%22%E2%8A%9D%5C%5C%5C%22%2CCircleDot%3A%5C%5C%5C%22%E2%8A%99%5C%5C%5C%22%2CcircledR%3A%5C%5C%5C%22%C2%AE%5C%5C%5C%22%2CcircledS%3A%5C%5C%5C%22%E2%93%88%5C%5C%5C%22%2CCircleMinus%3A%5C%5C%5C%22%E2%8A%96%5C%5C%5C%22%2CCirclePlus%3A%5C%5C%5C%22%E2%8A%95%5C%5C%5C%22%2CCircleTimes%3A%5C%5C%5C%22%E2%8A%97%5C%5C%5C%22%2CcirE%3A%5C%5C%5C%22%E2%A7%83%5C%5C%5C%22%2Ccire%3A%5C%5C%5C%22%E2%89%97%5C%5C%5C%22%2Ccirfnint%3A%5C%5C%5C%22%E2%A8%90%5C%5C%5C%22%2Ccirmid%3A%5C%5C%5C%22%E2%AB%AF%5C%5C%5C%22%2Ccirscir%3A%5C%5C%5C%22%E2%A7%82%5C%5C%5C%22%2CClockwiseContourIntegral%3A%5C%5C%5C%22%E2%88%B2%5C%5C%5C%22%2CCloseCurlyDoubleQuote%3A%5C%5C%5C%22%E2%80%9D%5C%5C%5C%22%2CCloseCurlyQuote%3A%5C%5C%5C%22%E2%80%99%5C%5C%5C%22%2Cclubs%3A%5C%5C%5C%22%E2%99%A3%5C%5C%5C%22%2Cclubsuit%3A%5C%5C%5C%22%E2%99%A3%5C%5C%5C%22%2CColon%3A%5C%5C%5C%22%E2%88%B7%5C%5C%5C%22%2Ccolon%3A%5C%5C%5C%22%3A%5C%5C%5C%22%2CColone%3A%5C%5C%5C%22%E2%A9%B4%5C%5C%5C%22%2Ccolone%3A%5C%5C%5C%22%E2%89%94%5C%5C%5C%22%2Ccoloneq%3A%5C%5C%5C%22%E2%89%94%5C%5C%5C%22%2Ccomma%3A%5C%5C%5C%22%2C%5C%5C%5C%22%2Ccommat%3A%5C%5C%5C%22%40%5C%5C%5C%22%2Ccomp%3A%5C%5C%5C%22%E2%88%81%5C%5C%5C%22%2Ccompfn%3A%5C%5C%5C%22%E2%88%98%5C%5C%5C%22%2Ccomplement%3A%5C%5C%5C%22%E2%88%81%5C%5C%5C%22%2Ccomplexes%3A%5C%5C%5C%22%E2%84%82%5C%5C%5C%22%2Ccong%3A%5C%5C%5C%22%E2%89%85%5C%5C%5C%22%2Ccongdot%3A%5C%5C%5C%22%E2%A9%AD%5C%5C%5C%22%2CCongruent%3A%5C%5C%5C%22%E2%89%A1%5C%5C%5C%22%2CConint%3A%5C%5C%5C%22%E2%88%AF%5C%5C%5C%22%2Cconint%3A%5C%5C%5C%22%E2%88%AE%5C%5C%5C%22%2CContourIntegral%3A%5C%5C%5C%22%E2%88%AE%5C%5C%5C%22%2CCopf%3A%5C%5C%5C%22%E2%84%82%5C%5C%5C%22%2Ccopf%3A%5C%5C%5C%22%F0%9D%95%94%5C%5C%5C%22%2Ccoprod%3A%5C%5C%5C%22%E2%88%90%5C%5C%5C%22%2CCoproduct%3A%5C%5C%5C%22%E2%88%90%5C%5C%5C%22%2CCOPY%3A%5C%5C%5C%22%C2%A9%5C%5C%5C%22%2Ccopy%3A%5C%5C%5C%22%C2%A9%5C%5C%5C%22%2Ccopysr%3A%5C%5C%5C%22%E2%84%97%5C%5C%5C%22%2CCounterClockwiseContourIntegral%3A%5C%5C%5C%22%E2%88%B3%5C%5C%5C%22%2Ccrarr%3A%5C%5C%5C%22%E2%86%B5%5C%5C%5C%22%2CCross%3A%5C%5C%5C%22%E2%A8%AF%5C%5C%5C%22%2Ccross%3A%5C%5C%5C%22%E2%9C%97%5C%5C%5C%22%2CCscr%3A%5C%5C%5C%22%F0%9D%92%9E%5C%5C%5C%22%2Ccscr%3A%5C%5C%5C%22%F0%9D%92%B8%5C%5C%5C%22%2Ccsub%3A%5C%5C%5C%22%E2%AB%8F%5C%5C%5C%22%2Ccsube%3A%5C%5C%5C%22%E2%AB%91%5C%5C%5C%22%2Ccsup%3A%5C%5C%5C%22%E2%AB%90%5C%5C%5C%22%2Ccsupe%3A%5C%5C%5C%22%E2%AB%92%5C%5C%5C%22%2Cctdot%3A%5C%5C%5C%22%E2%8B%AF%5C%5C%5C%22%2Ccudarrl%3A%5C%5C%5C%22%E2%A4%B8%5C%5C%5C%22%2Ccudarrr%3A%5C%5C%5C%22%E2%A4%B5%5C%5C%5C%22%2Ccuepr%3A%5C%5C%5C%22%E2%8B%9E%5C%5C%5C%22%2Ccuesc%3A%5C%5C%5C%22%E2%8B%9F%5C%5C%5C%22%2Ccularr%3A%5C%5C%5C%22%E2%86%B6%5C%5C%5C%22%2Ccularrp%3A%5C%5C%5C%22%E2%A4%BD%5C%5C%5C%22%2CCup%3A%5C%5C%5C%22%E2%8B%93%5C%5C%5C%22%2Ccup%3A%5C%5C%5C%22%E2%88%AA%5C%5C%5C%22%2Ccupbrcap%3A%5C%5C%5C%22%E2%A9%88%5C%5C%5C%22%2CCupCap%3A%5C%5C%5C%22%E2%89%8D%5C%5C%5C%22%2Ccupcap%3A%5C%5C%5C%22%E2%A9%86%5C%5C%5C%22%2Ccupcup%3A%5C%5C%5C%22%E2%A9%8A%5C%5C%5C%22%2Ccupdot%3A%5C%5C%5C%22%E2%8A%8D%5C%5C%5C%22%2Ccupor%3A%5C%5C%5C%22%E2%A9%85%5C%5C%5C%22%2Ccups%3A%5C%5C%5C%22%E2%88%AA%EF%B8%80%5C%5C%5C%22%2Ccurarr%3A%5C%5C%5C%22%E2%86%B7%5C%5C%5C%22%2Ccurarrm%3A%5C%5C%5C%22%E2%A4%BC%5C%5C%5C%22%2Ccurlyeqprec%3A%5C%5C%5C%22%E2%8B%9E%5C%5C%5C%22%2Ccurlyeqsucc%3A%5C%5C%5C%22%E2%8B%9F%5C%5C%5C%22%2Ccurlyvee%3A%5C%5C%5C%22%E2%8B%8E%5C%5C%5C%22%2Ccurlywedge%3A%5C%5C%5C%22%E2%8B%8F%5C%5C%5C%22%2Ccurren%3A%5C%5C%5C%22%C2%A4%5C%5C%5C%22%2Ccurvearrowleft%3A%5C%5C%5C%22%E2%86%B6%5C%5C%5C%22%2Ccurvearrowright%3A%5C%5C%5C%22%E2%86%B7%5C%5C%5C%22%2Ccuvee%3A%5C%5C%5C%22%E2%8B%8E%5C%5C%5C%22%2Ccuwed%3A%5C%5C%5C%22%E2%8B%8F%5C%5C%5C%22%2Ccwconint%3A%5C%5C%5C%22%E2%88%B2%5C%5C%5C%22%2Ccwint%3A%5C%5C%5C%22%E2%88%B1%5C%5C%5C%22%2Ccylcty%3A%5C%5C%5C%22%E2%8C%AD%5C%5C%5C%22%2CDagger%3A%5C%5C%5C%22%E2%80%A1%5C%5C%5C%22%2Cdagger%3A%5C%5C%5C%22%E2%80%A0%5C%5C%5C%22%2Cdaleth%3A%5C%5C%5C%22%E2%84%B8%5C%5C%5C%22%2CDarr%3A%5C%5C%5C%22%E2%86%A1%5C%5C%5C%22%2CdArr%3A%5C%5C%5C%22%E2%87%93%5C%5C%5C%22%2Cdarr%3A%5C%5C%5C%22%E2%86%93%5C%5C%5C%22%2Cdash%3A%5C%5C%5C%22%E2%80%90%5C%5C%5C%22%2CDashv%3A%5C%5C%5C%22%E2%AB%A4%5C%5C%5C%22%2Cdashv%3A%5C%5C%5C%22%E2%8A%A3%5C%5C%5C%22%2Cdbkarow%3A%5C%5C%5C%22%E2%A4%8F%5C%5C%5C%22%2Cdblac%3A%5C%5C%5C%22%CB%9D%5C%5C%5C%22%2CDcaron%3A%5C%5C%5C%22%C4%8E%5C%5C%5C%22%2Cdcaron%3A%5C%5C%5C%22%C4%8F%5C%5C%5C%22%2CDcy%3A%5C%5C%5C%22%D0%94%5C%5C%5C%22%2Cdcy%3A%5C%5C%5C%22%D0%B4%5C%5C%5C%22%2CDD%3A%5C%5C%5C%22%E2%85%85%5C%5C%5C%22%2Cdd%3A%5C%5C%5C%22%E2%85%86%5C%5C%5C%22%2Cddagger%3A%5C%5C%5C%22%E2%80%A1%5C%5C%5C%22%2Cddarr%3A%5C%5C%5C%22%E2%87%8A%5C%5C%5C%22%2CDDotrahd%3A%5C%5C%5C%22%E2%A4%91%5C%5C%5C%22%2Cddotseq%3A%5C%5C%5C%22%E2%A9%B7%5C%5C%5C%22%2Cdeg%3A%5C%5C%5C%22%C2%B0%5C%5C%5C%22%2CDel%3A%5C%5C%5C%22%E2%88%87%5C%5C%5C%22%2CDelta%3A%5C%5C%5C%22%CE%94%5C%5C%5C%22%2Cdelta%3A%5C%5C%5C%22%CE%B4%5C%5C%5C%22%2Cdemptyv%3A%5C%5C%5C%22%E2%A6%B1%5C%5C%5C%22%2Cdfisht%3A%5C%5C%5C%22%E2%A5%BF%5C%5C%5C%22%2CDfr%3A%5C%5C%5C%22%F0%9D%94%87%5C%5C%5C%22%2Cdfr%3A%5C%5C%5C%22%F0%9D%94%A1%5C%5C%5C%22%2CdHar%3A%5C%5C%5C%22%E2%A5%A5%5C%5C%5C%22%2Cdharl%3A%5C%5C%5C%22%E2%87%83%5C%5C%5C%22%2Cdharr%3A%5C%5C%5C%22%E2%87%82%5C%5C%5C%22%2CDiacriticalAcute%3A%5C%5C%5C%22%C2%B4%5C%5C%5C%22%2CDiacriticalDot%3A%5C%5C%5C%22%CB%99%5C%5C%5C%22%2CDiacriticalDoubleAcute%3A%5C%5C%5C%22%CB%9D%5C%5C%5C%22%2CDiacriticalGrave%3A%5C%5C%5C%22%60%5C%5C%5C%22%2CDiacriticalTilde%3A%5C%5C%5C%22%CB%9C%5C%5C%5C%22%2Cdiam%3A%5C%5C%5C%22%E2%8B%84%5C%5C%5C%22%2CDiamond%3A%5C%5C%5C%22%E2%8B%84%5C%5C%5C%22%2Cdiamond%3A%5C%5C%5C%22%E2%8B%84%5C%5C%5C%22%2Cdiamondsuit%3A%5C%5C%5C%22%E2%99%A6%5C%5C%5C%22%2Cdiams%3A%5C%5C%5C%22%E2%99%A6%5C%5C%5C%22%2Cdie%3A%5C%5C%5C%22%C2%A8%5C%5C%5C%22%2CDifferentialD%3A%5C%5C%5C%22%E2%85%86%5C%5C%5C%22%2Cdigamma%3A%5C%5C%5C%22%CF%9D%5C%5C%5C%22%2Cdisin%3A%5C%5C%5C%22%E2%8B%B2%5C%5C%5C%22%2Cdiv%3A%5C%5C%5C%22%C3%B7%5C%5C%5C%22%2Cdivide%3A%5C%5C%5C%22%C3%B7%5C%5C%5C%22%2Cdivideontimes%3A%5C%5C%5C%22%E2%8B%87%5C%5C%5C%22%2Cdivonx%3A%5C%5C%5C%22%E2%8B%87%5C%5C%5C%22%2CDJcy%3A%5C%5C%5C%22%D0%82%5C%5C%5C%22%2Cdjcy%3A%5C%5C%5C%22%D1%92%5C%5C%5C%22%2Cdlcorn%3A%5C%5C%5C%22%E2%8C%9E%5C%5C%5C%22%2Cdlcrop%3A%5C%5C%5C%22%E2%8C%8D%5C%5C%5C%22%2Cdollar%3A%5C%5C%5C%22%24%5C%5C%5C%22%2CDopf%3A%5C%5C%5C%22%F0%9D%94%BB%5C%5C%5C%22%2Cdopf%3A%5C%5C%5C%22%F0%9D%95%95%5C%5C%5C%22%2CDot%3A%5C%5C%5C%22%C2%A8%5C%5C%5C%22%2Cdot%3A%5C%5C%5C%22%CB%99%5C%5C%5C%22%2CDotDot%3A%5C%5C%5C%22%E2%83%9C%5C%5C%5C%22%2Cdoteq%3A%5C%5C%5C%22%E2%89%90%5C%5C%5C%22%2Cdoteqdot%3A%5C%5C%5C%22%E2%89%91%5C%5C%5C%22%2CDotEqual%3A%5C%5C%5C%22%E2%89%90%5C%5C%5C%22%2Cdotminus%3A%5C%5C%5C%22%E2%88%B8%5C%5C%5C%22%2Cdotplus%3A%5C%5C%5C%22%E2%88%94%5C%5C%5C%22%2Cdotsquare%3A%5C%5C%5C%22%E2%8A%A1%5C%5C%5C%22%2Cdoublebarwedge%3A%5C%5C%5C%22%E2%8C%86%5C%5C%5C%22%2CDoubleContourIntegral%3A%5C%5C%5C%22%E2%88%AF%5C%5C%5C%22%2CDoubleDot%3A%5C%5C%5C%22%C2%A8%5C%5C%5C%22%2CDoubleDownArrow%3A%5C%5C%5C%22%E2%87%93%5C%5C%5C%22%2CDoubleLeftArrow%3A%5C%5C%5C%22%E2%87%90%5C%5C%5C%22%2CDoubleLeftRightArrow%3A%5C%5C%5C%22%E2%87%94%5C%5C%5C%22%2CDoubleLeftTee%3A%5C%5C%5C%22%E2%AB%A4%5C%5C%5C%22%2CDoubleLongLeftArrow%3A%5C%5C%5C%22%E2%9F%B8%5C%5C%5C%22%2CDoubleLongLeftRightArrow%3A%5C%5C%5C%22%E2%9F%BA%5C%5C%5C%22%2CDoubleLongRightArrow%3A%5C%5C%5C%22%E2%9F%B9%5C%5C%5C%22%2CDoubleRightArrow%3A%5C%5C%5C%22%E2%87%92%5C%5C%5C%22%2CDoubleRightTee%3A%5C%5C%5C%22%E2%8A%A8%5C%5C%5C%22%2CDoubleUpArrow%3A%5C%5C%5C%22%E2%87%91%5C%5C%5C%22%2CDoubleUpDownArrow%3A%5C%5C%5C%22%E2%87%95%5C%5C%5C%22%2CDoubleVerticalBar%3A%5C%5C%5C%22%E2%88%A5%5C%5C%5C%22%2CDownArrow%3A%5C%5C%5C%22%E2%86%93%5C%5C%5C%22%2CDownarrow%3A%5C%5C%5C%22%E2%87%93%5C%5C%5C%22%2Cdownarrow%3A%5C%5C%5C%22%E2%86%93%5C%5C%5C%22%2CDownArrowBar%3A%5C%5C%5C%22%E2%A4%93%5C%5C%5C%22%2CDownArrowUpArrow%3A%5C%5C%5C%22%E2%87%B5%5C%5C%5C%22%2CDownBreve%3A%5C%5C%5C%22%CC%91%5C%5C%5C%22%2Cdowndownarrows%3A%5C%5C%5C%22%E2%87%8A%5C%5C%5C%22%2Cdownharpoonleft%3A%5C%5C%5C%22%E2%87%83%5C%5C%5C%22%2Cdownharpoonright%3A%5C%5C%5C%22%E2%87%82%5C%5C%5C%22%2CDownLeftRightVector%3A%5C%5C%5C%22%E2%A5%90%5C%5C%5C%22%2CDownLeftTeeVector%3A%5C%5C%5C%22%E2%A5%9E%5C%5C%5C%22%2CDownLeftVector%3A%5C%5C%5C%22%E2%86%BD%5C%5C%5C%22%2CDownLeftVectorBar%3A%5C%5C%5C%22%E2%A5%96%5C%5C%5C%22%2CDownRightTeeVector%3A%5C%5C%5C%22%E2%A5%9F%5C%5C%5C%22%2CDownRightVector%3A%5C%5C%5C%22%E2%87%81%5C%5C%5C%22%2CDownRightVectorBar%3A%5C%5C%5C%22%E2%A5%97%5C%5C%5C%22%2CDownTee%3A%5C%5C%5C%22%E2%8A%A4%5C%5C%5C%22%2CDownTeeArrow%3A%5C%5C%5C%22%E2%86%A7%5C%5C%5C%22%2Cdrbkarow%3A%5C%5C%5C%22%E2%A4%90%5C%5C%5C%22%2Cdrcorn%3A%5C%5C%5C%22%E2%8C%9F%5C%5C%5C%22%2Cdrcrop%3A%5C%5C%5C%22%E2%8C%8C%5C%5C%5C%22%2CDscr%3A%5C%5C%5C%22%F0%9D%92%9F%5C%5C%5C%22%2Cdscr%3A%5C%5C%5C%22%F0%9D%92%B9%5C%5C%5C%22%2CDScy%3A%5C%5C%5C%22%D0%85%5C%5C%5C%22%2Cdscy%3A%5C%5C%5C%22%D1%95%5C%5C%5C%22%2Cdsol%3A%5C%5C%5C%22%E2%A7%B6%5C%5C%5C%22%2CDstrok%3A%5C%5C%5C%22%C4%90%5C%5C%5C%22%2Cdstrok%3A%5C%5C%5C%22%C4%91%5C%5C%5C%22%2Cdtdot%3A%5C%5C%5C%22%E2%8B%B1%5C%5C%5C%22%2Cdtri%3A%5C%5C%5C%22%E2%96%BF%5C%5C%5C%22%2Cdtrif%3A%5C%5C%5C%22%E2%96%BE%5C%5C%5C%22%2Cduarr%3A%5C%5C%5C%22%E2%87%B5%5C%5C%5C%22%2Cduhar%3A%5C%5C%5C%22%E2%A5%AF%5C%5C%5C%22%2Cdwangle%3A%5C%5C%5C%22%E2%A6%A6%5C%5C%5C%22%2CDZcy%3A%5C%5C%5C%22%D0%8F%5C%5C%5C%22%2Cdzcy%3A%5C%5C%5C%22%D1%9F%5C%5C%5C%22%2Cdzigrarr%3A%5C%5C%5C%22%E2%9F%BF%5C%5C%5C%22%2CEacute%3A%5C%5C%5C%22%C3%89%5C%5C%5C%22%2Ceacute%3A%5C%5C%5C%22%C3%A9%5C%5C%5C%22%2Ceaster%3A%5C%5C%5C%22%E2%A9%AE%5C%5C%5C%22%2CEcaron%3A%5C%5C%5C%22%C4%9A%5C%5C%5C%22%2Cecaron%3A%5C%5C%5C%22%C4%9B%5C%5C%5C%22%2Cecir%3A%5C%5C%5C%22%E2%89%96%5C%5C%5C%22%2CEcirc%3A%5C%5C%5C%22%C3%8A%5C%5C%5C%22%2Cecirc%3A%5C%5C%5C%22%C3%AA%5C%5C%5C%22%2Cecolon%3A%5C%5C%5C%22%E2%89%95%5C%5C%5C%22%2CEcy%3A%5C%5C%5C%22%D0%AD%5C%5C%5C%22%2Cecy%3A%5C%5C%5C%22%D1%8D%5C%5C%5C%22%2CeDDot%3A%5C%5C%5C%22%E2%A9%B7%5C%5C%5C%22%2CEdot%3A%5C%5C%5C%22%C4%96%5C%5C%5C%22%2CeDot%3A%5C%5C%5C%22%E2%89%91%5C%5C%5C%22%2Cedot%3A%5C%5C%5C%22%C4%97%5C%5C%5C%22%2Cee%3A%5C%5C%5C%22%E2%85%87%5C%5C%5C%22%2CefDot%3A%5C%5C%5C%22%E2%89%92%5C%5C%5C%22%2CEfr%3A%5C%5C%5C%22%F0%9D%94%88%5C%5C%5C%22%2Cefr%3A%5C%5C%5C%22%F0%9D%94%A2%5C%5C%5C%22%2Ceg%3A%5C%5C%5C%22%E2%AA%9A%5C%5C%5C%22%2CEgrave%3A%5C%5C%5C%22%C3%88%5C%5C%5C%22%2Cegrave%3A%5C%5C%5C%22%C3%A8%5C%5C%5C%22%2Cegs%3A%5C%5C%5C%22%E2%AA%96%5C%5C%5C%22%2Cegsdot%3A%5C%5C%5C%22%E2%AA%98%5C%5C%5C%22%2Cel%3A%5C%5C%5C%22%E2%AA%99%5C%5C%5C%22%2CElement%3A%5C%5C%5C%22%E2%88%88%5C%5C%5C%22%2Celinters%3A%5C%5C%5C%22%E2%8F%A7%5C%5C%5C%22%2Cell%3A%5C%5C%5C%22%E2%84%93%5C%5C%5C%22%2Cels%3A%5C%5C%5C%22%E2%AA%95%5C%5C%5C%22%2Celsdot%3A%5C%5C%5C%22%E2%AA%97%5C%5C%5C%22%2CEmacr%3A%5C%5C%5C%22%C4%92%5C%5C%5C%22%2Cemacr%3A%5C%5C%5C%22%C4%93%5C%5C%5C%22%2Cempty%3A%5C%5C%5C%22%E2%88%85%5C%5C%5C%22%2Cemptyset%3A%5C%5C%5C%22%E2%88%85%5C%5C%5C%22%2CEmptySmallSquare%3A%5C%5C%5C%22%E2%97%BB%5C%5C%5C%22%2Cemptyv%3A%5C%5C%5C%22%E2%88%85%5C%5C%5C%22%2CEmptyVerySmallSquare%3A%5C%5C%5C%22%E2%96%AB%5C%5C%5C%22%2Cemsp%3A%5C%5C%5C%22%E2%80%83%5C%5C%5C%22%2Cemsp13%3A%5C%5C%5C%22%E2%80%84%5C%5C%5C%22%2Cemsp14%3A%5C%5C%5C%22%E2%80%85%5C%5C%5C%22%2CENG%3A%5C%5C%5C%22%C5%8A%5C%5C%5C%22%2Ceng%3A%5C%5C%5C%22%C5%8B%5C%5C%5C%22%2Censp%3A%5C%5C%5C%22%E2%80%82%5C%5C%5C%22%2CEogon%3A%5C%5C%5C%22%C4%98%5C%5C%5C%22%2Ceogon%3A%5C%5C%5C%22%C4%99%5C%5C%5C%22%2CEopf%3A%5C%5C%5C%22%F0%9D%94%BC%5C%5C%5C%22%2Ceopf%3A%5C%5C%5C%22%F0%9D%95%96%5C%5C%5C%22%2Cepar%3A%5C%5C%5C%22%E2%8B%95%5C%5C%5C%22%2Ceparsl%3A%5C%5C%5C%22%E2%A7%A3%5C%5C%5C%22%2Ceplus%3A%5C%5C%5C%22%E2%A9%B1%5C%5C%5C%22%2Cepsi%3A%5C%5C%5C%22%CE%B5%5C%5C%5C%22%2CEpsilon%3A%5C%5C%5C%22%CE%95%5C%5C%5C%22%2Cepsilon%3A%5C%5C%5C%22%CE%B5%5C%5C%5C%22%2Cepsiv%3A%5C%5C%5C%22%CF%B5%5C%5C%5C%22%2Ceqcirc%3A%5C%5C%5C%22%E2%89%96%5C%5C%5C%22%2Ceqcolon%3A%5C%5C%5C%22%E2%89%95%5C%5C%5C%22%2Ceqsim%3A%5C%5C%5C%22%E2%89%82%5C%5C%5C%22%2Ceqslantgtr%3A%5C%5C%5C%22%E2%AA%96%5C%5C%5C%22%2Ceqslantless%3A%5C%5C%5C%22%E2%AA%95%5C%5C%5C%22%2CEqual%3A%5C%5C%5C%22%E2%A9%B5%5C%5C%5C%22%2Cequals%3A%5C%5C%5C%22%3D%5C%5C%5C%22%2CEqualTilde%3A%5C%5C%5C%22%E2%89%82%5C%5C%5C%22%2Cequest%3A%5C%5C%5C%22%E2%89%9F%5C%5C%5C%22%2CEquilibrium%3A%5C%5C%5C%22%E2%87%8C%5C%5C%5C%22%2Cequiv%3A%5C%5C%5C%22%E2%89%A1%5C%5C%5C%22%2CequivDD%3A%5C%5C%5C%22%E2%A9%B8%5C%5C%5C%22%2Ceqvparsl%3A%5C%5C%5C%22%E2%A7%A5%5C%5C%5C%22%2Cerarr%3A%5C%5C%5C%22%E2%A5%B1%5C%5C%5C%22%2CerDot%3A%5C%5C%5C%22%E2%89%93%5C%5C%5C%22%2CEscr%3A%5C%5C%5C%22%E2%84%B0%5C%5C%5C%22%2Cescr%3A%5C%5C%5C%22%E2%84%AF%5C%5C%5C%22%2Cesdot%3A%5C%5C%5C%22%E2%89%90%5C%5C%5C%22%2CEsim%3A%5C%5C%5C%22%E2%A9%B3%5C%5C%5C%22%2Cesim%3A%5C%5C%5C%22%E2%89%82%5C%5C%5C%22%2CEta%3A%5C%5C%5C%22%CE%97%5C%5C%5C%22%2Ceta%3A%5C%5C%5C%22%CE%B7%5C%5C%5C%22%2CETH%3A%5C%5C%5C%22%C3%90%5C%5C%5C%22%2Ceth%3A%5C%5C%5C%22%C3%B0%5C%5C%5C%22%2CEuml%3A%5C%5C%5C%22%C3%8B%5C%5C%5C%22%2Ceuml%3A%5C%5C%5C%22%C3%AB%5C%5C%5C%22%2Ceuro%3A%5C%5C%5C%22%E2%82%AC%5C%5C%5C%22%2Cexcl%3A%5C%5C%5C%22!%5C%5C%5C%22%2Cexist%3A%5C%5C%5C%22%E2%88%83%5C%5C%5C%22%2CExists%3A%5C%5C%5C%22%E2%88%83%5C%5C%5C%22%2Cexpectation%3A%5C%5C%5C%22%E2%84%B0%5C%5C%5C%22%2CExponentialE%3A%5C%5C%5C%22%E2%85%87%5C%5C%5C%22%2Cexponentiale%3A%5C%5C%5C%22%E2%85%87%5C%5C%5C%22%2Cfallingdotseq%3A%5C%5C%5C%22%E2%89%92%5C%5C%5C%22%2CFcy%3A%5C%5C%5C%22%D0%A4%5C%5C%5C%22%2Cfcy%3A%5C%5C%5C%22%D1%84%5C%5C%5C%22%2Cfemale%3A%5C%5C%5C%22%E2%99%80%5C%5C%5C%22%2Cffilig%3A%5C%5C%5C%22%EF%AC%83%5C%5C%5C%22%2Cfflig%3A%5C%5C%5C%22%EF%AC%80%5C%5C%5C%22%2Cffllig%3A%5C%5C%5C%22%EF%AC%84%5C%5C%5C%22%2CFfr%3A%5C%5C%5C%22%F0%9D%94%89%5C%5C%5C%22%2Cffr%3A%5C%5C%5C%22%F0%9D%94%A3%5C%5C%5C%22%2Cfilig%3A%5C%5C%5C%22%EF%AC%81%5C%5C%5C%22%2CFilledSmallSquare%3A%5C%5C%5C%22%E2%97%BC%5C%5C%5C%22%2CFilledVerySmallSquare%3A%5C%5C%5C%22%E2%96%AA%5C%5C%5C%22%2Cfjlig%3A%5C%5C%5C%22fj%5C%5C%5C%22%2Cflat%3A%5C%5C%5C%22%E2%99%AD%5C%5C%5C%22%2Cfllig%3A%5C%5C%5C%22%EF%AC%82%5C%5C%5C%22%2Cfltns%3A%5C%5C%5C%22%E2%96%B1%5C%5C%5C%22%2Cfnof%3A%5C%5C%5C%22%C6%92%5C%5C%5C%22%2CFopf%3A%5C%5C%5C%22%F0%9D%94%BD%5C%5C%5C%22%2Cfopf%3A%5C%5C%5C%22%F0%9D%95%97%5C%5C%5C%22%2CForAll%3A%5C%5C%5C%22%E2%88%80%5C%5C%5C%22%2Cforall%3A%5C%5C%5C%22%E2%88%80%5C%5C%5C%22%2Cfork%3A%5C%5C%5C%22%E2%8B%94%5C%5C%5C%22%2Cforkv%3A%5C%5C%5C%22%E2%AB%99%5C%5C%5C%22%2CFouriertrf%3A%5C%5C%5C%22%E2%84%B1%5C%5C%5C%22%2Cfpartint%3A%5C%5C%5C%22%E2%A8%8D%5C%5C%5C%22%2Cfrac12%3A%5C%5C%5C%22%C2%BD%5C%5C%5C%22%2Cfrac13%3A%5C%5C%5C%22%E2%85%93%5C%5C%5C%22%2Cfrac14%3A%5C%5C%5C%22%C2%BC%5C%5C%5C%22%2Cfrac15%3A%5C%5C%5C%22%E2%85%95%5C%5C%5C%22%2Cfrac16%3A%5C%5C%5C%22%E2%85%99%5C%5C%5C%22%2Cfrac18%3A%5C%5C%5C%22%E2%85%9B%5C%5C%5C%22%2Cfrac23%3A%5C%5C%5C%22%E2%85%94%5C%5C%5C%22%2Cfrac25%3A%5C%5C%5C%22%E2%85%96%5C%5C%5C%22%2Cfrac34%3A%5C%5C%5C%22%C2%BE%5C%5C%5C%22%2Cfrac35%3A%5C%5C%5C%22%E2%85%97%5C%5C%5C%22%2Cfrac38%3A%5C%5C%5C%22%E2%85%9C%5C%5C%5C%22%2Cfrac45%3A%5C%5C%5C%22%E2%85%98%5C%5C%5C%22%2Cfrac56%3A%5C%5C%5C%22%E2%85%9A%5C%5C%5C%22%2Cfrac58%3A%5C%5C%5C%22%E2%85%9D%5C%5C%5C%22%2Cfrac78%3A%5C%5C%5C%22%E2%85%9E%5C%5C%5C%22%2Cfrasl%3A%5C%5C%5C%22%E2%81%84%5C%5C%5C%22%2Cfrown%3A%5C%5C%5C%22%E2%8C%A2%5C%5C%5C%22%2CFscr%3A%5C%5C%5C%22%E2%84%B1%5C%5C%5C%22%2Cfscr%3A%5C%5C%5C%22%F0%9D%92%BB%5C%5C%5C%22%2Cgacute%3A%5C%5C%5C%22%C7%B5%5C%5C%5C%22%2CGamma%3A%5C%5C%5C%22%CE%93%5C%5C%5C%22%2Cgamma%3A%5C%5C%5C%22%CE%B3%5C%5C%5C%22%2CGammad%3A%5C%5C%5C%22%CF%9C%5C%5C%5C%22%2Cgammad%3A%5C%5C%5C%22%CF%9D%5C%5C%5C%22%2Cgap%3A%5C%5C%5C%22%E2%AA%86%5C%5C%5C%22%2CGbreve%3A%5C%5C%5C%22%C4%9E%5C%5C%5C%22%2Cgbreve%3A%5C%5C%5C%22%C4%9F%5C%5C%5C%22%2CGcedil%3A%5C%5C%5C%22%C4%A2%5C%5C%5C%22%2CGcirc%3A%5C%5C%5C%22%C4%9C%5C%5C%5C%22%2Cgcirc%3A%5C%5C%5C%22%C4%9D%5C%5C%5C%22%2CGcy%3A%5C%5C%5C%22%D0%93%5C%5C%5C%22%2Cgcy%3A%5C%5C%5C%22%D0%B3%5C%5C%5C%22%2CGdot%3A%5C%5C%5C%22%C4%A0%5C%5C%5C%22%2Cgdot%3A%5C%5C%5C%22%C4%A1%5C%5C%5C%22%2CgE%3A%5C%5C%5C%22%E2%89%A7%5C%5C%5C%22%2Cge%3A%5C%5C%5C%22%E2%89%A5%5C%5C%5C%22%2CgEl%3A%5C%5C%5C%22%E2%AA%8C%5C%5C%5C%22%2Cgel%3A%5C%5C%5C%22%E2%8B%9B%5C%5C%5C%22%2Cgeq%3A%5C%5C%5C%22%E2%89%A5%5C%5C%5C%22%2Cgeqq%3A%5C%5C%5C%22%E2%89%A7%5C%5C%5C%22%2Cgeqslant%3A%5C%5C%5C%22%E2%A9%BE%5C%5C%5C%22%2Cges%3A%5C%5C%5C%22%E2%A9%BE%5C%5C%5C%22%2Cgescc%3A%5C%5C%5C%22%E2%AA%A9%5C%5C%5C%22%2Cgesdot%3A%5C%5C%5C%22%E2%AA%80%5C%5C%5C%22%2Cgesdoto%3A%5C%5C%5C%22%E2%AA%82%5C%5C%5C%22%2Cgesdotol%3A%5C%5C%5C%22%E2%AA%84%5C%5C%5C%22%2Cgesl%3A%5C%5C%5C%22%E2%8B%9B%EF%B8%80%5C%5C%5C%22%2Cgesles%3A%5C%5C%5C%22%E2%AA%94%5C%5C%5C%22%2CGfr%3A%5C%5C%5C%22%F0%9D%94%8A%5C%5C%5C%22%2Cgfr%3A%5C%5C%5C%22%F0%9D%94%A4%5C%5C%5C%22%2CGg%3A%5C%5C%5C%22%E2%8B%99%5C%5C%5C%22%2Cgg%3A%5C%5C%5C%22%E2%89%AB%5C%5C%5C%22%2Cggg%3A%5C%5C%5C%22%E2%8B%99%5C%5C%5C%22%2Cgimel%3A%5C%5C%5C%22%E2%84%B7%5C%5C%5C%22%2CGJcy%3A%5C%5C%5C%22%D0%83%5C%5C%5C%22%2Cgjcy%3A%5C%5C%5C%22%D1%93%5C%5C%5C%22%2Cgl%3A%5C%5C%5C%22%E2%89%B7%5C%5C%5C%22%2Cgla%3A%5C%5C%5C%22%E2%AA%A5%5C%5C%5C%22%2CglE%3A%5C%5C%5C%22%E2%AA%92%5C%5C%5C%22%2Cglj%3A%5C%5C%5C%22%E2%AA%A4%5C%5C%5C%22%2Cgnap%3A%5C%5C%5C%22%E2%AA%8A%5C%5C%5C%22%2Cgnapprox%3A%5C%5C%5C%22%E2%AA%8A%5C%5C%5C%22%2CgnE%3A%5C%5C%5C%22%E2%89%A9%5C%5C%5C%22%2Cgne%3A%5C%5C%5C%22%E2%AA%88%5C%5C%5C%22%2Cgneq%3A%5C%5C%5C%22%E2%AA%88%5C%5C%5C%22%2Cgneqq%3A%5C%5C%5C%22%E2%89%A9%5C%5C%5C%22%2Cgnsim%3A%5C%5C%5C%22%E2%8B%A7%5C%5C%5C%22%2CGopf%3A%5C%5C%5C%22%F0%9D%94%BE%5C%5C%5C%22%2Cgopf%3A%5C%5C%5C%22%F0%9D%95%98%5C%5C%5C%22%2Cgrave%3A%5C%5C%5C%22%60%5C%5C%5C%22%2CGreaterEqual%3A%5C%5C%5C%22%E2%89%A5%5C%5C%5C%22%2CGreaterEqualLess%3A%5C%5C%5C%22%E2%8B%9B%5C%5C%5C%22%2CGreaterFullEqual%3A%5C%5C%5C%22%E2%89%A7%5C%5C%5C%22%2CGreaterGreater%3A%5C%5C%5C%22%E2%AA%A2%5C%5C%5C%22%2CGreaterLess%3A%5C%5C%5C%22%E2%89%B7%5C%5C%5C%22%2CGreaterSlantEqual%3A%5C%5C%5C%22%E2%A9%BE%5C%5C%5C%22%2CGreaterTilde%3A%5C%5C%5C%22%E2%89%B3%5C%5C%5C%22%2CGscr%3A%5C%5C%5C%22%F0%9D%92%A2%5C%5C%5C%22%2Cgscr%3A%5C%5C%5C%22%E2%84%8A%5C%5C%5C%22%2Cgsim%3A%5C%5C%5C%22%E2%89%B3%5C%5C%5C%22%2Cgsime%3A%5C%5C%5C%22%E2%AA%8E%5C%5C%5C%22%2Cgsiml%3A%5C%5C%5C%22%E2%AA%90%5C%5C%5C%22%2CGT%3A%5C%5C%5C%22%3E%5C%5C%5C%22%2CGt%3A%5C%5C%5C%22%E2%89%AB%5C%5C%5C%22%2Cgt%3A%5C%5C%5C%22%3E%5C%5C%5C%22%2Cgtcc%3A%5C%5C%5C%22%E2%AA%A7%5C%5C%5C%22%2Cgtcir%3A%5C%5C%5C%22%E2%A9%BA%5C%5C%5C%22%2Cgtdot%3A%5C%5C%5C%22%E2%8B%97%5C%5C%5C%22%2CgtlPar%3A%5C%5C%5C%22%E2%A6%95%5C%5C%5C%22%2Cgtquest%3A%5C%5C%5C%22%E2%A9%BC%5C%5C%5C%22%2Cgtrapprox%3A%5C%5C%5C%22%E2%AA%86%5C%5C%5C%22%2Cgtrarr%3A%5C%5C%5C%22%E2%A5%B8%5C%5C%5C%22%2Cgtrdot%3A%5C%5C%5C%22%E2%8B%97%5C%5C%5C%22%2Cgtreqless%3A%5C%5C%5C%22%E2%8B%9B%5C%5C%5C%22%2Cgtreqqless%3A%5C%5C%5C%22%E2%AA%8C%5C%5C%5C%22%2Cgtrless%3A%5C%5C%5C%22%E2%89%B7%5C%5C%5C%22%2Cgtrsim%3A%5C%5C%5C%22%E2%89%B3%5C%5C%5C%22%2Cgvertneqq%3A%5C%5C%5C%22%E2%89%A9%EF%B8%80%5C%5C%5C%22%2CgvnE%3A%5C%5C%5C%22%E2%89%A9%EF%B8%80%5C%5C%5C%22%2CHacek%3A%5C%5C%5C%22%CB%87%5C%5C%5C%22%2Chairsp%3A%5C%5C%5C%22%E2%80%8A%5C%5C%5C%22%2Chalf%3A%5C%5C%5C%22%C2%BD%5C%5C%5C%22%2Chamilt%3A%5C%5C%5C%22%E2%84%8B%5C%5C%5C%22%2CHARDcy%3A%5C%5C%5C%22%D0%AA%5C%5C%5C%22%2Chardcy%3A%5C%5C%5C%22%D1%8A%5C%5C%5C%22%2ChArr%3A%5C%5C%5C%22%E2%87%94%5C%5C%5C%22%2Charr%3A%5C%5C%5C%22%E2%86%94%5C%5C%5C%22%2Charrcir%3A%5C%5C%5C%22%E2%A5%88%5C%5C%5C%22%2Charrw%3A%5C%5C%5C%22%E2%86%AD%5C%5C%5C%22%2CHat%3A%5C%5C%5C%22%5E%5C%5C%5C%22%2Chbar%3A%5C%5C%5C%22%E2%84%8F%5C%5C%5C%22%2CHcirc%3A%5C%5C%5C%22%C4%A4%5C%5C%5C%22%2Chcirc%3A%5C%5C%5C%22%C4%A5%5C%5C%5C%22%2Chearts%3A%5C%5C%5C%22%E2%99%A5%5C%5C%5C%22%2Cheartsuit%3A%5C%5C%5C%22%E2%99%A5%5C%5C%5C%22%2Chellip%3A%5C%5C%5C%22%E2%80%A6%5C%5C%5C%22%2Chercon%3A%5C%5C%5C%22%E2%8A%B9%5C%5C%5C%22%2CHfr%3A%5C%5C%5C%22%E2%84%8C%5C%5C%5C%22%2Chfr%3A%5C%5C%5C%22%F0%9D%94%A5%5C%5C%5C%22%2CHilbertSpace%3A%5C%5C%5C%22%E2%84%8B%5C%5C%5C%22%2Chksearow%3A%5C%5C%5C%22%E2%A4%A5%5C%5C%5C%22%2Chkswarow%3A%5C%5C%5C%22%E2%A4%A6%5C%5C%5C%22%2Choarr%3A%5C%5C%5C%22%E2%87%BF%5C%5C%5C%22%2Chomtht%3A%5C%5C%5C%22%E2%88%BB%5C%5C%5C%22%2Chookleftarrow%3A%5C%5C%5C%22%E2%86%A9%5C%5C%5C%22%2Chookrightarrow%3A%5C%5C%5C%22%E2%86%AA%5C%5C%5C%22%2CHopf%3A%5C%5C%5C%22%E2%84%8D%5C%5C%5C%22%2Chopf%3A%5C%5C%5C%22%F0%9D%95%99%5C%5C%5C%22%2Chorbar%3A%5C%5C%5C%22%E2%80%95%5C%5C%5C%22%2CHorizontalLine%3A%5C%5C%5C%22%E2%94%80%5C%5C%5C%22%2CHscr%3A%5C%5C%5C%22%E2%84%8B%5C%5C%5C%22%2Chscr%3A%5C%5C%5C%22%F0%9D%92%BD%5C%5C%5C%22%2Chslash%3A%5C%5C%5C%22%E2%84%8F%5C%5C%5C%22%2CHstrok%3A%5C%5C%5C%22%C4%A6%5C%5C%5C%22%2Chstrok%3A%5C%5C%5C%22%C4%A7%5C%5C%5C%22%2CHumpDownHump%3A%5C%5C%5C%22%E2%89%8E%5C%5C%5C%22%2CHumpEqual%3A%5C%5C%5C%22%E2%89%8F%5C%5C%5C%22%2Chybull%3A%5C%5C%5C%22%E2%81%83%5C%5C%5C%22%2Chyphen%3A%5C%5C%5C%22%E2%80%90%5C%5C%5C%22%2CIacute%3A%5C%5C%5C%22%C3%8D%5C%5C%5C%22%2Ciacute%3A%5C%5C%5C%22%C3%AD%5C%5C%5C%22%2Cic%3A%5C%5C%5C%22%E2%81%A3%5C%5C%5C%22%2CIcirc%3A%5C%5C%5C%22%C3%8E%5C%5C%5C%22%2Cicirc%3A%5C%5C%5C%22%C3%AE%5C%5C%5C%22%2CIcy%3A%5C%5C%5C%22%D0%98%5C%5C%5C%22%2Cicy%3A%5C%5C%5C%22%D0%B8%5C%5C%5C%22%2CIdot%3A%5C%5C%5C%22%C4%B0%5C%5C%5C%22%2CIEcy%3A%5C%5C%5C%22%D0%95%5C%5C%5C%22%2Ciecy%3A%5C%5C%5C%22%D0%B5%5C%5C%5C%22%2Ciexcl%3A%5C%5C%5C%22%C2%A1%5C%5C%5C%22%2Ciff%3A%5C%5C%5C%22%E2%87%94%5C%5C%5C%22%2CIfr%3A%5C%5C%5C%22%E2%84%91%5C%5C%5C%22%2Cifr%3A%5C%5C%5C%22%F0%9D%94%A6%5C%5C%5C%22%2CIgrave%3A%5C%5C%5C%22%C3%8C%5C%5C%5C%22%2Cigrave%3A%5C%5C%5C%22%C3%AC%5C%5C%5C%22%2Cii%3A%5C%5C%5C%22%E2%85%88%5C%5C%5C%22%2Ciiiint%3A%5C%5C%5C%22%E2%A8%8C%5C%5C%5C%22%2Ciiint%3A%5C%5C%5C%22%E2%88%AD%5C%5C%5C%22%2Ciinfin%3A%5C%5C%5C%22%E2%A7%9C%5C%5C%5C%22%2Ciiota%3A%5C%5C%5C%22%E2%84%A9%5C%5C%5C%22%2CIJlig%3A%5C%5C%5C%22%C4%B2%5C%5C%5C%22%2Cijlig%3A%5C%5C%5C%22%C4%B3%5C%5C%5C%22%2CIm%3A%5C%5C%5C%22%E2%84%91%5C%5C%5C%22%2CImacr%3A%5C%5C%5C%22%C4%AA%5C%5C%5C%22%2Cimacr%3A%5C%5C%5C%22%C4%AB%5C%5C%5C%22%2Cimage%3A%5C%5C%5C%22%E2%84%91%5C%5C%5C%22%2CImaginaryI%3A%5C%5C%5C%22%E2%85%88%5C%5C%5C%22%2Cimagline%3A%5C%5C%5C%22%E2%84%90%5C%5C%5C%22%2Cimagpart%3A%5C%5C%5C%22%E2%84%91%5C%5C%5C%22%2Cimath%3A%5C%5C%5C%22%C4%B1%5C%5C%5C%22%2Cimof%3A%5C%5C%5C%22%E2%8A%B7%5C%5C%5C%22%2Cimped%3A%5C%5C%5C%22%C6%B5%5C%5C%5C%22%2CImplies%3A%5C%5C%5C%22%E2%87%92%5C%5C%5C%22%2Cin%3A%5C%5C%5C%22%E2%88%88%5C%5C%5C%22%2Cincare%3A%5C%5C%5C%22%E2%84%85%5C%5C%5C%22%2Cinfin%3A%5C%5C%5C%22%E2%88%9E%5C%5C%5C%22%2Cinfintie%3A%5C%5C%5C%22%E2%A7%9D%5C%5C%5C%22%2Cinodot%3A%5C%5C%5C%22%C4%B1%5C%5C%5C%22%2CInt%3A%5C%5C%5C%22%E2%88%AC%5C%5C%5C%22%2Cint%3A%5C%5C%5C%22%E2%88%AB%5C%5C%5C%22%2Cintcal%3A%5C%5C%5C%22%E2%8A%BA%5C%5C%5C%22%2Cintegers%3A%5C%5C%5C%22%E2%84%A4%5C%5C%5C%22%2CIntegral%3A%5C%5C%5C%22%E2%88%AB%5C%5C%5C%22%2Cintercal%3A%5C%5C%5C%22%E2%8A%BA%5C%5C%5C%22%2CIntersection%3A%5C%5C%5C%22%E2%8B%82%5C%5C%5C%22%2Cintlarhk%3A%5C%5C%5C%22%E2%A8%97%5C%5C%5C%22%2Cintprod%3A%5C%5C%5C%22%E2%A8%BC%5C%5C%5C%22%2CInvisibleComma%3A%5C%5C%5C%22%E2%81%A3%5C%5C%5C%22%2CInvisibleTimes%3A%5C%5C%5C%22%E2%81%A2%5C%5C%5C%22%2CIOcy%3A%5C%5C%5C%22%D0%81%5C%5C%5C%22%2Ciocy%3A%5C%5C%5C%22%D1%91%5C%5C%5C%22%2CIogon%3A%5C%5C%5C%22%C4%AE%5C%5C%5C%22%2Ciogon%3A%5C%5C%5C%22%C4%AF%5C%5C%5C%22%2CIopf%3A%5C%5C%5C%22%F0%9D%95%80%5C%5C%5C%22%2Ciopf%3A%5C%5C%5C%22%F0%9D%95%9A%5C%5C%5C%22%2CIota%3A%5C%5C%5C%22%CE%99%5C%5C%5C%22%2Ciota%3A%5C%5C%5C%22%CE%B9%5C%5C%5C%22%2Ciprod%3A%5C%5C%5C%22%E2%A8%BC%5C%5C%5C%22%2Ciquest%3A%5C%5C%5C%22%C2%BF%5C%5C%5C%22%2CIscr%3A%5C%5C%5C%22%E2%84%90%5C%5C%5C%22%2Ciscr%3A%5C%5C%5C%22%F0%9D%92%BE%5C%5C%5C%22%2Cisin%3A%5C%5C%5C%22%E2%88%88%5C%5C%5C%22%2Cisindot%3A%5C%5C%5C%22%E2%8B%B5%5C%5C%5C%22%2CisinE%3A%5C%5C%5C%22%E2%8B%B9%5C%5C%5C%22%2Cisins%3A%5C%5C%5C%22%E2%8B%B4%5C%5C%5C%22%2Cisinsv%3A%5C%5C%5C%22%E2%8B%B3%5C%5C%5C%22%2Cisinv%3A%5C%5C%5C%22%E2%88%88%5C%5C%5C%22%2Cit%3A%5C%5C%5C%22%E2%81%A2%5C%5C%5C%22%2CItilde%3A%5C%5C%5C%22%C4%A8%5C%5C%5C%22%2Citilde%3A%5C%5C%5C%22%C4%A9%5C%5C%5C%22%2CIukcy%3A%5C%5C%5C%22%D0%86%5C%5C%5C%22%2Ciukcy%3A%5C%5C%5C%22%D1%96%5C%5C%5C%22%2CIuml%3A%5C%5C%5C%22%C3%8F%5C%5C%5C%22%2Ciuml%3A%5C%5C%5C%22%C3%AF%5C%5C%5C%22%2CJcirc%3A%5C%5C%5C%22%C4%B4%5C%5C%5C%22%2Cjcirc%3A%5C%5C%5C%22%C4%B5%5C%5C%5C%22%2CJcy%3A%5C%5C%5C%22%D0%99%5C%5C%5C%22%2Cjcy%3A%5C%5C%5C%22%D0%B9%5C%5C%5C%22%2CJfr%3A%5C%5C%5C%22%F0%9D%94%8D%5C%5C%5C%22%2Cjfr%3A%5C%5C%5C%22%F0%9D%94%A7%5C%5C%5C%22%2Cjmath%3A%5C%5C%5C%22%C8%B7%5C%5C%5C%22%2CJopf%3A%5C%5C%5C%22%F0%9D%95%81%5C%5C%5C%22%2Cjopf%3A%5C%5C%5C%22%F0%9D%95%9B%5C%5C%5C%22%2CJscr%3A%5C%5C%5C%22%F0%9D%92%A5%5C%5C%5C%22%2Cjscr%3A%5C%5C%5C%22%F0%9D%92%BF%5C%5C%5C%22%2CJsercy%3A%5C%5C%5C%22%D0%88%5C%5C%5C%22%2Cjsercy%3A%5C%5C%5C%22%D1%98%5C%5C%5C%22%2CJukcy%3A%5C%5C%5C%22%D0%84%5C%5C%5C%22%2Cjukcy%3A%5C%5C%5C%22%D1%94%5C%5C%5C%22%2CKappa%3A%5C%5C%5C%22%CE%9A%5C%5C%5C%22%2Ckappa%3A%5C%5C%5C%22%CE%BA%5C%5C%5C%22%2Ckappav%3A%5C%5C%5C%22%CF%B0%5C%5C%5C%22%2CKcedil%3A%5C%5C%5C%22%C4%B6%5C%5C%5C%22%2Ckcedil%3A%5C%5C%5C%22%C4%B7%5C%5C%5C%22%2CKcy%3A%5C%5C%5C%22%D0%9A%5C%5C%5C%22%2Ckcy%3A%5C%5C%5C%22%D0%BA%5C%5C%5C%22%2CKfr%3A%5C%5C%5C%22%F0%9D%94%8E%5C%5C%5C%22%2Ckfr%3A%5C%5C%5C%22%F0%9D%94%A8%5C%5C%5C%22%2Ckgreen%3A%5C%5C%5C%22%C4%B8%5C%5C%5C%22%2CKHcy%3A%5C%5C%5C%22%D0%A5%5C%5C%5C%22%2Ckhcy%3A%5C%5C%5C%22%D1%85%5C%5C%5C%22%2CKJcy%3A%5C%5C%5C%22%D0%8C%5C%5C%5C%22%2Ckjcy%3A%5C%5C%5C%22%D1%9C%5C%5C%5C%22%2CKopf%3A%5C%5C%5C%22%F0%9D%95%82%5C%5C%5C%22%2Ckopf%3A%5C%5C%5C%22%F0%9D%95%9C%5C%5C%5C%22%2CKscr%3A%5C%5C%5C%22%F0%9D%92%A6%5C%5C%5C%22%2Ckscr%3A%5C%5C%5C%22%F0%9D%93%80%5C%5C%5C%22%2ClAarr%3A%5C%5C%5C%22%E2%87%9A%5C%5C%5C%22%2CLacute%3A%5C%5C%5C%22%C4%B9%5C%5C%5C%22%2Clacute%3A%5C%5C%5C%22%C4%BA%5C%5C%5C%22%2Claemptyv%3A%5C%5C%5C%22%E2%A6%B4%5C%5C%5C%22%2Clagran%3A%5C%5C%5C%22%E2%84%92%5C%5C%5C%22%2CLambda%3A%5C%5C%5C%22%CE%9B%5C%5C%5C%22%2Clambda%3A%5C%5C%5C%22%CE%BB%5C%5C%5C%22%2CLang%3A%5C%5C%5C%22%E2%9F%AA%5C%5C%5C%22%2Clang%3A%5C%5C%5C%22%E2%9F%A8%5C%5C%5C%22%2Clangd%3A%5C%5C%5C%22%E2%A6%91%5C%5C%5C%22%2Clangle%3A%5C%5C%5C%22%E2%9F%A8%5C%5C%5C%22%2Clap%3A%5C%5C%5C%22%E2%AA%85%5C%5C%5C%22%2CLaplacetrf%3A%5C%5C%5C%22%E2%84%92%5C%5C%5C%22%2Claquo%3A%5C%5C%5C%22%C2%AB%5C%5C%5C%22%2CLarr%3A%5C%5C%5C%22%E2%86%9E%5C%5C%5C%22%2ClArr%3A%5C%5C%5C%22%E2%87%90%5C%5C%5C%22%2Clarr%3A%5C%5C%5C%22%E2%86%90%5C%5C%5C%22%2Clarrb%3A%5C%5C%5C%22%E2%87%A4%5C%5C%5C%22%2Clarrbfs%3A%5C%5C%5C%22%E2%A4%9F%5C%5C%5C%22%2Clarrfs%3A%5C%5C%5C%22%E2%A4%9D%5C%5C%5C%22%2Clarrhk%3A%5C%5C%5C%22%E2%86%A9%5C%5C%5C%22%2Clarrlp%3A%5C%5C%5C%22%E2%86%AB%5C%5C%5C%22%2Clarrpl%3A%5C%5C%5C%22%E2%A4%B9%5C%5C%5C%22%2Clarrsim%3A%5C%5C%5C%22%E2%A5%B3%5C%5C%5C%22%2Clarrtl%3A%5C%5C%5C%22%E2%86%A2%5C%5C%5C%22%2Clat%3A%5C%5C%5C%22%E2%AA%AB%5C%5C%5C%22%2ClAtail%3A%5C%5C%5C%22%E2%A4%9B%5C%5C%5C%22%2Clatail%3A%5C%5C%5C%22%E2%A4%99%5C%5C%5C%22%2Clate%3A%5C%5C%5C%22%E2%AA%AD%5C%5C%5C%22%2Clates%3A%5C%5C%5C%22%E2%AA%AD%EF%B8%80%5C%5C%5C%22%2ClBarr%3A%5C%5C%5C%22%E2%A4%8E%5C%5C%5C%22%2Clbarr%3A%5C%5C%5C%22%E2%A4%8C%5C%5C%5C%22%2Clbbrk%3A%5C%5C%5C%22%E2%9D%B2%5C%5C%5C%22%2Clbrace%3A%5C%5C%5C%22%7B%5C%5C%5C%22%2Clbrack%3A%5C%5C%5C%22%5B%5C%5C%5C%22%2Clbrke%3A%5C%5C%5C%22%E2%A6%8B%5C%5C%5C%22%2Clbrksld%3A%5C%5C%5C%22%E2%A6%8F%5C%5C%5C%22%2Clbrkslu%3A%5C%5C%5C%22%E2%A6%8D%5C%5C%5C%22%2CLcaron%3A%5C%5C%5C%22%C4%BD%5C%5C%5C%22%2Clcaron%3A%5C%5C%5C%22%C4%BE%5C%5C%5C%22%2CLcedil%3A%5C%5C%5C%22%C4%BB%5C%5C%5C%22%2Clcedil%3A%5C%5C%5C%22%C4%BC%5C%5C%5C%22%2Clceil%3A%5C%5C%5C%22%E2%8C%88%5C%5C%5C%22%2Clcub%3A%5C%5C%5C%22%7B%5C%5C%5C%22%2CLcy%3A%5C%5C%5C%22%D0%9B%5C%5C%5C%22%2Clcy%3A%5C%5C%5C%22%D0%BB%5C%5C%5C%22%2Cldca%3A%5C%5C%5C%22%E2%A4%B6%5C%5C%5C%22%2Cldquo%3A%5C%5C%5C%22%E2%80%9C%5C%5C%5C%22%2Cldquor%3A%5C%5C%5C%22%E2%80%9E%5C%5C%5C%22%2Cldrdhar%3A%5C%5C%5C%22%E2%A5%A7%5C%5C%5C%22%2Cldrushar%3A%5C%5C%5C%22%E2%A5%8B%5C%5C%5C%22%2Cldsh%3A%5C%5C%5C%22%E2%86%B2%5C%5C%5C%22%2ClE%3A%5C%5C%5C%22%E2%89%A6%5C%5C%5C%22%2Cle%3A%5C%5C%5C%22%E2%89%A4%5C%5C%5C%22%2CLeftAngleBracket%3A%5C%5C%5C%22%E2%9F%A8%5C%5C%5C%22%2CLeftArrow%3A%5C%5C%5C%22%E2%86%90%5C%5C%5C%22%2CLeftarrow%3A%5C%5C%5C%22%E2%87%90%5C%5C%5C%22%2Cleftarrow%3A%5C%5C%5C%22%E2%86%90%5C%5C%5C%22%2CLeftArrowBar%3A%5C%5C%5C%22%E2%87%A4%5C%5C%5C%22%2CLeftArrowRightArrow%3A%5C%5C%5C%22%E2%87%86%5C%5C%5C%22%2Cleftarrowtail%3A%5C%5C%5C%22%E2%86%A2%5C%5C%5C%22%2CLeftCeiling%3A%5C%5C%5C%22%E2%8C%88%5C%5C%5C%22%2CLeftDoubleBracket%3A%5C%5C%5C%22%E2%9F%A6%5C%5C%5C%22%2CLeftDownTeeVector%3A%5C%5C%5C%22%E2%A5%A1%5C%5C%5C%22%2CLeftDownVector%3A%5C%5C%5C%22%E2%87%83%5C%5C%5C%22%2CLeftDownVectorBar%3A%5C%5C%5C%22%E2%A5%99%5C%5C%5C%22%2CLeftFloor%3A%5C%5C%5C%22%E2%8C%8A%5C%5C%5C%22%2Cleftharpoondown%3A%5C%5C%5C%22%E2%86%BD%5C%5C%5C%22%2Cleftharpoonup%3A%5C%5C%5C%22%E2%86%BC%5C%5C%5C%22%2Cleftleftarrows%3A%5C%5C%5C%22%E2%87%87%5C%5C%5C%22%2CLeftRightArrow%3A%5C%5C%5C%22%E2%86%94%5C%5C%5C%22%2CLeftrightarrow%3A%5C%5C%5C%22%E2%87%94%5C%5C%5C%22%2Cleftrightarrow%3A%5C%5C%5C%22%E2%86%94%5C%5C%5C%22%2Cleftrightarrows%3A%5C%5C%5C%22%E2%87%86%5C%5C%5C%22%2Cleftrightharpoons%3A%5C%5C%5C%22%E2%87%8B%5C%5C%5C%22%2Cleftrightsquigarrow%3A%5C%5C%5C%22%E2%86%AD%5C%5C%5C%22%2CLeftRightVector%3A%5C%5C%5C%22%E2%A5%8E%5C%5C%5C%22%2CLeftTee%3A%5C%5C%5C%22%E2%8A%A3%5C%5C%5C%22%2CLeftTeeArrow%3A%5C%5C%5C%22%E2%86%A4%5C%5C%5C%22%2CLeftTeeVector%3A%5C%5C%5C%22%E2%A5%9A%5C%5C%5C%22%2Cleftthreetimes%3A%5C%5C%5C%22%E2%8B%8B%5C%5C%5C%22%2CLeftTriangle%3A%5C%5C%5C%22%E2%8A%B2%5C%5C%5C%22%2CLeftTriangleBar%3A%5C%5C%5C%22%E2%A7%8F%5C%5C%5C%22%2CLeftTriangleEqual%3A%5C%5C%5C%22%E2%8A%B4%5C%5C%5C%22%2CLeftUpDownVector%3A%5C%5C%5C%22%E2%A5%91%5C%5C%5C%22%2CLeftUpTeeVector%3A%5C%5C%5C%22%E2%A5%A0%5C%5C%5C%22%2CLeftUpVector%3A%5C%5C%5C%22%E2%86%BF%5C%5C%5C%22%2CLeftUpVectorBar%3A%5C%5C%5C%22%E2%A5%98%5C%5C%5C%22%2CLeftVector%3A%5C%5C%5C%22%E2%86%BC%5C%5C%5C%22%2CLeftVectorBar%3A%5C%5C%5C%22%E2%A5%92%5C%5C%5C%22%2ClEg%3A%5C%5C%5C%22%E2%AA%8B%5C%5C%5C%22%2Cleg%3A%5C%5C%5C%22%E2%8B%9A%5C%5C%5C%22%2Cleq%3A%5C%5C%5C%22%E2%89%A4%5C%5C%5C%22%2Cleqq%3A%5C%5C%5C%22%E2%89%A6%5C%5C%5C%22%2Cleqslant%3A%5C%5C%5C%22%E2%A9%BD%5C%5C%5C%22%2Cles%3A%5C%5C%5C%22%E2%A9%BD%5C%5C%5C%22%2Clescc%3A%5C%5C%5C%22%E2%AA%A8%5C%5C%5C%22%2Clesdot%3A%5C%5C%5C%22%E2%A9%BF%5C%5C%5C%22%2Clesdoto%3A%5C%5C%5C%22%E2%AA%81%5C%5C%5C%22%2Clesdotor%3A%5C%5C%5C%22%E2%AA%83%5C%5C%5C%22%2Clesg%3A%5C%5C%5C%22%E2%8B%9A%EF%B8%80%5C%5C%5C%22%2Clesges%3A%5C%5C%5C%22%E2%AA%93%5C%5C%5C%22%2Clessapprox%3A%5C%5C%5C%22%E2%AA%85%5C%5C%5C%22%2Clessdot%3A%5C%5C%5C%22%E2%8B%96%5C%5C%5C%22%2Clesseqgtr%3A%5C%5C%5C%22%E2%8B%9A%5C%5C%5C%22%2Clesseqqgtr%3A%5C%5C%5C%22%E2%AA%8B%5C%5C%5C%22%2CLessEqualGreater%3A%5C%5C%5C%22%E2%8B%9A%5C%5C%5C%22%2CLessFullEqual%3A%5C%5C%5C%22%E2%89%A6%5C%5C%5C%22%2CLessGreater%3A%5C%5C%5C%22%E2%89%B6%5C%5C%5C%22%2Clessgtr%3A%5C%5C%5C%22%E2%89%B6%5C%5C%5C%22%2CLessLess%3A%5C%5C%5C%22%E2%AA%A1%5C%5C%5C%22%2Clesssim%3A%5C%5C%5C%22%E2%89%B2%5C%5C%5C%22%2CLessSlantEqual%3A%5C%5C%5C%22%E2%A9%BD%5C%5C%5C%22%2CLessTilde%3A%5C%5C%5C%22%E2%89%B2%5C%5C%5C%22%2Clfisht%3A%5C%5C%5C%22%E2%A5%BC%5C%5C%5C%22%2Clfloor%3A%5C%5C%5C%22%E2%8C%8A%5C%5C%5C%22%2CLfr%3A%5C%5C%5C%22%F0%9D%94%8F%5C%5C%5C%22%2Clfr%3A%5C%5C%5C%22%F0%9D%94%A9%5C%5C%5C%22%2Clg%3A%5C%5C%5C%22%E2%89%B6%5C%5C%5C%22%2ClgE%3A%5C%5C%5C%22%E2%AA%91%5C%5C%5C%22%2ClHar%3A%5C%5C%5C%22%E2%A5%A2%5C%5C%5C%22%2Clhard%3A%5C%5C%5C%22%E2%86%BD%5C%5C%5C%22%2Clharu%3A%5C%5C%5C%22%E2%86%BC%5C%5C%5C%22%2Clharul%3A%5C%5C%5C%22%E2%A5%AA%5C%5C%5C%22%2Clhblk%3A%5C%5C%5C%22%E2%96%84%5C%5C%5C%22%2CLJcy%3A%5C%5C%5C%22%D0%89%5C%5C%5C%22%2Cljcy%3A%5C%5C%5C%22%D1%99%5C%5C%5C%22%2CLl%3A%5C%5C%5C%22%E2%8B%98%5C%5C%5C%22%2Cll%3A%5C%5C%5C%22%E2%89%AA%5C%5C%5C%22%2Cllarr%3A%5C%5C%5C%22%E2%87%87%5C%5C%5C%22%2Cllcorner%3A%5C%5C%5C%22%E2%8C%9E%5C%5C%5C%22%2CLleftarrow%3A%5C%5C%5C%22%E2%87%9A%5C%5C%5C%22%2Cllhard%3A%5C%5C%5C%22%E2%A5%AB%5C%5C%5C%22%2Clltri%3A%5C%5C%5C%22%E2%97%BA%5C%5C%5C%22%2CLmidot%3A%5C%5C%5C%22%C4%BF%5C%5C%5C%22%2Clmidot%3A%5C%5C%5C%22%C5%80%5C%5C%5C%22%2Clmoust%3A%5C%5C%5C%22%E2%8E%B0%5C%5C%5C%22%2Clmoustache%3A%5C%5C%5C%22%E2%8E%B0%5C%5C%5C%22%2Clnap%3A%5C%5C%5C%22%E2%AA%89%5C%5C%5C%22%2Clnapprox%3A%5C%5C%5C%22%E2%AA%89%5C%5C%5C%22%2ClnE%3A%5C%5C%5C%22%E2%89%A8%5C%5C%5C%22%2Clne%3A%5C%5C%5C%22%E2%AA%87%5C%5C%5C%22%2Clneq%3A%5C%5C%5C%22%E2%AA%87%5C%5C%5C%22%2Clneqq%3A%5C%5C%5C%22%E2%89%A8%5C%5C%5C%22%2Clnsim%3A%5C%5C%5C%22%E2%8B%A6%5C%5C%5C%22%2Cloang%3A%5C%5C%5C%22%E2%9F%AC%5C%5C%5C%22%2Cloarr%3A%5C%5C%5C%22%E2%87%BD%5C%5C%5C%22%2Clobrk%3A%5C%5C%5C%22%E2%9F%A6%5C%5C%5C%22%2CLongLeftArrow%3A%5C%5C%5C%22%E2%9F%B5%5C%5C%5C%22%2CLongleftarrow%3A%5C%5C%5C%22%E2%9F%B8%5C%5C%5C%22%2Clongleftarrow%3A%5C%5C%5C%22%E2%9F%B5%5C%5C%5C%22%2CLongLeftRightArrow%3A%5C%5C%5C%22%E2%9F%B7%5C%5C%5C%22%2CLongleftrightarrow%3A%5C%5C%5C%22%E2%9F%BA%5C%5C%5C%22%2Clongleftrightarrow%3A%5C%5C%5C%22%E2%9F%B7%5C%5C%5C%22%2Clongmapsto%3A%5C%5C%5C%22%E2%9F%BC%5C%5C%5C%22%2CLongRightArrow%3A%5C%5C%5C%22%E2%9F%B6%5C%5C%5C%22%2CLongrightarrow%3A%5C%5C%5C%22%E2%9F%B9%5C%5C%5C%22%2Clongrightarrow%3A%5C%5C%5C%22%E2%9F%B6%5C%5C%5C%22%2Clooparrowleft%3A%5C%5C%5C%22%E2%86%AB%5C%5C%5C%22%2Clooparrowright%3A%5C%5C%5C%22%E2%86%AC%5C%5C%5C%22%2Clopar%3A%5C%5C%5C%22%E2%A6%85%5C%5C%5C%22%2CLopf%3A%5C%5C%5C%22%F0%9D%95%83%5C%5C%5C%22%2Clopf%3A%5C%5C%5C%22%F0%9D%95%9D%5C%5C%5C%22%2Cloplus%3A%5C%5C%5C%22%E2%A8%AD%5C%5C%5C%22%2Clotimes%3A%5C%5C%5C%22%E2%A8%B4%5C%5C%5C%22%2Clowast%3A%5C%5C%5C%22%E2%88%97%5C%5C%5C%22%2Clowbar%3A%5C%5C%5C%22_%5C%5C%5C%22%2CLowerLeftArrow%3A%5C%5C%5C%22%E2%86%99%5C%5C%5C%22%2CLowerRightArrow%3A%5C%5C%5C%22%E2%86%98%5C%5C%5C%22%2Cloz%3A%5C%5C%5C%22%E2%97%8A%5C%5C%5C%22%2Clozenge%3A%5C%5C%5C%22%E2%97%8A%5C%5C%5C%22%2Clozf%3A%5C%5C%5C%22%E2%A7%AB%5C%5C%5C%22%2Clpar%3A%5C%5C%5C%22(%5C%5C%5C%22%2Clparlt%3A%5C%5C%5C%22%E2%A6%93%5C%5C%5C%22%2Clrarr%3A%5C%5C%5C%22%E2%87%86%5C%5C%5C%22%2Clrcorner%3A%5C%5C%5C%22%E2%8C%9F%5C%5C%5C%22%2Clrhar%3A%5C%5C%5C%22%E2%87%8B%5C%5C%5C%22%2Clrhard%3A%5C%5C%5C%22%E2%A5%AD%5C%5C%5C%22%2Clrm%3A%5C%5C%5C%22%E2%80%8E%5C%5C%5C%22%2Clrtri%3A%5C%5C%5C%22%E2%8A%BF%5C%5C%5C%22%2Clsaquo%3A%5C%5C%5C%22%E2%80%B9%5C%5C%5C%22%2CLscr%3A%5C%5C%5C%22%E2%84%92%5C%5C%5C%22%2Clscr%3A%5C%5C%5C%22%F0%9D%93%81%5C%5C%5C%22%2CLsh%3A%5C%5C%5C%22%E2%86%B0%5C%5C%5C%22%2Clsh%3A%5C%5C%5C%22%E2%86%B0%5C%5C%5C%22%2Clsim%3A%5C%5C%5C%22%E2%89%B2%5C%5C%5C%22%2Clsime%3A%5C%5C%5C%22%E2%AA%8D%5C%5C%5C%22%2Clsimg%3A%5C%5C%5C%22%E2%AA%8F%5C%5C%5C%22%2Clsqb%3A%5C%5C%5C%22%5B%5C%5C%5C%22%2Clsquo%3A%5C%5C%5C%22%E2%80%98%5C%5C%5C%22%2Clsquor%3A%5C%5C%5C%22%E2%80%9A%5C%5C%5C%22%2CLstrok%3A%5C%5C%5C%22%C5%81%5C%5C%5C%22%2Clstrok%3A%5C%5C%5C%22%C5%82%5C%5C%5C%22%2CLT%3A%5C%5C%5C%22%3C%5C%5C%5C%22%2CLt%3A%5C%5C%5C%22%E2%89%AA%5C%5C%5C%22%2Clt%3A%5C%5C%5C%22%3C%5C%5C%5C%22%2Cltcc%3A%5C%5C%5C%22%E2%AA%A6%5C%5C%5C%22%2Cltcir%3A%5C%5C%5C%22%E2%A9%B9%5C%5C%5C%22%2Cltdot%3A%5C%5C%5C%22%E2%8B%96%5C%5C%5C%22%2Clthree%3A%5C%5C%5C%22%E2%8B%8B%5C%5C%5C%22%2Cltimes%3A%5C%5C%5C%22%E2%8B%89%5C%5C%5C%22%2Cltlarr%3A%5C%5C%5C%22%E2%A5%B6%5C%5C%5C%22%2Cltquest%3A%5C%5C%5C%22%E2%A9%BB%5C%5C%5C%22%2Cltri%3A%5C%5C%5C%22%E2%97%83%5C%5C%5C%22%2Cltrie%3A%5C%5C%5C%22%E2%8A%B4%5C%5C%5C%22%2Cltrif%3A%5C%5C%5C%22%E2%97%82%5C%5C%5C%22%2CltrPar%3A%5C%5C%5C%22%E2%A6%96%5C%5C%5C%22%2Clurdshar%3A%5C%5C%5C%22%E2%A5%8A%5C%5C%5C%22%2Cluruhar%3A%5C%5C%5C%22%E2%A5%A6%5C%5C%5C%22%2Clvertneqq%3A%5C%5C%5C%22%E2%89%A8%EF%B8%80%5C%5C%5C%22%2ClvnE%3A%5C%5C%5C%22%E2%89%A8%EF%B8%80%5C%5C%5C%22%2Cmacr%3A%5C%5C%5C%22%C2%AF%5C%5C%5C%22%2Cmale%3A%5C%5C%5C%22%E2%99%82%5C%5C%5C%22%2Cmalt%3A%5C%5C%5C%22%E2%9C%A0%5C%5C%5C%22%2Cmaltese%3A%5C%5C%5C%22%E2%9C%A0%5C%5C%5C%22%2CMap%3A%5C%5C%5C%22%E2%A4%85%5C%5C%5C%22%2Cmap%3A%5C%5C%5C%22%E2%86%A6%5C%5C%5C%22%2Cmapsto%3A%5C%5C%5C%22%E2%86%A6%5C%5C%5C%22%2Cmapstodown%3A%5C%5C%5C%22%E2%86%A7%5C%5C%5C%22%2Cmapstoleft%3A%5C%5C%5C%22%E2%86%A4%5C%5C%5C%22%2Cmapstoup%3A%5C%5C%5C%22%E2%86%A5%5C%5C%5C%22%2Cmarker%3A%5C%5C%5C%22%E2%96%AE%5C%5C%5C%22%2Cmcomma%3A%5C%5C%5C%22%E2%A8%A9%5C%5C%5C%22%2CMcy%3A%5C%5C%5C%22%D0%9C%5C%5C%5C%22%2Cmcy%3A%5C%5C%5C%22%D0%BC%5C%5C%5C%22%2Cmdash%3A%5C%5C%5C%22%E2%80%94%5C%5C%5C%22%2CmDDot%3A%5C%5C%5C%22%E2%88%BA%5C%5C%5C%22%2Cmeasuredangle%3A%5C%5C%5C%22%E2%88%A1%5C%5C%5C%22%2CMediumSpace%3A%5C%5C%5C%22%E2%81%9F%5C%5C%5C%22%2CMellintrf%3A%5C%5C%5C%22%E2%84%B3%5C%5C%5C%22%2CMfr%3A%5C%5C%5C%22%F0%9D%94%90%5C%5C%5C%22%2Cmfr%3A%5C%5C%5C%22%F0%9D%94%AA%5C%5C%5C%22%2Cmho%3A%5C%5C%5C%22%E2%84%A7%5C%5C%5C%22%2Cmicro%3A%5C%5C%5C%22%C2%B5%5C%5C%5C%22%2Cmid%3A%5C%5C%5C%22%E2%88%A3%5C%5C%5C%22%2Cmidast%3A%5C%5C%5C%22*%5C%5C%5C%22%2Cmidcir%3A%5C%5C%5C%22%E2%AB%B0%5C%5C%5C%22%2Cmiddot%3A%5C%5C%5C%22%C2%B7%5C%5C%5C%22%2Cminus%3A%5C%5C%5C%22%E2%88%92%5C%5C%5C%22%2Cminusb%3A%5C%5C%5C%22%E2%8A%9F%5C%5C%5C%22%2Cminusd%3A%5C%5C%5C%22%E2%88%B8%5C%5C%5C%22%2Cminusdu%3A%5C%5C%5C%22%E2%A8%AA%5C%5C%5C%22%2CMinusPlus%3A%5C%5C%5C%22%E2%88%93%5C%5C%5C%22%2Cmlcp%3A%5C%5C%5C%22%E2%AB%9B%5C%5C%5C%22%2Cmldr%3A%5C%5C%5C%22%E2%80%A6%5C%5C%5C%22%2Cmnplus%3A%5C%5C%5C%22%E2%88%93%5C%5C%5C%22%2Cmodels%3A%5C%5C%5C%22%E2%8A%A7%5C%5C%5C%22%2CMopf%3A%5C%5C%5C%22%F0%9D%95%84%5C%5C%5C%22%2Cmopf%3A%5C%5C%5C%22%F0%9D%95%9E%5C%5C%5C%22%2Cmp%3A%5C%5C%5C%22%E2%88%93%5C%5C%5C%22%2CMscr%3A%5C%5C%5C%22%E2%84%B3%5C%5C%5C%22%2Cmscr%3A%5C%5C%5C%22%F0%9D%93%82%5C%5C%5C%22%2Cmstpos%3A%5C%5C%5C%22%E2%88%BE%5C%5C%5C%22%2CMu%3A%5C%5C%5C%22%CE%9C%5C%5C%5C%22%2Cmu%3A%5C%5C%5C%22%CE%BC%5C%5C%5C%22%2Cmultimap%3A%5C%5C%5C%22%E2%8A%B8%5C%5C%5C%22%2Cmumap%3A%5C%5C%5C%22%E2%8A%B8%5C%5C%5C%22%2Cnabla%3A%5C%5C%5C%22%E2%88%87%5C%5C%5C%22%2CNacute%3A%5C%5C%5C%22%C5%83%5C%5C%5C%22%2Cnacute%3A%5C%5C%5C%22%C5%84%5C%5C%5C%22%2Cnang%3A%5C%5C%5C%22%E2%88%A0%E2%83%92%5C%5C%5C%22%2Cnap%3A%5C%5C%5C%22%E2%89%89%5C%5C%5C%22%2CnapE%3A%5C%5C%5C%22%E2%A9%B0%CC%B8%5C%5C%5C%22%2Cnapid%3A%5C%5C%5C%22%E2%89%8B%CC%B8%5C%5C%5C%22%2Cnapos%3A%5C%5C%5C%22%C5%89%5C%5C%5C%22%2Cnapprox%3A%5C%5C%5C%22%E2%89%89%5C%5C%5C%22%2Cnatur%3A%5C%5C%5C%22%E2%99%AE%5C%5C%5C%22%2Cnatural%3A%5C%5C%5C%22%E2%99%AE%5C%5C%5C%22%2Cnaturals%3A%5C%5C%5C%22%E2%84%95%5C%5C%5C%22%2Cnbsp%3A%5C%5C%5C%22%C2%A0%5C%5C%5C%22%2Cnbump%3A%5C%5C%5C%22%E2%89%8E%CC%B8%5C%5C%5C%22%2Cnbumpe%3A%5C%5C%5C%22%E2%89%8F%CC%B8%5C%5C%5C%22%2Cncap%3A%5C%5C%5C%22%E2%A9%83%5C%5C%5C%22%2CNcaron%3A%5C%5C%5C%22%C5%87%5C%5C%5C%22%2Cncaron%3A%5C%5C%5C%22%C5%88%5C%5C%5C%22%2CNcedil%3A%5C%5C%5C%22%C5%85%5C%5C%5C%22%2Cncedil%3A%5C%5C%5C%22%C5%86%5C%5C%5C%22%2Cncong%3A%5C%5C%5C%22%E2%89%87%5C%5C%5C%22%2Cncongdot%3A%5C%5C%5C%22%E2%A9%AD%CC%B8%5C%5C%5C%22%2Cncup%3A%5C%5C%5C%22%E2%A9%82%5C%5C%5C%22%2CNcy%3A%5C%5C%5C%22%D0%9D%5C%5C%5C%22%2Cncy%3A%5C%5C%5C%22%D0%BD%5C%5C%5C%22%2Cndash%3A%5C%5C%5C%22%E2%80%93%5C%5C%5C%22%2Cne%3A%5C%5C%5C%22%E2%89%A0%5C%5C%5C%22%2Cnearhk%3A%5C%5C%5C%22%E2%A4%A4%5C%5C%5C%22%2CneArr%3A%5C%5C%5C%22%E2%87%97%5C%5C%5C%22%2Cnearr%3A%5C%5C%5C%22%E2%86%97%5C%5C%5C%22%2Cnearrow%3A%5C%5C%5C%22%E2%86%97%5C%5C%5C%22%2Cnedot%3A%5C%5C%5C%22%E2%89%90%CC%B8%5C%5C%5C%22%2CNegativeMediumSpace%3A%5C%5C%5C%22%E2%80%8B%5C%5C%5C%22%2CNegativeThickSpace%3A%5C%5C%5C%22%E2%80%8B%5C%5C%5C%22%2CNegativeThinSpace%3A%5C%5C%5C%22%E2%80%8B%5C%5C%5C%22%2CNegativeVeryThinSpace%3A%5C%5C%5C%22%E2%80%8B%5C%5C%5C%22%2Cnequiv%3A%5C%5C%5C%22%E2%89%A2%5C%5C%5C%22%2Cnesear%3A%5C%5C%5C%22%E2%A4%A8%5C%5C%5C%22%2Cnesim%3A%5C%5C%5C%22%E2%89%82%CC%B8%5C%5C%5C%22%2CNestedGreaterGreater%3A%5C%5C%5C%22%E2%89%AB%5C%5C%5C%22%2CNestedLessLess%3A%5C%5C%5C%22%E2%89%AA%5C%5C%5C%22%2CNewLine%3A%5C%5C%5C%22%5C%5C%5C%5Cn%5C%5C%5C%22%2Cnexist%3A%5C%5C%5C%22%E2%88%84%5C%5C%5C%22%2Cnexists%3A%5C%5C%5C%22%E2%88%84%5C%5C%5C%22%2CNfr%3A%5C%5C%5C%22%F0%9D%94%91%5C%5C%5C%22%2Cnfr%3A%5C%5C%5C%22%F0%9D%94%AB%5C%5C%5C%22%2CngE%3A%5C%5C%5C%22%E2%89%A7%CC%B8%5C%5C%5C%22%2Cnge%3A%5C%5C%5C%22%E2%89%B1%5C%5C%5C%22%2Cngeq%3A%5C%5C%5C%22%E2%89%B1%5C%5C%5C%22%2Cngeqq%3A%5C%5C%5C%22%E2%89%A7%CC%B8%5C%5C%5C%22%2Cngeqslant%3A%5C%5C%5C%22%E2%A9%BE%CC%B8%5C%5C%5C%22%2Cnges%3A%5C%5C%5C%22%E2%A9%BE%CC%B8%5C%5C%5C%22%2CnGg%3A%5C%5C%5C%22%E2%8B%99%CC%B8%5C%5C%5C%22%2Cngsim%3A%5C%5C%5C%22%E2%89%B5%5C%5C%5C%22%2CnGt%3A%5C%5C%5C%22%E2%89%AB%E2%83%92%5C%5C%5C%22%2Cngt%3A%5C%5C%5C%22%E2%89%AF%5C%5C%5C%22%2Cngtr%3A%5C%5C%5C%22%E2%89%AF%5C%5C%5C%22%2CnGtv%3A%5C%5C%5C%22%E2%89%AB%CC%B8%5C%5C%5C%22%2CnhArr%3A%5C%5C%5C%22%E2%87%8E%5C%5C%5C%22%2Cnharr%3A%5C%5C%5C%22%E2%86%AE%5C%5C%5C%22%2Cnhpar%3A%5C%5C%5C%22%E2%AB%B2%5C%5C%5C%22%2Cni%3A%5C%5C%5C%22%E2%88%8B%5C%5C%5C%22%2Cnis%3A%5C%5C%5C%22%E2%8B%BC%5C%5C%5C%22%2Cnisd%3A%5C%5C%5C%22%E2%8B%BA%5C%5C%5C%22%2Cniv%3A%5C%5C%5C%22%E2%88%8B%5C%5C%5C%22%2CNJcy%3A%5C%5C%5C%22%D0%8A%5C%5C%5C%22%2Cnjcy%3A%5C%5C%5C%22%D1%9A%5C%5C%5C%22%2CnlArr%3A%5C%5C%5C%22%E2%87%8D%5C%5C%5C%22%2Cnlarr%3A%5C%5C%5C%22%E2%86%9A%5C%5C%5C%22%2Cnldr%3A%5C%5C%5C%22%E2%80%A5%5C%5C%5C%22%2CnlE%3A%5C%5C%5C%22%E2%89%A6%CC%B8%5C%5C%5C%22%2Cnle%3A%5C%5C%5C%22%E2%89%B0%5C%5C%5C%22%2CnLeftarrow%3A%5C%5C%5C%22%E2%87%8D%5C%5C%5C%22%2Cnleftarrow%3A%5C%5C%5C%22%E2%86%9A%5C%5C%5C%22%2CnLeftrightarrow%3A%5C%5C%5C%22%E2%87%8E%5C%5C%5C%22%2Cnleftrightarrow%3A%5C%5C%5C%22%E2%86%AE%5C%5C%5C%22%2Cnleq%3A%5C%5C%5C%22%E2%89%B0%5C%5C%5C%22%2Cnleqq%3A%5C%5C%5C%22%E2%89%A6%CC%B8%5C%5C%5C%22%2Cnleqslant%3A%5C%5C%5C%22%E2%A9%BD%CC%B8%5C%5C%5C%22%2Cnles%3A%5C%5C%5C%22%E2%A9%BD%CC%B8%5C%5C%5C%22%2Cnless%3A%5C%5C%5C%22%E2%89%AE%5C%5C%5C%22%2CnLl%3A%5C%5C%5C%22%E2%8B%98%CC%B8%5C%5C%5C%22%2Cnlsim%3A%5C%5C%5C%22%E2%89%B4%5C%5C%5C%22%2CnLt%3A%5C%5C%5C%22%E2%89%AA%E2%83%92%5C%5C%5C%22%2Cnlt%3A%5C%5C%5C%22%E2%89%AE%5C%5C%5C%22%2Cnltri%3A%5C%5C%5C%22%E2%8B%AA%5C%5C%5C%22%2Cnltrie%3A%5C%5C%5C%22%E2%8B%AC%5C%5C%5C%22%2CnLtv%3A%5C%5C%5C%22%E2%89%AA%CC%B8%5C%5C%5C%22%2Cnmid%3A%5C%5C%5C%22%E2%88%A4%5C%5C%5C%22%2CNoBreak%3A%5C%5C%5C%22%E2%81%A0%5C%5C%5C%22%2CNonBreakingSpace%3A%5C%5C%5C%22%C2%A0%5C%5C%5C%22%2CNopf%3A%5C%5C%5C%22%E2%84%95%5C%5C%5C%22%2Cnopf%3A%5C%5C%5C%22%F0%9D%95%9F%5C%5C%5C%22%2CNot%3A%5C%5C%5C%22%E2%AB%AC%5C%5C%5C%22%2Cnot%3A%5C%5C%5C%22%C2%AC%5C%5C%5C%22%2CNotCongruent%3A%5C%5C%5C%22%E2%89%A2%5C%5C%5C%22%2CNotCupCap%3A%5C%5C%5C%22%E2%89%AD%5C%5C%5C%22%2CNotDoubleVerticalBar%3A%5C%5C%5C%22%E2%88%A6%5C%5C%5C%22%2CNotElement%3A%5C%5C%5C%22%E2%88%89%5C%5C%5C%22%2CNotEqual%3A%5C%5C%5C%22%E2%89%A0%5C%5C%5C%22%2CNotEqualTilde%3A%5C%5C%5C%22%E2%89%82%CC%B8%5C%5C%5C%22%2CNotExists%3A%5C%5C%5C%22%E2%88%84%5C%5C%5C%22%2CNotGreater%3A%5C%5C%5C%22%E2%89%AF%5C%5C%5C%22%2CNotGreaterEqual%3A%5C%5C%5C%22%E2%89%B1%5C%5C%5C%22%2CNotGreaterFullEqual%3A%5C%5C%5C%22%E2%89%A7%CC%B8%5C%5C%5C%22%2CNotGreaterGreater%3A%5C%5C%5C%22%E2%89%AB%CC%B8%5C%5C%5C%22%2CNotGreaterLess%3A%5C%5C%5C%22%E2%89%B9%5C%5C%5C%22%2CNotGreaterSlantEqual%3A%5C%5C%5C%22%E2%A9%BE%CC%B8%5C%5C%5C%22%2CNotGreaterTilde%3A%5C%5C%5C%22%E2%89%B5%5C%5C%5C%22%2CNotHumpDownHump%3A%5C%5C%5C%22%E2%89%8E%CC%B8%5C%5C%5C%22%2CNotHumpEqual%3A%5C%5C%5C%22%E2%89%8F%CC%B8%5C%5C%5C%22%2Cnotin%3A%5C%5C%5C%22%E2%88%89%5C%5C%5C%22%2Cnotindot%3A%5C%5C%5C%22%E2%8B%B5%CC%B8%5C%5C%5C%22%2CnotinE%3A%5C%5C%5C%22%E2%8B%B9%CC%B8%5C%5C%5C%22%2Cnotinva%3A%5C%5C%5C%22%E2%88%89%5C%5C%5C%22%2Cnotinvb%3A%5C%5C%5C%22%E2%8B%B7%5C%5C%5C%22%2Cnotinvc%3A%5C%5C%5C%22%E2%8B%B6%5C%5C%5C%22%2CNotLeftTriangle%3A%5C%5C%5C%22%E2%8B%AA%5C%5C%5C%22%2CNotLeftTriangleBar%3A%5C%5C%5C%22%E2%A7%8F%CC%B8%5C%5C%5C%22%2CNotLeftTriangleEqual%3A%5C%5C%5C%22%E2%8B%AC%5C%5C%5C%22%2CNotLess%3A%5C%5C%5C%22%E2%89%AE%5C%5C%5C%22%2CNotLessEqual%3A%5C%5C%5C%22%E2%89%B0%5C%5C%5C%22%2CNotLessGreater%3A%5C%5C%5C%22%E2%89%B8%5C%5C%5C%22%2CNotLessLess%3A%5C%5C%5C%22%E2%89%AA%CC%B8%5C%5C%5C%22%2CNotLessSlantEqual%3A%5C%5C%5C%22%E2%A9%BD%CC%B8%5C%5C%5C%22%2CNotLessTilde%3A%5C%5C%5C%22%E2%89%B4%5C%5C%5C%22%2CNotNestedGreaterGreater%3A%5C%5C%5C%22%E2%AA%A2%CC%B8%5C%5C%5C%22%2CNotNestedLessLess%3A%5C%5C%5C%22%E2%AA%A1%CC%B8%5C%5C%5C%22%2Cnotni%3A%5C%5C%5C%22%E2%88%8C%5C%5C%5C%22%2Cnotniva%3A%5C%5C%5C%22%E2%88%8C%5C%5C%5C%22%2Cnotnivb%3A%5C%5C%5C%22%E2%8B%BE%5C%5C%5C%22%2Cnotnivc%3A%5C%5C%5C%22%E2%8B%BD%5C%5C%5C%22%2CNotPrecedes%3A%5C%5C%5C%22%E2%8A%80%5C%5C%5C%22%2CNotPrecedesEqual%3A%5C%5C%5C%22%E2%AA%AF%CC%B8%5C%5C%5C%22%2CNotPrecedesSlantEqual%3A%5C%5C%5C%22%E2%8B%A0%5C%5C%5C%22%2CNotReverseElement%3A%5C%5C%5C%22%E2%88%8C%5C%5C%5C%22%2CNotRightTriangle%3A%5C%5C%5C%22%E2%8B%AB%5C%5C%5C%22%2CNotRightTriangleBar%3A%5C%5C%5C%22%E2%A7%90%CC%B8%5C%5C%5C%22%2CNotRightTriangleEqual%3A%5C%5C%5C%22%E2%8B%AD%5C%5C%5C%22%2CNotSquareSubset%3A%5C%5C%5C%22%E2%8A%8F%CC%B8%5C%5C%5C%22%2CNotSquareSubsetEqual%3A%5C%5C%5C%22%E2%8B%A2%5C%5C%5C%22%2CNotSquareSuperset%3A%5C%5C%5C%22%E2%8A%90%CC%B8%5C%5C%5C%22%2CNotSquareSupersetEqual%3A%5C%5C%5C%22%E2%8B%A3%5C%5C%5C%22%2CNotSubset%3A%5C%5C%5C%22%E2%8A%82%E2%83%92%5C%5C%5C%22%2CNotSubsetEqual%3A%5C%5C%5C%22%E2%8A%88%5C%5C%5C%22%2CNotSucceeds%3A%5C%5C%5C%22%E2%8A%81%5C%5C%5C%22%2CNotSucceedsEqual%3A%5C%5C%5C%22%E2%AA%B0%CC%B8%5C%5C%5C%22%2CNotSucceedsSlantEqual%3A%5C%5C%5C%22%E2%8B%A1%5C%5C%5C%22%2CNotSucceedsTilde%3A%5C%5C%5C%22%E2%89%BF%CC%B8%5C%5C%5C%22%2CNotSuperset%3A%5C%5C%5C%22%E2%8A%83%E2%83%92%5C%5C%5C%22%2CNotSupersetEqual%3A%5C%5C%5C%22%E2%8A%89%5C%5C%5C%22%2CNotTilde%3A%5C%5C%5C%22%E2%89%81%5C%5C%5C%22%2CNotTildeEqual%3A%5C%5C%5C%22%E2%89%84%5C%5C%5C%22%2CNotTildeFullEqual%3A%5C%5C%5C%22%E2%89%87%5C%5C%5C%22%2CNotTildeTilde%3A%5C%5C%5C%22%E2%89%89%5C%5C%5C%22%2CNotVerticalBar%3A%5C%5C%5C%22%E2%88%A4%5C%5C%5C%22%2Cnpar%3A%5C%5C%5C%22%E2%88%A6%5C%5C%5C%22%2Cnparallel%3A%5C%5C%5C%22%E2%88%A6%5C%5C%5C%22%2Cnparsl%3A%5C%5C%5C%22%E2%AB%BD%E2%83%A5%5C%5C%5C%22%2Cnpart%3A%5C%5C%5C%22%E2%88%82%CC%B8%5C%5C%5C%22%2Cnpolint%3A%5C%5C%5C%22%E2%A8%94%5C%5C%5C%22%2Cnpr%3A%5C%5C%5C%22%E2%8A%80%5C%5C%5C%22%2Cnprcue%3A%5C%5C%5C%22%E2%8B%A0%5C%5C%5C%22%2Cnpre%3A%5C%5C%5C%22%E2%AA%AF%CC%B8%5C%5C%5C%22%2Cnprec%3A%5C%5C%5C%22%E2%8A%80%5C%5C%5C%22%2Cnpreceq%3A%5C%5C%5C%22%E2%AA%AF%CC%B8%5C%5C%5C%22%2CnrArr%3A%5C%5C%5C%22%E2%87%8F%5C%5C%5C%22%2Cnrarr%3A%5C%5C%5C%22%E2%86%9B%5C%5C%5C%22%2Cnrarrc%3A%5C%5C%5C%22%E2%A4%B3%CC%B8%5C%5C%5C%22%2Cnrarrw%3A%5C%5C%5C%22%E2%86%9D%CC%B8%5C%5C%5C%22%2CnRightarrow%3A%5C%5C%5C%22%E2%87%8F%5C%5C%5C%22%2Cnrightarrow%3A%5C%5C%5C%22%E2%86%9B%5C%5C%5C%22%2Cnrtri%3A%5C%5C%5C%22%E2%8B%AB%5C%5C%5C%22%2Cnrtrie%3A%5C%5C%5C%22%E2%8B%AD%5C%5C%5C%22%2Cnsc%3A%5C%5C%5C%22%E2%8A%81%5C%5C%5C%22%2Cnsccue%3A%5C%5C%5C%22%E2%8B%A1%5C%5C%5C%22%2Cnsce%3A%5C%5C%5C%22%E2%AA%B0%CC%B8%5C%5C%5C%22%2CNscr%3A%5C%5C%5C%22%F0%9D%92%A9%5C%5C%5C%22%2Cnscr%3A%5C%5C%5C%22%F0%9D%93%83%5C%5C%5C%22%2Cnshortmid%3A%5C%5C%5C%22%E2%88%A4%5C%5C%5C%22%2Cnshortparallel%3A%5C%5C%5C%22%E2%88%A6%5C%5C%5C%22%2Cnsim%3A%5C%5C%5C%22%E2%89%81%5C%5C%5C%22%2Cnsime%3A%5C%5C%5C%22%E2%89%84%5C%5C%5C%22%2Cnsimeq%3A%5C%5C%5C%22%E2%89%84%5C%5C%5C%22%2Cnsmid%3A%5C%5C%5C%22%E2%88%A4%5C%5C%5C%22%2Cnspar%3A%5C%5C%5C%22%E2%88%A6%5C%5C%5C%22%2Cnsqsube%3A%5C%5C%5C%22%E2%8B%A2%5C%5C%5C%22%2Cnsqsupe%3A%5C%5C%5C%22%E2%8B%A3%5C%5C%5C%22%2Cnsub%3A%5C%5C%5C%22%E2%8A%84%5C%5C%5C%22%2CnsubE%3A%5C%5C%5C%22%E2%AB%85%CC%B8%5C%5C%5C%22%2Cnsube%3A%5C%5C%5C%22%E2%8A%88%5C%5C%5C%22%2Cnsubset%3A%5C%5C%5C%22%E2%8A%82%E2%83%92%5C%5C%5C%22%2Cnsubseteq%3A%5C%5C%5C%22%E2%8A%88%5C%5C%5C%22%2Cnsubseteqq%3A%5C%5C%5C%22%E2%AB%85%CC%B8%5C%5C%5C%22%2Cnsucc%3A%5C%5C%5C%22%E2%8A%81%5C%5C%5C%22%2Cnsucceq%3A%5C%5C%5C%22%E2%AA%B0%CC%B8%5C%5C%5C%22%2Cnsup%3A%5C%5C%5C%22%E2%8A%85%5C%5C%5C%22%2CnsupE%3A%5C%5C%5C%22%E2%AB%86%CC%B8%5C%5C%5C%22%2Cnsupe%3A%5C%5C%5C%22%E2%8A%89%5C%5C%5C%22%2Cnsupset%3A%5C%5C%5C%22%E2%8A%83%E2%83%92%5C%5C%5C%22%2Cnsupseteq%3A%5C%5C%5C%22%E2%8A%89%5C%5C%5C%22%2Cnsupseteqq%3A%5C%5C%5C%22%E2%AB%86%CC%B8%5C%5C%5C%22%2Cntgl%3A%5C%5C%5C%22%E2%89%B9%5C%5C%5C%22%2CNtilde%3A%5C%5C%5C%22%C3%91%5C%5C%5C%22%2Cntilde%3A%5C%5C%5C%22%C3%B1%5C%5C%5C%22%2Cntlg%3A%5C%5C%5C%22%E2%89%B8%5C%5C%5C%22%2Cntriangleleft%3A%5C%5C%5C%22%E2%8B%AA%5C%5C%5C%22%2Cntrianglelefteq%3A%5C%5C%5C%22%E2%8B%AC%5C%5C%5C%22%2Cntriangleright%3A%5C%5C%5C%22%E2%8B%AB%5C%5C%5C%22%2Cntrianglerighteq%3A%5C%5C%5C%22%E2%8B%AD%5C%5C%5C%22%2CNu%3A%5C%5C%5C%22%CE%9D%5C%5C%5C%22%2Cnu%3A%5C%5C%5C%22%CE%BD%5C%5C%5C%22%2Cnum%3A%5C%5C%5C%22%23%5C%5C%5C%22%2Cnumero%3A%5C%5C%5C%22%E2%84%96%5C%5C%5C%22%2Cnumsp%3A%5C%5C%5C%22%E2%80%87%5C%5C%5C%22%2Cnvap%3A%5C%5C%5C%22%E2%89%8D%E2%83%92%5C%5C%5C%22%2CnVDash%3A%5C%5C%5C%22%E2%8A%AF%5C%5C%5C%22%2CnVdash%3A%5C%5C%5C%22%E2%8A%AE%5C%5C%5C%22%2CnvDash%3A%5C%5C%5C%22%E2%8A%AD%5C%5C%5C%22%2Cnvdash%3A%5C%5C%5C%22%E2%8A%AC%5C%5C%5C%22%2Cnvge%3A%5C%5C%5C%22%E2%89%A5%E2%83%92%5C%5C%5C%22%2Cnvgt%3A%5C%5C%5C%22%3E%E2%83%92%5C%5C%5C%22%2CnvHarr%3A%5C%5C%5C%22%E2%A4%84%5C%5C%5C%22%2Cnvinfin%3A%5C%5C%5C%22%E2%A7%9E%5C%5C%5C%22%2CnvlArr%3A%5C%5C%5C%22%E2%A4%82%5C%5C%5C%22%2Cnvle%3A%5C%5C%5C%22%E2%89%A4%E2%83%92%5C%5C%5C%22%2Cnvlt%3A%5C%5C%5C%22%3C%E2%83%92%5C%5C%5C%22%2Cnvltrie%3A%5C%5C%5C%22%E2%8A%B4%E2%83%92%5C%5C%5C%22%2CnvrArr%3A%5C%5C%5C%22%E2%A4%83%5C%5C%5C%22%2Cnvrtrie%3A%5C%5C%5C%22%E2%8A%B5%E2%83%92%5C%5C%5C%22%2Cnvsim%3A%5C%5C%5C%22%E2%88%BC%E2%83%92%5C%5C%5C%22%2Cnwarhk%3A%5C%5C%5C%22%E2%A4%A3%5C%5C%5C%22%2CnwArr%3A%5C%5C%5C%22%E2%87%96%5C%5C%5C%22%2Cnwarr%3A%5C%5C%5C%22%E2%86%96%5C%5C%5C%22%2Cnwarrow%3A%5C%5C%5C%22%E2%86%96%5C%5C%5C%22%2Cnwnear%3A%5C%5C%5C%22%E2%A4%A7%5C%5C%5C%22%2COacute%3A%5C%5C%5C%22%C3%93%5C%5C%5C%22%2Coacute%3A%5C%5C%5C%22%C3%B3%5C%5C%5C%22%2Coast%3A%5C%5C%5C%22%E2%8A%9B%5C%5C%5C%22%2Cocir%3A%5C%5C%5C%22%E2%8A%9A%5C%5C%5C%22%2COcirc%3A%5C%5C%5C%22%C3%94%5C%5C%5C%22%2Cocirc%3A%5C%5C%5C%22%C3%B4%5C%5C%5C%22%2COcy%3A%5C%5C%5C%22%D0%9E%5C%5C%5C%22%2Cocy%3A%5C%5C%5C%22%D0%BE%5C%5C%5C%22%2Codash%3A%5C%5C%5C%22%E2%8A%9D%5C%5C%5C%22%2COdblac%3A%5C%5C%5C%22%C5%90%5C%5C%5C%22%2Codblac%3A%5C%5C%5C%22%C5%91%5C%5C%5C%22%2Codiv%3A%5C%5C%5C%22%E2%A8%B8%5C%5C%5C%22%2Codot%3A%5C%5C%5C%22%E2%8A%99%5C%5C%5C%22%2Codsold%3A%5C%5C%5C%22%E2%A6%BC%5C%5C%5C%22%2COElig%3A%5C%5C%5C%22%C5%92%5C%5C%5C%22%2Coelig%3A%5C%5C%5C%22%C5%93%5C%5C%5C%22%2Cofcir%3A%5C%5C%5C%22%E2%A6%BF%5C%5C%5C%22%2COfr%3A%5C%5C%5C%22%F0%9D%94%92%5C%5C%5C%22%2Cofr%3A%5C%5C%5C%22%F0%9D%94%AC%5C%5C%5C%22%2Cogon%3A%5C%5C%5C%22%CB%9B%5C%5C%5C%22%2COgrave%3A%5C%5C%5C%22%C3%92%5C%5C%5C%22%2Cograve%3A%5C%5C%5C%22%C3%B2%5C%5C%5C%22%2Cogt%3A%5C%5C%5C%22%E2%A7%81%5C%5C%5C%22%2Cohbar%3A%5C%5C%5C%22%E2%A6%B5%5C%5C%5C%22%2Cohm%3A%5C%5C%5C%22%CE%A9%5C%5C%5C%22%2Coint%3A%5C%5C%5C%22%E2%88%AE%5C%5C%5C%22%2Colarr%3A%5C%5C%5C%22%E2%86%BA%5C%5C%5C%22%2Colcir%3A%5C%5C%5C%22%E2%A6%BE%5C%5C%5C%22%2Colcross%3A%5C%5C%5C%22%E2%A6%BB%5C%5C%5C%22%2Coline%3A%5C%5C%5C%22%E2%80%BE%5C%5C%5C%22%2Colt%3A%5C%5C%5C%22%E2%A7%80%5C%5C%5C%22%2COmacr%3A%5C%5C%5C%22%C5%8C%5C%5C%5C%22%2Comacr%3A%5C%5C%5C%22%C5%8D%5C%5C%5C%22%2COmega%3A%5C%5C%5C%22%CE%A9%5C%5C%5C%22%2Comega%3A%5C%5C%5C%22%CF%89%5C%5C%5C%22%2COmicron%3A%5C%5C%5C%22%CE%9F%5C%5C%5C%22%2Comicron%3A%5C%5C%5C%22%CE%BF%5C%5C%5C%22%2Comid%3A%5C%5C%5C%22%E2%A6%B6%5C%5C%5C%22%2Cominus%3A%5C%5C%5C%22%E2%8A%96%5C%5C%5C%22%2COopf%3A%5C%5C%5C%22%F0%9D%95%86%5C%5C%5C%22%2Coopf%3A%5C%5C%5C%22%F0%9D%95%A0%5C%5C%5C%22%2Copar%3A%5C%5C%5C%22%E2%A6%B7%5C%5C%5C%22%2COpenCurlyDoubleQuote%3A%5C%5C%5C%22%E2%80%9C%5C%5C%5C%22%2COpenCurlyQuote%3A%5C%5C%5C%22%E2%80%98%5C%5C%5C%22%2Coperp%3A%5C%5C%5C%22%E2%A6%B9%5C%5C%5C%22%2Coplus%3A%5C%5C%5C%22%E2%8A%95%5C%5C%5C%22%2COr%3A%5C%5C%5C%22%E2%A9%94%5C%5C%5C%22%2Cor%3A%5C%5C%5C%22%E2%88%A8%5C%5C%5C%22%2Corarr%3A%5C%5C%5C%22%E2%86%BB%5C%5C%5C%22%2Cord%3A%5C%5C%5C%22%E2%A9%9D%5C%5C%5C%22%2Corder%3A%5C%5C%5C%22%E2%84%B4%5C%5C%5C%22%2Corderof%3A%5C%5C%5C%22%E2%84%B4%5C%5C%5C%22%2Cordf%3A%5C%5C%5C%22%C2%AA%5C%5C%5C%22%2Cordm%3A%5C%5C%5C%22%C2%BA%5C%5C%5C%22%2Corigof%3A%5C%5C%5C%22%E2%8A%B6%5C%5C%5C%22%2Coror%3A%5C%5C%5C%22%E2%A9%96%5C%5C%5C%22%2Corslope%3A%5C%5C%5C%22%E2%A9%97%5C%5C%5C%22%2Corv%3A%5C%5C%5C%22%E2%A9%9B%5C%5C%5C%22%2CoS%3A%5C%5C%5C%22%E2%93%88%5C%5C%5C%22%2COscr%3A%5C%5C%5C%22%F0%9D%92%AA%5C%5C%5C%22%2Coscr%3A%5C%5C%5C%22%E2%84%B4%5C%5C%5C%22%2COslash%3A%5C%5C%5C%22%C3%98%5C%5C%5C%22%2Coslash%3A%5C%5C%5C%22%C3%B8%5C%5C%5C%22%2Cosol%3A%5C%5C%5C%22%E2%8A%98%5C%5C%5C%22%2COtilde%3A%5C%5C%5C%22%C3%95%5C%5C%5C%22%2Cotilde%3A%5C%5C%5C%22%C3%B5%5C%5C%5C%22%2COtimes%3A%5C%5C%5C%22%E2%A8%B7%5C%5C%5C%22%2Cotimes%3A%5C%5C%5C%22%E2%8A%97%5C%5C%5C%22%2Cotimesas%3A%5C%5C%5C%22%E2%A8%B6%5C%5C%5C%22%2COuml%3A%5C%5C%5C%22%C3%96%5C%5C%5C%22%2Couml%3A%5C%5C%5C%22%C3%B6%5C%5C%5C%22%2Covbar%3A%5C%5C%5C%22%E2%8C%BD%5C%5C%5C%22%2COverBar%3A%5C%5C%5C%22%E2%80%BE%5C%5C%5C%22%2COverBrace%3A%5C%5C%5C%22%E2%8F%9E%5C%5C%5C%22%2COverBracket%3A%5C%5C%5C%22%E2%8E%B4%5C%5C%5C%22%2COverParenthesis%3A%5C%5C%5C%22%E2%8F%9C%5C%5C%5C%22%2Cpar%3A%5C%5C%5C%22%E2%88%A5%5C%5C%5C%22%2Cpara%3A%5C%5C%5C%22%C2%B6%5C%5C%5C%22%2Cparallel%3A%5C%5C%5C%22%E2%88%A5%5C%5C%5C%22%2Cparsim%3A%5C%5C%5C%22%E2%AB%B3%5C%5C%5C%22%2Cparsl%3A%5C%5C%5C%22%E2%AB%BD%5C%5C%5C%22%2Cpart%3A%5C%5C%5C%22%E2%88%82%5C%5C%5C%22%2CPartialD%3A%5C%5C%5C%22%E2%88%82%5C%5C%5C%22%2CPcy%3A%5C%5C%5C%22%D0%9F%5C%5C%5C%22%2Cpcy%3A%5C%5C%5C%22%D0%BF%5C%5C%5C%22%2Cpercnt%3A%5C%5C%5C%22%25%5C%5C%5C%22%2Cperiod%3A%5C%5C%5C%22.%5C%5C%5C%22%2Cpermil%3A%5C%5C%5C%22%E2%80%B0%5C%5C%5C%22%2Cperp%3A%5C%5C%5C%22%E2%8A%A5%5C%5C%5C%22%2Cpertenk%3A%5C%5C%5C%22%E2%80%B1%5C%5C%5C%22%2CPfr%3A%5C%5C%5C%22%F0%9D%94%93%5C%5C%5C%22%2Cpfr%3A%5C%5C%5C%22%F0%9D%94%AD%5C%5C%5C%22%2CPhi%3A%5C%5C%5C%22%CE%A6%5C%5C%5C%22%2Cphi%3A%5C%5C%5C%22%CF%86%5C%5C%5C%22%2Cphiv%3A%5C%5C%5C%22%CF%95%5C%5C%5C%22%2Cphmmat%3A%5C%5C%5C%22%E2%84%B3%5C%5C%5C%22%2Cphone%3A%5C%5C%5C%22%E2%98%8E%5C%5C%5C%22%2CPi%3A%5C%5C%5C%22%CE%A0%5C%5C%5C%22%2Cpi%3A%5C%5C%5C%22%CF%80%5C%5C%5C%22%2Cpitchfork%3A%5C%5C%5C%22%E2%8B%94%5C%5C%5C%22%2Cpiv%3A%5C%5C%5C%22%CF%96%5C%5C%5C%22%2Cplanck%3A%5C%5C%5C%22%E2%84%8F%5C%5C%5C%22%2Cplanckh%3A%5C%5C%5C%22%E2%84%8E%5C%5C%5C%22%2Cplankv%3A%5C%5C%5C%22%E2%84%8F%5C%5C%5C%22%2Cplus%3A%5C%5C%5C%22%2B%5C%5C%5C%22%2Cplusacir%3A%5C%5C%5C%22%E2%A8%A3%5C%5C%5C%22%2Cplusb%3A%5C%5C%5C%22%E2%8A%9E%5C%5C%5C%22%2Cpluscir%3A%5C%5C%5C%22%E2%A8%A2%5C%5C%5C%22%2Cplusdo%3A%5C%5C%5C%22%E2%88%94%5C%5C%5C%22%2Cplusdu%3A%5C%5C%5C%22%E2%A8%A5%5C%5C%5C%22%2Cpluse%3A%5C%5C%5C%22%E2%A9%B2%5C%5C%5C%22%2CPlusMinus%3A%5C%5C%5C%22%C2%B1%5C%5C%5C%22%2Cplusmn%3A%5C%5C%5C%22%C2%B1%5C%5C%5C%22%2Cplussim%3A%5C%5C%5C%22%E2%A8%A6%5C%5C%5C%22%2Cplustwo%3A%5C%5C%5C%22%E2%A8%A7%5C%5C%5C%22%2Cpm%3A%5C%5C%5C%22%C2%B1%5C%5C%5C%22%2CPoincareplane%3A%5C%5C%5C%22%E2%84%8C%5C%5C%5C%22%2Cpointint%3A%5C%5C%5C%22%E2%A8%95%5C%5C%5C%22%2CPopf%3A%5C%5C%5C%22%E2%84%99%5C%5C%5C%22%2Cpopf%3A%5C%5C%5C%22%F0%9D%95%A1%5C%5C%5C%22%2Cpound%3A%5C%5C%5C%22%C2%A3%5C%5C%5C%22%2CPr%3A%5C%5C%5C%22%E2%AA%BB%5C%5C%5C%22%2Cpr%3A%5C%5C%5C%22%E2%89%BA%5C%5C%5C%22%2Cprap%3A%5C%5C%5C%22%E2%AA%B7%5C%5C%5C%22%2Cprcue%3A%5C%5C%5C%22%E2%89%BC%5C%5C%5C%22%2CprE%3A%5C%5C%5C%22%E2%AA%B3%5C%5C%5C%22%2Cpre%3A%5C%5C%5C%22%E2%AA%AF%5C%5C%5C%22%2Cprec%3A%5C%5C%5C%22%E2%89%BA%5C%5C%5C%22%2Cprecapprox%3A%5C%5C%5C%22%E2%AA%B7%5C%5C%5C%22%2Cpreccurlyeq%3A%5C%5C%5C%22%E2%89%BC%5C%5C%5C%22%2CPrecedes%3A%5C%5C%5C%22%E2%89%BA%5C%5C%5C%22%2CPrecedesEqual%3A%5C%5C%5C%22%E2%AA%AF%5C%5C%5C%22%2CPrecedesSlantEqual%3A%5C%5C%5C%22%E2%89%BC%5C%5C%5C%22%2CPrecedesTilde%3A%5C%5C%5C%22%E2%89%BE%5C%5C%5C%22%2Cpreceq%3A%5C%5C%5C%22%E2%AA%AF%5C%5C%5C%22%2Cprecnapprox%3A%5C%5C%5C%22%E2%AA%B9%5C%5C%5C%22%2Cprecneqq%3A%5C%5C%5C%22%E2%AA%B5%5C%5C%5C%22%2Cprecnsim%3A%5C%5C%5C%22%E2%8B%A8%5C%5C%5C%22%2Cprecsim%3A%5C%5C%5C%22%E2%89%BE%5C%5C%5C%22%2CPrime%3A%5C%5C%5C%22%E2%80%B3%5C%5C%5C%22%2Cprime%3A%5C%5C%5C%22%E2%80%B2%5C%5C%5C%22%2Cprimes%3A%5C%5C%5C%22%E2%84%99%5C%5C%5C%22%2Cprnap%3A%5C%5C%5C%22%E2%AA%B9%5C%5C%5C%22%2CprnE%3A%5C%5C%5C%22%E2%AA%B5%5C%5C%5C%22%2Cprnsim%3A%5C%5C%5C%22%E2%8B%A8%5C%5C%5C%22%2Cprod%3A%5C%5C%5C%22%E2%88%8F%5C%5C%5C%22%2CProduct%3A%5C%5C%5C%22%E2%88%8F%5C%5C%5C%22%2Cprofalar%3A%5C%5C%5C%22%E2%8C%AE%5C%5C%5C%22%2Cprofline%3A%5C%5C%5C%22%E2%8C%92%5C%5C%5C%22%2Cprofsurf%3A%5C%5C%5C%22%E2%8C%93%5C%5C%5C%22%2Cprop%3A%5C%5C%5C%22%E2%88%9D%5C%5C%5C%22%2CProportion%3A%5C%5C%5C%22%E2%88%B7%5C%5C%5C%22%2CProportional%3A%5C%5C%5C%22%E2%88%9D%5C%5C%5C%22%2Cpropto%3A%5C%5C%5C%22%E2%88%9D%5C%5C%5C%22%2Cprsim%3A%5C%5C%5C%22%E2%89%BE%5C%5C%5C%22%2Cprurel%3A%5C%5C%5C%22%E2%8A%B0%5C%5C%5C%22%2CPscr%3A%5C%5C%5C%22%F0%9D%92%AB%5C%5C%5C%22%2Cpscr%3A%5C%5C%5C%22%F0%9D%93%85%5C%5C%5C%22%2CPsi%3A%5C%5C%5C%22%CE%A8%5C%5C%5C%22%2Cpsi%3A%5C%5C%5C%22%CF%88%5C%5C%5C%22%2Cpuncsp%3A%5C%5C%5C%22%E2%80%88%5C%5C%5C%22%2CQfr%3A%5C%5C%5C%22%F0%9D%94%94%5C%5C%5C%22%2Cqfr%3A%5C%5C%5C%22%F0%9D%94%AE%5C%5C%5C%22%2Cqint%3A%5C%5C%5C%22%E2%A8%8C%5C%5C%5C%22%2CQopf%3A%5C%5C%5C%22%E2%84%9A%5C%5C%5C%22%2Cqopf%3A%5C%5C%5C%22%F0%9D%95%A2%5C%5C%5C%22%2Cqprime%3A%5C%5C%5C%22%E2%81%97%5C%5C%5C%22%2CQscr%3A%5C%5C%5C%22%F0%9D%92%AC%5C%5C%5C%22%2Cqscr%3A%5C%5C%5C%22%F0%9D%93%86%5C%5C%5C%22%2Cquaternions%3A%5C%5C%5C%22%E2%84%8D%5C%5C%5C%22%2Cquatint%3A%5C%5C%5C%22%E2%A8%96%5C%5C%5C%22%2Cquest%3A%5C%5C%5C%22%3F%5C%5C%5C%22%2Cquesteq%3A%5C%5C%5C%22%E2%89%9F%5C%5C%5C%22%2CQUOT%3A'%5C%5C%5C%22'%2Cquot%3A'%5C%5C%5C%22'%2CrAarr%3A%5C%5C%5C%22%E2%87%9B%5C%5C%5C%22%2Crace%3A%5C%5C%5C%22%E2%88%BD%CC%B1%5C%5C%5C%22%2CRacute%3A%5C%5C%5C%22%C5%94%5C%5C%5C%22%2Cracute%3A%5C%5C%5C%22%C5%95%5C%5C%5C%22%2Cradic%3A%5C%5C%5C%22%E2%88%9A%5C%5C%5C%22%2Craemptyv%3A%5C%5C%5C%22%E2%A6%B3%5C%5C%5C%22%2CRang%3A%5C%5C%5C%22%E2%9F%AB%5C%5C%5C%22%2Crang%3A%5C%5C%5C%22%E2%9F%A9%5C%5C%5C%22%2Crangd%3A%5C%5C%5C%22%E2%A6%92%5C%5C%5C%22%2Crange%3A%5C%5C%5C%22%E2%A6%A5%5C%5C%5C%22%2Crangle%3A%5C%5C%5C%22%E2%9F%A9%5C%5C%5C%22%2Craquo%3A%5C%5C%5C%22%C2%BB%5C%5C%5C%22%2CRarr%3A%5C%5C%5C%22%E2%86%A0%5C%5C%5C%22%2CrArr%3A%5C%5C%5C%22%E2%87%92%5C%5C%5C%22%2Crarr%3A%5C%5C%5C%22%E2%86%92%5C%5C%5C%22%2Crarrap%3A%5C%5C%5C%22%E2%A5%B5%5C%5C%5C%22%2Crarrb%3A%5C%5C%5C%22%E2%87%A5%5C%5C%5C%22%2Crarrbfs%3A%5C%5C%5C%22%E2%A4%A0%5C%5C%5C%22%2Crarrc%3A%5C%5C%5C%22%E2%A4%B3%5C%5C%5C%22%2Crarrfs%3A%5C%5C%5C%22%E2%A4%9E%5C%5C%5C%22%2Crarrhk%3A%5C%5C%5C%22%E2%86%AA%5C%5C%5C%22%2Crarrlp%3A%5C%5C%5C%22%E2%86%AC%5C%5C%5C%22%2Crarrpl%3A%5C%5C%5C%22%E2%A5%85%5C%5C%5C%22%2Crarrsim%3A%5C%5C%5C%22%E2%A5%B4%5C%5C%5C%22%2CRarrtl%3A%5C%5C%5C%22%E2%A4%96%5C%5C%5C%22%2Crarrtl%3A%5C%5C%5C%22%E2%86%A3%5C%5C%5C%22%2Crarrw%3A%5C%5C%5C%22%E2%86%9D%5C%5C%5C%22%2CrAtail%3A%5C%5C%5C%22%E2%A4%9C%5C%5C%5C%22%2Cratail%3A%5C%5C%5C%22%E2%A4%9A%5C%5C%5C%22%2Cratio%3A%5C%5C%5C%22%E2%88%B6%5C%5C%5C%22%2Crationals%3A%5C%5C%5C%22%E2%84%9A%5C%5C%5C%22%2CRBarr%3A%5C%5C%5C%22%E2%A4%90%5C%5C%5C%22%2CrBarr%3A%5C%5C%5C%22%E2%A4%8F%5C%5C%5C%22%2Crbarr%3A%5C%5C%5C%22%E2%A4%8D%5C%5C%5C%22%2Crbbrk%3A%5C%5C%5C%22%E2%9D%B3%5C%5C%5C%22%2Crbrace%3A%5C%5C%5C%22%7D%5C%5C%5C%22%2Crbrack%3A%5C%5C%5C%22%5D%5C%5C%5C%22%2Crbrke%3A%5C%5C%5C%22%E2%A6%8C%5C%5C%5C%22%2Crbrksld%3A%5C%5C%5C%22%E2%A6%8E%5C%5C%5C%22%2Crbrkslu%3A%5C%5C%5C%22%E2%A6%90%5C%5C%5C%22%2CRcaron%3A%5C%5C%5C%22%C5%98%5C%5C%5C%22%2Crcaron%3A%5C%5C%5C%22%C5%99%5C%5C%5C%22%2CRcedil%3A%5C%5C%5C%22%C5%96%5C%5C%5C%22%2Crcedil%3A%5C%5C%5C%22%C5%97%5C%5C%5C%22%2Crceil%3A%5C%5C%5C%22%E2%8C%89%5C%5C%5C%22%2Crcub%3A%5C%5C%5C%22%7D%5C%5C%5C%22%2CRcy%3A%5C%5C%5C%22%D0%A0%5C%5C%5C%22%2Crcy%3A%5C%5C%5C%22%D1%80%5C%5C%5C%22%2Crdca%3A%5C%5C%5C%22%E2%A4%B7%5C%5C%5C%22%2Crdldhar%3A%5C%5C%5C%22%E2%A5%A9%5C%5C%5C%22%2Crdquo%3A%5C%5C%5C%22%E2%80%9D%5C%5C%5C%22%2Crdquor%3A%5C%5C%5C%22%E2%80%9D%5C%5C%5C%22%2Crdsh%3A%5C%5C%5C%22%E2%86%B3%5C%5C%5C%22%2CRe%3A%5C%5C%5C%22%E2%84%9C%5C%5C%5C%22%2Creal%3A%5C%5C%5C%22%E2%84%9C%5C%5C%5C%22%2Crealine%3A%5C%5C%5C%22%E2%84%9B%5C%5C%5C%22%2Crealpart%3A%5C%5C%5C%22%E2%84%9C%5C%5C%5C%22%2Creals%3A%5C%5C%5C%22%E2%84%9D%5C%5C%5C%22%2Crect%3A%5C%5C%5C%22%E2%96%AD%5C%5C%5C%22%2CREG%3A%5C%5C%5C%22%C2%AE%5C%5C%5C%22%2Creg%3A%5C%5C%5C%22%C2%AE%5C%5C%5C%22%2CReverseElement%3A%5C%5C%5C%22%E2%88%8B%5C%5C%5C%22%2CReverseEquilibrium%3A%5C%5C%5C%22%E2%87%8B%5C%5C%5C%22%2CReverseUpEquilibrium%3A%5C%5C%5C%22%E2%A5%AF%5C%5C%5C%22%2Crfisht%3A%5C%5C%5C%22%E2%A5%BD%5C%5C%5C%22%2Crfloor%3A%5C%5C%5C%22%E2%8C%8B%5C%5C%5C%22%2CRfr%3A%5C%5C%5C%22%E2%84%9C%5C%5C%5C%22%2Crfr%3A%5C%5C%5C%22%F0%9D%94%AF%5C%5C%5C%22%2CrHar%3A%5C%5C%5C%22%E2%A5%A4%5C%5C%5C%22%2Crhard%3A%5C%5C%5C%22%E2%87%81%5C%5C%5C%22%2Crharu%3A%5C%5C%5C%22%E2%87%80%5C%5C%5C%22%2Crharul%3A%5C%5C%5C%22%E2%A5%AC%5C%5C%5C%22%2CRho%3A%5C%5C%5C%22%CE%A1%5C%5C%5C%22%2Crho%3A%5C%5C%5C%22%CF%81%5C%5C%5C%22%2Crhov%3A%5C%5C%5C%22%CF%B1%5C%5C%5C%22%2CRightAngleBracket%3A%5C%5C%5C%22%E2%9F%A9%5C%5C%5C%22%2CRightArrow%3A%5C%5C%5C%22%E2%86%92%5C%5C%5C%22%2CRightarrow%3A%5C%5C%5C%22%E2%87%92%5C%5C%5C%22%2Crightarrow%3A%5C%5C%5C%22%E2%86%92%5C%5C%5C%22%2CRightArrowBar%3A%5C%5C%5C%22%E2%87%A5%5C%5C%5C%22%2CRightArrowLeftArrow%3A%5C%5C%5C%22%E2%87%84%5C%5C%5C%22%2Crightarrowtail%3A%5C%5C%5C%22%E2%86%A3%5C%5C%5C%22%2CRightCeiling%3A%5C%5C%5C%22%E2%8C%89%5C%5C%5C%22%2CRightDoubleBracket%3A%5C%5C%5C%22%E2%9F%A7%5C%5C%5C%22%2CRightDownTeeVector%3A%5C%5C%5C%22%E2%A5%9D%5C%5C%5C%22%2CRightDownVector%3A%5C%5C%5C%22%E2%87%82%5C%5C%5C%22%2CRightDownVectorBar%3A%5C%5C%5C%22%E2%A5%95%5C%5C%5C%22%2CRightFloor%3A%5C%5C%5C%22%E2%8C%8B%5C%5C%5C%22%2Crightharpoondown%3A%5C%5C%5C%22%E2%87%81%5C%5C%5C%22%2Crightharpoonup%3A%5C%5C%5C%22%E2%87%80%5C%5C%5C%22%2Crightleftarrows%3A%5C%5C%5C%22%E2%87%84%5C%5C%5C%22%2Crightleftharpoons%3A%5C%5C%5C%22%E2%87%8C%5C%5C%5C%22%2Crightrightarrows%3A%5C%5C%5C%22%E2%87%89%5C%5C%5C%22%2Crightsquigarrow%3A%5C%5C%5C%22%E2%86%9D%5C%5C%5C%22%2CRightTee%3A%5C%5C%5C%22%E2%8A%A2%5C%5C%5C%22%2CRightTeeArrow%3A%5C%5C%5C%22%E2%86%A6%5C%5C%5C%22%2CRightTeeVector%3A%5C%5C%5C%22%E2%A5%9B%5C%5C%5C%22%2Crightthreetimes%3A%5C%5C%5C%22%E2%8B%8C%5C%5C%5C%22%2CRightTriangle%3A%5C%5C%5C%22%E2%8A%B3%5C%5C%5C%22%2CRightTriangleBar%3A%5C%5C%5C%22%E2%A7%90%5C%5C%5C%22%2CRightTriangleEqual%3A%5C%5C%5C%22%E2%8A%B5%5C%5C%5C%22%2CRightUpDownVector%3A%5C%5C%5C%22%E2%A5%8F%5C%5C%5C%22%2CRightUpTeeVector%3A%5C%5C%5C%22%E2%A5%9C%5C%5C%5C%22%2CRightUpVector%3A%5C%5C%5C%22%E2%86%BE%5C%5C%5C%22%2CRightUpVectorBar%3A%5C%5C%5C%22%E2%A5%94%5C%5C%5C%22%2CRightVector%3A%5C%5C%5C%22%E2%87%80%5C%5C%5C%22%2CRightVectorBar%3A%5C%5C%5C%22%E2%A5%93%5C%5C%5C%22%2Cring%3A%5C%5C%5C%22%CB%9A%5C%5C%5C%22%2Crisingdotseq%3A%5C%5C%5C%22%E2%89%93%5C%5C%5C%22%2Crlarr%3A%5C%5C%5C%22%E2%87%84%5C%5C%5C%22%2Crlhar%3A%5C%5C%5C%22%E2%87%8C%5C%5C%5C%22%2Crlm%3A%5C%5C%5C%22%E2%80%8F%5C%5C%5C%22%2Crmoust%3A%5C%5C%5C%22%E2%8E%B1%5C%5C%5C%22%2Crmoustache%3A%5C%5C%5C%22%E2%8E%B1%5C%5C%5C%22%2Crnmid%3A%5C%5C%5C%22%E2%AB%AE%5C%5C%5C%22%2Croang%3A%5C%5C%5C%22%E2%9F%AD%5C%5C%5C%22%2Croarr%3A%5C%5C%5C%22%E2%87%BE%5C%5C%5C%22%2Crobrk%3A%5C%5C%5C%22%E2%9F%A7%5C%5C%5C%22%2Cropar%3A%5C%5C%5C%22%E2%A6%86%5C%5C%5C%22%2CRopf%3A%5C%5C%5C%22%E2%84%9D%5C%5C%5C%22%2Cropf%3A%5C%5C%5C%22%F0%9D%95%A3%5C%5C%5C%22%2Croplus%3A%5C%5C%5C%22%E2%A8%AE%5C%5C%5C%22%2Crotimes%3A%5C%5C%5C%22%E2%A8%B5%5C%5C%5C%22%2CRoundImplies%3A%5C%5C%5C%22%E2%A5%B0%5C%5C%5C%22%2Crpar%3A%5C%5C%5C%22)%5C%5C%5C%22%2Crpargt%3A%5C%5C%5C%22%E2%A6%94%5C%5C%5C%22%2Crppolint%3A%5C%5C%5C%22%E2%A8%92%5C%5C%5C%22%2Crrarr%3A%5C%5C%5C%22%E2%87%89%5C%5C%5C%22%2CRrightarrow%3A%5C%5C%5C%22%E2%87%9B%5C%5C%5C%22%2Crsaquo%3A%5C%5C%5C%22%E2%80%BA%5C%5C%5C%22%2CRscr%3A%5C%5C%5C%22%E2%84%9B%5C%5C%5C%22%2Crscr%3A%5C%5C%5C%22%F0%9D%93%87%5C%5C%5C%22%2CRsh%3A%5C%5C%5C%22%E2%86%B1%5C%5C%5C%22%2Crsh%3A%5C%5C%5C%22%E2%86%B1%5C%5C%5C%22%2Crsqb%3A%5C%5C%5C%22%5D%5C%5C%5C%22%2Crsquo%3A%5C%5C%5C%22%E2%80%99%5C%5C%5C%22%2Crsquor%3A%5C%5C%5C%22%E2%80%99%5C%5C%5C%22%2Crthree%3A%5C%5C%5C%22%E2%8B%8C%5C%5C%5C%22%2Crtimes%3A%5C%5C%5C%22%E2%8B%8A%5C%5C%5C%22%2Crtri%3A%5C%5C%5C%22%E2%96%B9%5C%5C%5C%22%2Crtrie%3A%5C%5C%5C%22%E2%8A%B5%5C%5C%5C%22%2Crtrif%3A%5C%5C%5C%22%E2%96%B8%5C%5C%5C%22%2Crtriltri%3A%5C%5C%5C%22%E2%A7%8E%5C%5C%5C%22%2CRuleDelayed%3A%5C%5C%5C%22%E2%A7%B4%5C%5C%5C%22%2Cruluhar%3A%5C%5C%5C%22%E2%A5%A8%5C%5C%5C%22%2Crx%3A%5C%5C%5C%22%E2%84%9E%5C%5C%5C%22%2CSacute%3A%5C%5C%5C%22%C5%9A%5C%5C%5C%22%2Csacute%3A%5C%5C%5C%22%C5%9B%5C%5C%5C%22%2Csbquo%3A%5C%5C%5C%22%E2%80%9A%5C%5C%5C%22%2CSc%3A%5C%5C%5C%22%E2%AA%BC%5C%5C%5C%22%2Csc%3A%5C%5C%5C%22%E2%89%BB%5C%5C%5C%22%2Cscap%3A%5C%5C%5C%22%E2%AA%B8%5C%5C%5C%22%2CScaron%3A%5C%5C%5C%22%C5%A0%5C%5C%5C%22%2Cscaron%3A%5C%5C%5C%22%C5%A1%5C%5C%5C%22%2Csccue%3A%5C%5C%5C%22%E2%89%BD%5C%5C%5C%22%2CscE%3A%5C%5C%5C%22%E2%AA%B4%5C%5C%5C%22%2Csce%3A%5C%5C%5C%22%E2%AA%B0%5C%5C%5C%22%2CScedil%3A%5C%5C%5C%22%C5%9E%5C%5C%5C%22%2Cscedil%3A%5C%5C%5C%22%C5%9F%5C%5C%5C%22%2CScirc%3A%5C%5C%5C%22%C5%9C%5C%5C%5C%22%2Cscirc%3A%5C%5C%5C%22%C5%9D%5C%5C%5C%22%2Cscnap%3A%5C%5C%5C%22%E2%AA%BA%5C%5C%5C%22%2CscnE%3A%5C%5C%5C%22%E2%AA%B6%5C%5C%5C%22%2Cscnsim%3A%5C%5C%5C%22%E2%8B%A9%5C%5C%5C%22%2Cscpolint%3A%5C%5C%5C%22%E2%A8%93%5C%5C%5C%22%2Cscsim%3A%5C%5C%5C%22%E2%89%BF%5C%5C%5C%22%2CScy%3A%5C%5C%5C%22%D0%A1%5C%5C%5C%22%2Cscy%3A%5C%5C%5C%22%D1%81%5C%5C%5C%22%2Csdot%3A%5C%5C%5C%22%E2%8B%85%5C%5C%5C%22%2Csdotb%3A%5C%5C%5C%22%E2%8A%A1%5C%5C%5C%22%2Csdote%3A%5C%5C%5C%22%E2%A9%A6%5C%5C%5C%22%2Csearhk%3A%5C%5C%5C%22%E2%A4%A5%5C%5C%5C%22%2CseArr%3A%5C%5C%5C%22%E2%87%98%5C%5C%5C%22%2Csearr%3A%5C%5C%5C%22%E2%86%98%5C%5C%5C%22%2Csearrow%3A%5C%5C%5C%22%E2%86%98%5C%5C%5C%22%2Csect%3A%5C%5C%5C%22%C2%A7%5C%5C%5C%22%2Csemi%3A%5C%5C%5C%22%3B%5C%5C%5C%22%2Cseswar%3A%5C%5C%5C%22%E2%A4%A9%5C%5C%5C%22%2Csetminus%3A%5C%5C%5C%22%E2%88%96%5C%5C%5C%22%2Csetmn%3A%5C%5C%5C%22%E2%88%96%5C%5C%5C%22%2Csext%3A%5C%5C%5C%22%E2%9C%B6%5C%5C%5C%22%2CSfr%3A%5C%5C%5C%22%F0%9D%94%96%5C%5C%5C%22%2Csfr%3A%5C%5C%5C%22%F0%9D%94%B0%5C%5C%5C%22%2Csfrown%3A%5C%5C%5C%22%E2%8C%A2%5C%5C%5C%22%2Csharp%3A%5C%5C%5C%22%E2%99%AF%5C%5C%5C%22%2CSHCHcy%3A%5C%5C%5C%22%D0%A9%5C%5C%5C%22%2Cshchcy%3A%5C%5C%5C%22%D1%89%5C%5C%5C%22%2CSHcy%3A%5C%5C%5C%22%D0%A8%5C%5C%5C%22%2Cshcy%3A%5C%5C%5C%22%D1%88%5C%5C%5C%22%2CShortDownArrow%3A%5C%5C%5C%22%E2%86%93%5C%5C%5C%22%2CShortLeftArrow%3A%5C%5C%5C%22%E2%86%90%5C%5C%5C%22%2Cshortmid%3A%5C%5C%5C%22%E2%88%A3%5C%5C%5C%22%2Cshortparallel%3A%5C%5C%5C%22%E2%88%A5%5C%5C%5C%22%2CShortRightArrow%3A%5C%5C%5C%22%E2%86%92%5C%5C%5C%22%2CShortUpArrow%3A%5C%5C%5C%22%E2%86%91%5C%5C%5C%22%2Cshy%3A%5C%5C%5C%22%C2%AD%5C%5C%5C%22%2CSigma%3A%5C%5C%5C%22%CE%A3%5C%5C%5C%22%2Csigma%3A%5C%5C%5C%22%CF%83%5C%5C%5C%22%2Csigmaf%3A%5C%5C%5C%22%CF%82%5C%5C%5C%22%2Csigmav%3A%5C%5C%5C%22%CF%82%5C%5C%5C%22%2Csim%3A%5C%5C%5C%22%E2%88%BC%5C%5C%5C%22%2Csimdot%3A%5C%5C%5C%22%E2%A9%AA%5C%5C%5C%22%2Csime%3A%5C%5C%5C%22%E2%89%83%5C%5C%5C%22%2Csimeq%3A%5C%5C%5C%22%E2%89%83%5C%5C%5C%22%2Csimg%3A%5C%5C%5C%22%E2%AA%9E%5C%5C%5C%22%2CsimgE%3A%5C%5C%5C%22%E2%AA%A0%5C%5C%5C%22%2Csiml%3A%5C%5C%5C%22%E2%AA%9D%5C%5C%5C%22%2CsimlE%3A%5C%5C%5C%22%E2%AA%9F%5C%5C%5C%22%2Csimne%3A%5C%5C%5C%22%E2%89%86%5C%5C%5C%22%2Csimplus%3A%5C%5C%5C%22%E2%A8%A4%5C%5C%5C%22%2Csimrarr%3A%5C%5C%5C%22%E2%A5%B2%5C%5C%5C%22%2Cslarr%3A%5C%5C%5C%22%E2%86%90%5C%5C%5C%22%2CSmallCircle%3A%5C%5C%5C%22%E2%88%98%5C%5C%5C%22%2Csmallsetminus%3A%5C%5C%5C%22%E2%88%96%5C%5C%5C%22%2Csmashp%3A%5C%5C%5C%22%E2%A8%B3%5C%5C%5C%22%2Csmeparsl%3A%5C%5C%5C%22%E2%A7%A4%5C%5C%5C%22%2Csmid%3A%5C%5C%5C%22%E2%88%A3%5C%5C%5C%22%2Csmile%3A%5C%5C%5C%22%E2%8C%A3%5C%5C%5C%22%2Csmt%3A%5C%5C%5C%22%E2%AA%AA%5C%5C%5C%22%2Csmte%3A%5C%5C%5C%22%E2%AA%AC%5C%5C%5C%22%2Csmtes%3A%5C%5C%5C%22%E2%AA%AC%EF%B8%80%5C%5C%5C%22%2CSOFTcy%3A%5C%5C%5C%22%D0%AC%5C%5C%5C%22%2Csoftcy%3A%5C%5C%5C%22%D1%8C%5C%5C%5C%22%2Csol%3A%5C%5C%5C%22%2F%5C%5C%5C%22%2Csolb%3A%5C%5C%5C%22%E2%A7%84%5C%5C%5C%22%2Csolbar%3A%5C%5C%5C%22%E2%8C%BF%5C%5C%5C%22%2CSopf%3A%5C%5C%5C%22%F0%9D%95%8A%5C%5C%5C%22%2Csopf%3A%5C%5C%5C%22%F0%9D%95%A4%5C%5C%5C%22%2Cspades%3A%5C%5C%5C%22%E2%99%A0%5C%5C%5C%22%2Cspadesuit%3A%5C%5C%5C%22%E2%99%A0%5C%5C%5C%22%2Cspar%3A%5C%5C%5C%22%E2%88%A5%5C%5C%5C%22%2Csqcap%3A%5C%5C%5C%22%E2%8A%93%5C%5C%5C%22%2Csqcaps%3A%5C%5C%5C%22%E2%8A%93%EF%B8%80%5C%5C%5C%22%2Csqcup%3A%5C%5C%5C%22%E2%8A%94%5C%5C%5C%22%2Csqcups%3A%5C%5C%5C%22%E2%8A%94%EF%B8%80%5C%5C%5C%22%2CSqrt%3A%5C%5C%5C%22%E2%88%9A%5C%5C%5C%22%2Csqsub%3A%5C%5C%5C%22%E2%8A%8F%5C%5C%5C%22%2Csqsube%3A%5C%5C%5C%22%E2%8A%91%5C%5C%5C%22%2Csqsubset%3A%5C%5C%5C%22%E2%8A%8F%5C%5C%5C%22%2Csqsubseteq%3A%5C%5C%5C%22%E2%8A%91%5C%5C%5C%22%2Csqsup%3A%5C%5C%5C%22%E2%8A%90%5C%5C%5C%22%2Csqsupe%3A%5C%5C%5C%22%E2%8A%92%5C%5C%5C%22%2Csqsupset%3A%5C%5C%5C%22%E2%8A%90%5C%5C%5C%22%2Csqsupseteq%3A%5C%5C%5C%22%E2%8A%92%5C%5C%5C%22%2Csqu%3A%5C%5C%5C%22%E2%96%A1%5C%5C%5C%22%2CSquare%3A%5C%5C%5C%22%E2%96%A1%5C%5C%5C%22%2Csquare%3A%5C%5C%5C%22%E2%96%A1%5C%5C%5C%22%2CSquareIntersection%3A%5C%5C%5C%22%E2%8A%93%5C%5C%5C%22%2CSquareSubset%3A%5C%5C%5C%22%E2%8A%8F%5C%5C%5C%22%2CSquareSubsetEqual%3A%5C%5C%5C%22%E2%8A%91%5C%5C%5C%22%2CSquareSuperset%3A%5C%5C%5C%22%E2%8A%90%5C%5C%5C%22%2CSquareSupersetEqual%3A%5C%5C%5C%22%E2%8A%92%5C%5C%5C%22%2CSquareUnion%3A%5C%5C%5C%22%E2%8A%94%5C%5C%5C%22%2Csquarf%3A%5C%5C%5C%22%E2%96%AA%5C%5C%5C%22%2Csquf%3A%5C%5C%5C%22%E2%96%AA%5C%5C%5C%22%2Csrarr%3A%5C%5C%5C%22%E2%86%92%5C%5C%5C%22%2CSscr%3A%5C%5C%5C%22%F0%9D%92%AE%5C%5C%5C%22%2Csscr%3A%5C%5C%5C%22%F0%9D%93%88%5C%5C%5C%22%2Cssetmn%3A%5C%5C%5C%22%E2%88%96%5C%5C%5C%22%2Cssmile%3A%5C%5C%5C%22%E2%8C%A3%5C%5C%5C%22%2Csstarf%3A%5C%5C%5C%22%E2%8B%86%5C%5C%5C%22%2CStar%3A%5C%5C%5C%22%E2%8B%86%5C%5C%5C%22%2Cstar%3A%5C%5C%5C%22%E2%98%86%5C%5C%5C%22%2Cstarf%3A%5C%5C%5C%22%E2%98%85%5C%5C%5C%22%2Cstraightepsilon%3A%5C%5C%5C%22%CF%B5%5C%5C%5C%22%2Cstraightphi%3A%5C%5C%5C%22%CF%95%5C%5C%5C%22%2Cstrns%3A%5C%5C%5C%22%C2%AF%5C%5C%5C%22%2CSub%3A%5C%5C%5C%22%E2%8B%90%5C%5C%5C%22%2Csub%3A%5C%5C%5C%22%E2%8A%82%5C%5C%5C%22%2Csubdot%3A%5C%5C%5C%22%E2%AA%BD%5C%5C%5C%22%2CsubE%3A%5C%5C%5C%22%E2%AB%85%5C%5C%5C%22%2Csube%3A%5C%5C%5C%22%E2%8A%86%5C%5C%5C%22%2Csubedot%3A%5C%5C%5C%22%E2%AB%83%5C%5C%5C%22%2Csubmult%3A%5C%5C%5C%22%E2%AB%81%5C%5C%5C%22%2CsubnE%3A%5C%5C%5C%22%E2%AB%8B%5C%5C%5C%22%2Csubne%3A%5C%5C%5C%22%E2%8A%8A%5C%5C%5C%22%2Csubplus%3A%5C%5C%5C%22%E2%AA%BF%5C%5C%5C%22%2Csubrarr%3A%5C%5C%5C%22%E2%A5%B9%5C%5C%5C%22%2CSubset%3A%5C%5C%5C%22%E2%8B%90%5C%5C%5C%22%2Csubset%3A%5C%5C%5C%22%E2%8A%82%5C%5C%5C%22%2Csubseteq%3A%5C%5C%5C%22%E2%8A%86%5C%5C%5C%22%2Csubseteqq%3A%5C%5C%5C%22%E2%AB%85%5C%5C%5C%22%2CSubsetEqual%3A%5C%5C%5C%22%E2%8A%86%5C%5C%5C%22%2Csubsetneq%3A%5C%5C%5C%22%E2%8A%8A%5C%5C%5C%22%2Csubsetneqq%3A%5C%5C%5C%22%E2%AB%8B%5C%5C%5C%22%2Csubsim%3A%5C%5C%5C%22%E2%AB%87%5C%5C%5C%22%2Csubsub%3A%5C%5C%5C%22%E2%AB%95%5C%5C%5C%22%2Csubsup%3A%5C%5C%5C%22%E2%AB%93%5C%5C%5C%22%2Csucc%3A%5C%5C%5C%22%E2%89%BB%5C%5C%5C%22%2Csuccapprox%3A%5C%5C%5C%22%E2%AA%B8%5C%5C%5C%22%2Csucccurlyeq%3A%5C%5C%5C%22%E2%89%BD%5C%5C%5C%22%2CSucceeds%3A%5C%5C%5C%22%E2%89%BB%5C%5C%5C%22%2CSucceedsEqual%3A%5C%5C%5C%22%E2%AA%B0%5C%5C%5C%22%2CSucceedsSlantEqual%3A%5C%5C%5C%22%E2%89%BD%5C%5C%5C%22%2CSucceedsTilde%3A%5C%5C%5C%22%E2%89%BF%5C%5C%5C%22%2Csucceq%3A%5C%5C%5C%22%E2%AA%B0%5C%5C%5C%22%2Csuccnapprox%3A%5C%5C%5C%22%E2%AA%BA%5C%5C%5C%22%2Csuccneqq%3A%5C%5C%5C%22%E2%AA%B6%5C%5C%5C%22%2Csuccnsim%3A%5C%5C%5C%22%E2%8B%A9%5C%5C%5C%22%2Csuccsim%3A%5C%5C%5C%22%E2%89%BF%5C%5C%5C%22%2CSuchThat%3A%5C%5C%5C%22%E2%88%8B%5C%5C%5C%22%2CSum%3A%5C%5C%5C%22%E2%88%91%5C%5C%5C%22%2Csum%3A%5C%5C%5C%22%E2%88%91%5C%5C%5C%22%2Csung%3A%5C%5C%5C%22%E2%99%AA%5C%5C%5C%22%2CSup%3A%5C%5C%5C%22%E2%8B%91%5C%5C%5C%22%2Csup%3A%5C%5C%5C%22%E2%8A%83%5C%5C%5C%22%2Csup1%3A%5C%5C%5C%22%C2%B9%5C%5C%5C%22%2Csup2%3A%5C%5C%5C%22%C2%B2%5C%5C%5C%22%2Csup3%3A%5C%5C%5C%22%C2%B3%5C%5C%5C%22%2Csupdot%3A%5C%5C%5C%22%E2%AA%BE%5C%5C%5C%22%2Csupdsub%3A%5C%5C%5C%22%E2%AB%98%5C%5C%5C%22%2CsupE%3A%5C%5C%5C%22%E2%AB%86%5C%5C%5C%22%2Csupe%3A%5C%5C%5C%22%E2%8A%87%5C%5C%5C%22%2Csupedot%3A%5C%5C%5C%22%E2%AB%84%5C%5C%5C%22%2CSuperset%3A%5C%5C%5C%22%E2%8A%83%5C%5C%5C%22%2CSupersetEqual%3A%5C%5C%5C%22%E2%8A%87%5C%5C%5C%22%2Csuphsol%3A%5C%5C%5C%22%E2%9F%89%5C%5C%5C%22%2Csuphsub%3A%5C%5C%5C%22%E2%AB%97%5C%5C%5C%22%2Csuplarr%3A%5C%5C%5C%22%E2%A5%BB%5C%5C%5C%22%2Csupmult%3A%5C%5C%5C%22%E2%AB%82%5C%5C%5C%22%2CsupnE%3A%5C%5C%5C%22%E2%AB%8C%5C%5C%5C%22%2Csupne%3A%5C%5C%5C%22%E2%8A%8B%5C%5C%5C%22%2Csupplus%3A%5C%5C%5C%22%E2%AB%80%5C%5C%5C%22%2CSupset%3A%5C%5C%5C%22%E2%8B%91%5C%5C%5C%22%2Csupset%3A%5C%5C%5C%22%E2%8A%83%5C%5C%5C%22%2Csupseteq%3A%5C%5C%5C%22%E2%8A%87%5C%5C%5C%22%2Csupseteqq%3A%5C%5C%5C%22%E2%AB%86%5C%5C%5C%22%2Csupsetneq%3A%5C%5C%5C%22%E2%8A%8B%5C%5C%5C%22%2Csupsetneqq%3A%5C%5C%5C%22%E2%AB%8C%5C%5C%5C%22%2Csupsim%3A%5C%5C%5C%22%E2%AB%88%5C%5C%5C%22%2Csupsub%3A%5C%5C%5C%22%E2%AB%94%5C%5C%5C%22%2Csupsup%3A%5C%5C%5C%22%E2%AB%96%5C%5C%5C%22%2Cswarhk%3A%5C%5C%5C%22%E2%A4%A6%5C%5C%5C%22%2CswArr%3A%5C%5C%5C%22%E2%87%99%5C%5C%5C%22%2Cswarr%3A%5C%5C%5C%22%E2%86%99%5C%5C%5C%22%2Cswarrow%3A%5C%5C%5C%22%E2%86%99%5C%5C%5C%22%2Cswnwar%3A%5C%5C%5C%22%E2%A4%AA%5C%5C%5C%22%2Cszlig%3A%5C%5C%5C%22%C3%9F%5C%5C%5C%22%2CTab%3A%5C%5C%5C%22%5C%5C%5C%5Ct%5C%5C%5C%22%2Ctarget%3A%5C%5C%5C%22%E2%8C%96%5C%5C%5C%22%2CTau%3A%5C%5C%5C%22%CE%A4%5C%5C%5C%22%2Ctau%3A%5C%5C%5C%22%CF%84%5C%5C%5C%22%2Ctbrk%3A%5C%5C%5C%22%E2%8E%B4%5C%5C%5C%22%2CTcaron%3A%5C%5C%5C%22%C5%A4%5C%5C%5C%22%2Ctcaron%3A%5C%5C%5C%22%C5%A5%5C%5C%5C%22%2CTcedil%3A%5C%5C%5C%22%C5%A2%5C%5C%5C%22%2Ctcedil%3A%5C%5C%5C%22%C5%A3%5C%5C%5C%22%2CTcy%3A%5C%5C%5C%22%D0%A2%5C%5C%5C%22%2Ctcy%3A%5C%5C%5C%22%D1%82%5C%5C%5C%22%2Ctdot%3A%5C%5C%5C%22%E2%83%9B%5C%5C%5C%22%2Ctelrec%3A%5C%5C%5C%22%E2%8C%95%5C%5C%5C%22%2CTfr%3A%5C%5C%5C%22%F0%9D%94%97%5C%5C%5C%22%2Ctfr%3A%5C%5C%5C%22%F0%9D%94%B1%5C%5C%5C%22%2Cthere4%3A%5C%5C%5C%22%E2%88%B4%5C%5C%5C%22%2CTherefore%3A%5C%5C%5C%22%E2%88%B4%5C%5C%5C%22%2Ctherefore%3A%5C%5C%5C%22%E2%88%B4%5C%5C%5C%22%2CTheta%3A%5C%5C%5C%22%CE%98%5C%5C%5C%22%2Ctheta%3A%5C%5C%5C%22%CE%B8%5C%5C%5C%22%2Cthetasym%3A%5C%5C%5C%22%CF%91%5C%5C%5C%22%2Cthetav%3A%5C%5C%5C%22%CF%91%5C%5C%5C%22%2Cthickapprox%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Cthicksim%3A%5C%5C%5C%22%E2%88%BC%5C%5C%5C%22%2CThickSpace%3A%5C%5C%5C%22%E2%81%9F%E2%80%8A%5C%5C%5C%22%2Cthinsp%3A%5C%5C%5C%22%E2%80%89%5C%5C%5C%22%2CThinSpace%3A%5C%5C%5C%22%E2%80%89%5C%5C%5C%22%2Cthkap%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Cthksim%3A%5C%5C%5C%22%E2%88%BC%5C%5C%5C%22%2CTHORN%3A%5C%5C%5C%22%C3%9E%5C%5C%5C%22%2Cthorn%3A%5C%5C%5C%22%C3%BE%5C%5C%5C%22%2CTilde%3A%5C%5C%5C%22%E2%88%BC%5C%5C%5C%22%2Ctilde%3A%5C%5C%5C%22%CB%9C%5C%5C%5C%22%2CTildeEqual%3A%5C%5C%5C%22%E2%89%83%5C%5C%5C%22%2CTildeFullEqual%3A%5C%5C%5C%22%E2%89%85%5C%5C%5C%22%2CTildeTilde%3A%5C%5C%5C%22%E2%89%88%5C%5C%5C%22%2Ctimes%3A%5C%5C%5C%22%C3%97%5C%5C%5C%22%2Ctimesb%3A%5C%5C%5C%22%E2%8A%A0%5C%5C%5C%22%2Ctimesbar%3A%5C%5C%5C%22%E2%A8%B1%5C%5C%5C%22%2Ctimesd%3A%5C%5C%5C%22%E2%A8%B0%5C%5C%5C%22%2Ctint%3A%5C%5C%5C%22%E2%88%AD%5C%5C%5C%22%2Ctoea%3A%5C%5C%5C%22%E2%A4%A8%5C%5C%5C%22%2Ctop%3A%5C%5C%5C%22%E2%8A%A4%5C%5C%5C%22%2Ctopbot%3A%5C%5C%5C%22%E2%8C%B6%5C%5C%5C%22%2Ctopcir%3A%5C%5C%5C%22%E2%AB%B1%5C%5C%5C%22%2CTopf%3A%5C%5C%5C%22%F0%9D%95%8B%5C%5C%5C%22%2Ctopf%3A%5C%5C%5C%22%F0%9D%95%A5%5C%5C%5C%22%2Ctopfork%3A%5C%5C%5C%22%E2%AB%9A%5C%5C%5C%22%2Ctosa%3A%5C%5C%5C%22%E2%A4%A9%5C%5C%5C%22%2Ctprime%3A%5C%5C%5C%22%E2%80%B4%5C%5C%5C%22%2CTRADE%3A%5C%5C%5C%22%E2%84%A2%5C%5C%5C%22%2Ctrade%3A%5C%5C%5C%22%E2%84%A2%5C%5C%5C%22%2Ctriangle%3A%5C%5C%5C%22%E2%96%B5%5C%5C%5C%22%2Ctriangledown%3A%5C%5C%5C%22%E2%96%BF%5C%5C%5C%22%2Ctriangleleft%3A%5C%5C%5C%22%E2%97%83%5C%5C%5C%22%2Ctrianglelefteq%3A%5C%5C%5C%22%E2%8A%B4%5C%5C%5C%22%2Ctriangleq%3A%5C%5C%5C%22%E2%89%9C%5C%5C%5C%22%2Ctriangleright%3A%5C%5C%5C%22%E2%96%B9%5C%5C%5C%22%2Ctrianglerighteq%3A%5C%5C%5C%22%E2%8A%B5%5C%5C%5C%22%2Ctridot%3A%5C%5C%5C%22%E2%97%AC%5C%5C%5C%22%2Ctrie%3A%5C%5C%5C%22%E2%89%9C%5C%5C%5C%22%2Ctriminus%3A%5C%5C%5C%22%E2%A8%BA%5C%5C%5C%22%2CTripleDot%3A%5C%5C%5C%22%E2%83%9B%5C%5C%5C%22%2Ctriplus%3A%5C%5C%5C%22%E2%A8%B9%5C%5C%5C%22%2Ctrisb%3A%5C%5C%5C%22%E2%A7%8D%5C%5C%5C%22%2Ctritime%3A%5C%5C%5C%22%E2%A8%BB%5C%5C%5C%22%2Ctrpezium%3A%5C%5C%5C%22%E2%8F%A2%5C%5C%5C%22%2CTscr%3A%5C%5C%5C%22%F0%9D%92%AF%5C%5C%5C%22%2Ctscr%3A%5C%5C%5C%22%F0%9D%93%89%5C%5C%5C%22%2CTScy%3A%5C%5C%5C%22%D0%A6%5C%5C%5C%22%2Ctscy%3A%5C%5C%5C%22%D1%86%5C%5C%5C%22%2CTSHcy%3A%5C%5C%5C%22%D0%8B%5C%5C%5C%22%2Ctshcy%3A%5C%5C%5C%22%D1%9B%5C%5C%5C%22%2CTstrok%3A%5C%5C%5C%22%C5%A6%5C%5C%5C%22%2Ctstrok%3A%5C%5C%5C%22%C5%A7%5C%5C%5C%22%2Ctwixt%3A%5C%5C%5C%22%E2%89%AC%5C%5C%5C%22%2Ctwoheadleftarrow%3A%5C%5C%5C%22%E2%86%9E%5C%5C%5C%22%2Ctwoheadrightarrow%3A%5C%5C%5C%22%E2%86%A0%5C%5C%5C%22%2CUacute%3A%5C%5C%5C%22%C3%9A%5C%5C%5C%22%2Cuacute%3A%5C%5C%5C%22%C3%BA%5C%5C%5C%22%2CUarr%3A%5C%5C%5C%22%E2%86%9F%5C%5C%5C%22%2CuArr%3A%5C%5C%5C%22%E2%87%91%5C%5C%5C%22%2Cuarr%3A%5C%5C%5C%22%E2%86%91%5C%5C%5C%22%2CUarrocir%3A%5C%5C%5C%22%E2%A5%89%5C%5C%5C%22%2CUbrcy%3A%5C%5C%5C%22%D0%8E%5C%5C%5C%22%2Cubrcy%3A%5C%5C%5C%22%D1%9E%5C%5C%5C%22%2CUbreve%3A%5C%5C%5C%22%C5%AC%5C%5C%5C%22%2Cubreve%3A%5C%5C%5C%22%C5%AD%5C%5C%5C%22%2CUcirc%3A%5C%5C%5C%22%C3%9B%5C%5C%5C%22%2Cucirc%3A%5C%5C%5C%22%C3%BB%5C%5C%5C%22%2CUcy%3A%5C%5C%5C%22%D0%A3%5C%5C%5C%22%2Cucy%3A%5C%5C%5C%22%D1%83%5C%5C%5C%22%2Cudarr%3A%5C%5C%5C%22%E2%87%85%5C%5C%5C%22%2CUdblac%3A%5C%5C%5C%22%C5%B0%5C%5C%5C%22%2Cudblac%3A%5C%5C%5C%22%C5%B1%5C%5C%5C%22%2Cudhar%3A%5C%5C%5C%22%E2%A5%AE%5C%5C%5C%22%2Cufisht%3A%5C%5C%5C%22%E2%A5%BE%5C%5C%5C%22%2CUfr%3A%5C%5C%5C%22%F0%9D%94%98%5C%5C%5C%22%2Cufr%3A%5C%5C%5C%22%F0%9D%94%B2%5C%5C%5C%22%2CUgrave%3A%5C%5C%5C%22%C3%99%5C%5C%5C%22%2Cugrave%3A%5C%5C%5C%22%C3%B9%5C%5C%5C%22%2CuHar%3A%5C%5C%5C%22%E2%A5%A3%5C%5C%5C%22%2Cuharl%3A%5C%5C%5C%22%E2%86%BF%5C%5C%5C%22%2Cuharr%3A%5C%5C%5C%22%E2%86%BE%5C%5C%5C%22%2Cuhblk%3A%5C%5C%5C%22%E2%96%80%5C%5C%5C%22%2Culcorn%3A%5C%5C%5C%22%E2%8C%9C%5C%5C%5C%22%2Culcorner%3A%5C%5C%5C%22%E2%8C%9C%5C%5C%5C%22%2Culcrop%3A%5C%5C%5C%22%E2%8C%8F%5C%5C%5C%22%2Cultri%3A%5C%5C%5C%22%E2%97%B8%5C%5C%5C%22%2CUmacr%3A%5C%5C%5C%22%C5%AA%5C%5C%5C%22%2Cumacr%3A%5C%5C%5C%22%C5%AB%5C%5C%5C%22%2Cuml%3A%5C%5C%5C%22%C2%A8%5C%5C%5C%22%2CUnderBar%3A%5C%5C%5C%22_%5C%5C%5C%22%2CUnderBrace%3A%5C%5C%5C%22%E2%8F%9F%5C%5C%5C%22%2CUnderBracket%3A%5C%5C%5C%22%E2%8E%B5%5C%5C%5C%22%2CUnderParenthesis%3A%5C%5C%5C%22%E2%8F%9D%5C%5C%5C%22%2CUnion%3A%5C%5C%5C%22%E2%8B%83%5C%5C%5C%22%2CUnionPlus%3A%5C%5C%5C%22%E2%8A%8E%5C%5C%5C%22%2CUogon%3A%5C%5C%5C%22%C5%B2%5C%5C%5C%22%2Cuogon%3A%5C%5C%5C%22%C5%B3%5C%5C%5C%22%2CUopf%3A%5C%5C%5C%22%F0%9D%95%8C%5C%5C%5C%22%2Cuopf%3A%5C%5C%5C%22%F0%9D%95%A6%5C%5C%5C%22%2CUpArrow%3A%5C%5C%5C%22%E2%86%91%5C%5C%5C%22%2CUparrow%3A%5C%5C%5C%22%E2%87%91%5C%5C%5C%22%2Cuparrow%3A%5C%5C%5C%22%E2%86%91%5C%5C%5C%22%2CUpArrowBar%3A%5C%5C%5C%22%E2%A4%92%5C%5C%5C%22%2CUpArrowDownArrow%3A%5C%5C%5C%22%E2%87%85%5C%5C%5C%22%2CUpDownArrow%3A%5C%5C%5C%22%E2%86%95%5C%5C%5C%22%2CUpdownarrow%3A%5C%5C%5C%22%E2%87%95%5C%5C%5C%22%2Cupdownarrow%3A%5C%5C%5C%22%E2%86%95%5C%5C%5C%22%2CUpEquilibrium%3A%5C%5C%5C%22%E2%A5%AE%5C%5C%5C%22%2Cupharpoonleft%3A%5C%5C%5C%22%E2%86%BF%5C%5C%5C%22%2Cupharpoonright%3A%5C%5C%5C%22%E2%86%BE%5C%5C%5C%22%2Cuplus%3A%5C%5C%5C%22%E2%8A%8E%5C%5C%5C%22%2CUpperLeftArrow%3A%5C%5C%5C%22%E2%86%96%5C%5C%5C%22%2CUpperRightArrow%3A%5C%5C%5C%22%E2%86%97%5C%5C%5C%22%2CUpsi%3A%5C%5C%5C%22%CF%92%5C%5C%5C%22%2Cupsi%3A%5C%5C%5C%22%CF%85%5C%5C%5C%22%2Cupsih%3A%5C%5C%5C%22%CF%92%5C%5C%5C%22%2CUpsilon%3A%5C%5C%5C%22%CE%A5%5C%5C%5C%22%2Cupsilon%3A%5C%5C%5C%22%CF%85%5C%5C%5C%22%2CUpTee%3A%5C%5C%5C%22%E2%8A%A5%5C%5C%5C%22%2CUpTeeArrow%3A%5C%5C%5C%22%E2%86%A5%5C%5C%5C%22%2Cupuparrows%3A%5C%5C%5C%22%E2%87%88%5C%5C%5C%22%2Curcorn%3A%5C%5C%5C%22%E2%8C%9D%5C%5C%5C%22%2Curcorner%3A%5C%5C%5C%22%E2%8C%9D%5C%5C%5C%22%2Curcrop%3A%5C%5C%5C%22%E2%8C%8E%5C%5C%5C%22%2CUring%3A%5C%5C%5C%22%C5%AE%5C%5C%5C%22%2Curing%3A%5C%5C%5C%22%C5%AF%5C%5C%5C%22%2Curtri%3A%5C%5C%5C%22%E2%97%B9%5C%5C%5C%22%2CUscr%3A%5C%5C%5C%22%F0%9D%92%B0%5C%5C%5C%22%2Cuscr%3A%5C%5C%5C%22%F0%9D%93%8A%5C%5C%5C%22%2Cutdot%3A%5C%5C%5C%22%E2%8B%B0%5C%5C%5C%22%2CUtilde%3A%5C%5C%5C%22%C5%A8%5C%5C%5C%22%2Cutilde%3A%5C%5C%5C%22%C5%A9%5C%5C%5C%22%2Cutri%3A%5C%5C%5C%22%E2%96%B5%5C%5C%5C%22%2Cutrif%3A%5C%5C%5C%22%E2%96%B4%5C%5C%5C%22%2Cuuarr%3A%5C%5C%5C%22%E2%87%88%5C%5C%5C%22%2CUuml%3A%5C%5C%5C%22%C3%9C%5C%5C%5C%22%2Cuuml%3A%5C%5C%5C%22%C3%BC%5C%5C%5C%22%2Cuwangle%3A%5C%5C%5C%22%E2%A6%A7%5C%5C%5C%22%2Cvangrt%3A%5C%5C%5C%22%E2%A6%9C%5C%5C%5C%22%2Cvarepsilon%3A%5C%5C%5C%22%CF%B5%5C%5C%5C%22%2Cvarkappa%3A%5C%5C%5C%22%CF%B0%5C%5C%5C%22%2Cvarnothing%3A%5C%5C%5C%22%E2%88%85%5C%5C%5C%22%2Cvarphi%3A%5C%5C%5C%22%CF%95%5C%5C%5C%22%2Cvarpi%3A%5C%5C%5C%22%CF%96%5C%5C%5C%22%2Cvarpropto%3A%5C%5C%5C%22%E2%88%9D%5C%5C%5C%22%2CvArr%3A%5C%5C%5C%22%E2%87%95%5C%5C%5C%22%2Cvarr%3A%5C%5C%5C%22%E2%86%95%5C%5C%5C%22%2Cvarrho%3A%5C%5C%5C%22%CF%B1%5C%5C%5C%22%2Cvarsigma%3A%5C%5C%5C%22%CF%82%5C%5C%5C%22%2Cvarsubsetneq%3A%5C%5C%5C%22%E2%8A%8A%EF%B8%80%5C%5C%5C%22%2Cvarsubsetneqq%3A%5C%5C%5C%22%E2%AB%8B%EF%B8%80%5C%5C%5C%22%2Cvarsupsetneq%3A%5C%5C%5C%22%E2%8A%8B%EF%B8%80%5C%5C%5C%22%2Cvarsupsetneqq%3A%5C%5C%5C%22%E2%AB%8C%EF%B8%80%5C%5C%5C%22%2Cvartheta%3A%5C%5C%5C%22%CF%91%5C%5C%5C%22%2Cvartriangleleft%3A%5C%5C%5C%22%E2%8A%B2%5C%5C%5C%22%2Cvartriangleright%3A%5C%5C%5C%22%E2%8A%B3%5C%5C%5C%22%2CVbar%3A%5C%5C%5C%22%E2%AB%AB%5C%5C%5C%22%2CvBar%3A%5C%5C%5C%22%E2%AB%A8%5C%5C%5C%22%2CvBarv%3A%5C%5C%5C%22%E2%AB%A9%5C%5C%5C%22%2CVcy%3A%5C%5C%5C%22%D0%92%5C%5C%5C%22%2Cvcy%3A%5C%5C%5C%22%D0%B2%5C%5C%5C%22%2CVDash%3A%5C%5C%5C%22%E2%8A%AB%5C%5C%5C%22%2CVdash%3A%5C%5C%5C%22%E2%8A%A9%5C%5C%5C%22%2CvDash%3A%5C%5C%5C%22%E2%8A%A8%5C%5C%5C%22%2Cvdash%3A%5C%5C%5C%22%E2%8A%A2%5C%5C%5C%22%2CVdashl%3A%5C%5C%5C%22%E2%AB%A6%5C%5C%5C%22%2CVee%3A%5C%5C%5C%22%E2%8B%81%5C%5C%5C%22%2Cvee%3A%5C%5C%5C%22%E2%88%A8%5C%5C%5C%22%2Cveebar%3A%5C%5C%5C%22%E2%8A%BB%5C%5C%5C%22%2Cveeeq%3A%5C%5C%5C%22%E2%89%9A%5C%5C%5C%22%2Cvellip%3A%5C%5C%5C%22%E2%8B%AE%5C%5C%5C%22%2CVerbar%3A%5C%5C%5C%22%E2%80%96%5C%5C%5C%22%2Cverbar%3A%5C%5C%5C%22%7C%5C%5C%5C%22%2CVert%3A%5C%5C%5C%22%E2%80%96%5C%5C%5C%22%2Cvert%3A%5C%5C%5C%22%7C%5C%5C%5C%22%2CVerticalBar%3A%5C%5C%5C%22%E2%88%A3%5C%5C%5C%22%2CVerticalLine%3A%5C%5C%5C%22%7C%5C%5C%5C%22%2CVerticalSeparator%3A%5C%5C%5C%22%E2%9D%98%5C%5C%5C%22%2CVerticalTilde%3A%5C%5C%5C%22%E2%89%80%5C%5C%5C%22%2CVeryThinSpace%3A%5C%5C%5C%22%E2%80%8A%5C%5C%5C%22%2CVfr%3A%5C%5C%5C%22%F0%9D%94%99%5C%5C%5C%22%2Cvfr%3A%5C%5C%5C%22%F0%9D%94%B3%5C%5C%5C%22%2Cvltri%3A%5C%5C%5C%22%E2%8A%B2%5C%5C%5C%22%2Cvnsub%3A%5C%5C%5C%22%E2%8A%82%E2%83%92%5C%5C%5C%22%2Cvnsup%3A%5C%5C%5C%22%E2%8A%83%E2%83%92%5C%5C%5C%22%2CVopf%3A%5C%5C%5C%22%F0%9D%95%8D%5C%5C%5C%22%2Cvopf%3A%5C%5C%5C%22%F0%9D%95%A7%5C%5C%5C%22%2Cvprop%3A%5C%5C%5C%22%E2%88%9D%5C%5C%5C%22%2Cvrtri%3A%5C%5C%5C%22%E2%8A%B3%5C%5C%5C%22%2CVscr%3A%5C%5C%5C%22%F0%9D%92%B1%5C%5C%5C%22%2Cvscr%3A%5C%5C%5C%22%F0%9D%93%8B%5C%5C%5C%22%2CvsubnE%3A%5C%5C%5C%22%E2%AB%8B%EF%B8%80%5C%5C%5C%22%2Cvsubne%3A%5C%5C%5C%22%E2%8A%8A%EF%B8%80%5C%5C%5C%22%2CvsupnE%3A%5C%5C%5C%22%E2%AB%8C%EF%B8%80%5C%5C%5C%22%2Cvsupne%3A%5C%5C%5C%22%E2%8A%8B%EF%B8%80%5C%5C%5C%22%2CVvdash%3A%5C%5C%5C%22%E2%8A%AA%5C%5C%5C%22%2Cvzigzag%3A%5C%5C%5C%22%E2%A6%9A%5C%5C%5C%22%2CWcirc%3A%5C%5C%5C%22%C5%B4%5C%5C%5C%22%2Cwcirc%3A%5C%5C%5C%22%C5%B5%5C%5C%5C%22%2Cwedbar%3A%5C%5C%5C%22%E2%A9%9F%5C%5C%5C%22%2CWedge%3A%5C%5C%5C%22%E2%8B%80%5C%5C%5C%22%2Cwedge%3A%5C%5C%5C%22%E2%88%A7%5C%5C%5C%22%2Cwedgeq%3A%5C%5C%5C%22%E2%89%99%5C%5C%5C%22%2Cweierp%3A%5C%5C%5C%22%E2%84%98%5C%5C%5C%22%2CWfr%3A%5C%5C%5C%22%F0%9D%94%9A%5C%5C%5C%22%2Cwfr%3A%5C%5C%5C%22%F0%9D%94%B4%5C%5C%5C%22%2CWopf%3A%5C%5C%5C%22%F0%9D%95%8E%5C%5C%5C%22%2Cwopf%3A%5C%5C%5C%22%F0%9D%95%A8%5C%5C%5C%22%2Cwp%3A%5C%5C%5C%22%E2%84%98%5C%5C%5C%22%2Cwr%3A%5C%5C%5C%22%E2%89%80%5C%5C%5C%22%2Cwreath%3A%5C%5C%5C%22%E2%89%80%5C%5C%5C%22%2CWscr%3A%5C%5C%5C%22%F0%9D%92%B2%5C%5C%5C%22%2Cwscr%3A%5C%5C%5C%22%F0%9D%93%8C%5C%5C%5C%22%2Cxcap%3A%5C%5C%5C%22%E2%8B%82%5C%5C%5C%22%2Cxcirc%3A%5C%5C%5C%22%E2%97%AF%5C%5C%5C%22%2Cxcup%3A%5C%5C%5C%22%E2%8B%83%5C%5C%5C%22%2Cxdtri%3A%5C%5C%5C%22%E2%96%BD%5C%5C%5C%22%2CXfr%3A%5C%5C%5C%22%F0%9D%94%9B%5C%5C%5C%22%2Cxfr%3A%5C%5C%5C%22%F0%9D%94%B5%5C%5C%5C%22%2CxhArr%3A%5C%5C%5C%22%E2%9F%BA%5C%5C%5C%22%2Cxharr%3A%5C%5C%5C%22%E2%9F%B7%5C%5C%5C%22%2CXi%3A%5C%5C%5C%22%CE%9E%5C%5C%5C%22%2Cxi%3A%5C%5C%5C%22%CE%BE%5C%5C%5C%22%2CxlArr%3A%5C%5C%5C%22%E2%9F%B8%5C%5C%5C%22%2Cxlarr%3A%5C%5C%5C%22%E2%9F%B5%5C%5C%5C%22%2Cxmap%3A%5C%5C%5C%22%E2%9F%BC%5C%5C%5C%22%2Cxnis%3A%5C%5C%5C%22%E2%8B%BB%5C%5C%5C%22%2Cxodot%3A%5C%5C%5C%22%E2%A8%80%5C%5C%5C%22%2CXopf%3A%5C%5C%5C%22%F0%9D%95%8F%5C%5C%5C%22%2Cxopf%3A%5C%5C%5C%22%F0%9D%95%A9%5C%5C%5C%22%2Cxoplus%3A%5C%5C%5C%22%E2%A8%81%5C%5C%5C%22%2Cxotime%3A%5C%5C%5C%22%E2%A8%82%5C%5C%5C%22%2CxrArr%3A%5C%5C%5C%22%E2%9F%B9%5C%5C%5C%22%2Cxrarr%3A%5C%5C%5C%22%E2%9F%B6%5C%5C%5C%22%2CXscr%3A%5C%5C%5C%22%F0%9D%92%B3%5C%5C%5C%22%2Cxscr%3A%5C%5C%5C%22%F0%9D%93%8D%5C%5C%5C%22%2Cxsqcup%3A%5C%5C%5C%22%E2%A8%86%5C%5C%5C%22%2Cxuplus%3A%5C%5C%5C%22%E2%A8%84%5C%5C%5C%22%2Cxutri%3A%5C%5C%5C%22%E2%96%B3%5C%5C%5C%22%2Cxvee%3A%5C%5C%5C%22%E2%8B%81%5C%5C%5C%22%2Cxwedge%3A%5C%5C%5C%22%E2%8B%80%5C%5C%5C%22%2CYacute%3A%5C%5C%5C%22%C3%9D%5C%5C%5C%22%2Cyacute%3A%5C%5C%5C%22%C3%BD%5C%5C%5C%22%2CYAcy%3A%5C%5C%5C%22%D0%AF%5C%5C%5C%22%2Cyacy%3A%5C%5C%5C%22%D1%8F%5C%5C%5C%22%2CYcirc%3A%5C%5C%5C%22%C5%B6%5C%5C%5C%22%2Cycirc%3A%5C%5C%5C%22%C5%B7%5C%5C%5C%22%2CYcy%3A%5C%5C%5C%22%D0%AB%5C%5C%5C%22%2Cycy%3A%5C%5C%5C%22%D1%8B%5C%5C%5C%22%2Cyen%3A%5C%5C%5C%22%C2%A5%5C%5C%5C%22%2CYfr%3A%5C%5C%5C%22%F0%9D%94%9C%5C%5C%5C%22%2Cyfr%3A%5C%5C%5C%22%F0%9D%94%B6%5C%5C%5C%22%2CYIcy%3A%5C%5C%5C%22%D0%87%5C%5C%5C%22%2Cyicy%3A%5C%5C%5C%22%D1%97%5C%5C%5C%22%2CYopf%3A%5C%5C%5C%22%F0%9D%95%90%5C%5C%5C%22%2Cyopf%3A%5C%5C%5C%22%F0%9D%95%AA%5C%5C%5C%22%2CYscr%3A%5C%5C%5C%22%F0%9D%92%B4%5C%5C%5C%22%2Cyscr%3A%5C%5C%5C%22%F0%9D%93%8E%5C%5C%5C%22%2CYUcy%3A%5C%5C%5C%22%D0%AE%5C%5C%5C%22%2Cyucy%3A%5C%5C%5C%22%D1%8E%5C%5C%5C%22%2CYuml%3A%5C%5C%5C%22%C5%B8%5C%5C%5C%22%2Cyuml%3A%5C%5C%5C%22%C3%BF%5C%5C%5C%22%2CZacute%3A%5C%5C%5C%22%C5%B9%5C%5C%5C%22%2Czacute%3A%5C%5C%5C%22%C5%BA%5C%5C%5C%22%2CZcaron%3A%5C%5C%5C%22%C5%BD%5C%5C%5C%22%2Czcaron%3A%5C%5C%5C%22%C5%BE%5C%5C%5C%22%2CZcy%3A%5C%5C%5C%22%D0%97%5C%5C%5C%22%2Czcy%3A%5C%5C%5C%22%D0%B7%5C%5C%5C%22%2CZdot%3A%5C%5C%5C%22%C5%BB%5C%5C%5C%22%2Czdot%3A%5C%5C%5C%22%C5%BC%5C%5C%5C%22%2Czeetrf%3A%5C%5C%5C%22%E2%84%A8%5C%5C%5C%22%2CZeroWidthSpace%3A%5C%5C%5C%22%E2%80%8B%5C%5C%5C%22%2CZeta%3A%5C%5C%5C%22%CE%96%5C%5C%5C%22%2Czeta%3A%5C%5C%5C%22%CE%B6%5C%5C%5C%22%2CZfr%3A%5C%5C%5C%22%E2%84%A8%5C%5C%5C%22%2Czfr%3A%5C%5C%5C%22%F0%9D%94%B7%5C%5C%5C%22%2CZHcy%3A%5C%5C%5C%22%D0%96%5C%5C%5C%22%2Czhcy%3A%5C%5C%5C%22%D0%B6%5C%5C%5C%22%2Czigrarr%3A%5C%5C%5C%22%E2%87%9D%5C%5C%5C%22%2CZopf%3A%5C%5C%5C%22%E2%84%A4%5C%5C%5C%22%2Czopf%3A%5C%5C%5C%22%F0%9D%95%AB%5C%5C%5C%22%2CZscr%3A%5C%5C%5C%22%F0%9D%92%B5%5C%5C%5C%22%2Czscr%3A%5C%5C%5C%22%F0%9D%93%8F%5C%5C%5C%22%2Czwj%3A%5C%5C%5C%22%E2%80%8D%5C%5C%5C%22%2Czwnj%3A%5C%5C%5C%22%E2%80%8C%5C%5C%5C%22%7D%2Cr%3DObject.prototype.hasOwnProperty%3Bfunction%20n(e)%7Breturn%20o%3De%2C(n%3Dt)%26%26r.call(n%2Co)%3Ft%5Be%5D%3Ae%3Bvar%20n%2Co%7Dvar%20o%3DObject.prototype.hasOwnProperty%3Bfunction%20s(e%2Ct)%7Breturn!!e%26%26o.call(e%2Ct)%7Dfunction%20i(e)%7Breturn%5B%5D.slice.call(arguments%2C1).forEach(function(t)%7Bif(t)%7Bif(%5C%5C%5C%22object%5C%5C%5C%22!%3Dtypeof%20t)throw%20new%20TypeError(t%2B%5C%5C%5C%22must%20be%20object%5C%5C%5C%22)%3BObject.keys(t).forEach(function(r)%7Be%5Br%5D%3Dt%5Br%5D%7D)%7D%7D)%2Ce%7Dvar%20a%3D%2F%5C%5C%5C%5C%5C%5C%5C%5C(%5B%5C%5C%5C%5C%5C%5C%5C%5C!%5C%5C%5C%22%23%24%25%26'()*%2B%2C.%5C%5C%5C%5C%2F%3A%3B%3C%3D%3E%3F%40%5B%5C%5C%5C%5C%5D%5E_%60%7B%7C%7D~-%5D)%2Fg%3Bfunction%20u(e)%7Breturn%20e.indexOf(%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%22)%3C0%3Fe%3Ae.replace(a%2C%5C%5C%5C%22%241%5C%5C%5C%22)%7Dfunction%20l(e)%7Breturn!(e%3E%3D55296%26%26e%3C%3D57343)%26%26(!(e%3E%3D64976%26%26e%3C%3D65007)%26%26(65535!%3D(65535%26e)%26%2665534!%3D(65535%26e)%26%26(!(e%3E%3D0%26%26e%3C%3D8)%26%26(11!%3D%3De%26%26(!(e%3E%3D14%26%26e%3C%3D31)%26%26(!(e%3E%3D127%26%26e%3C%3D159)%26%26!(e%3E1114111)))))))%7Dfunction%20c(e)%7Bif(e%3E65535)%7Bvar%20t%3D55296%2B((e-%3D65536)%3E%3E10)%2Cr%3D56320%2B(1023%26e)%3Breturn%20String.fromCharCode(t%2Cr)%7Dreturn%20String.fromCharCode(e)%7Dvar%20p%3D%2F%26(%5Ba-z%23%5D%5Ba-z0-9%5D%7B1%2C31%7D)%3B%2Fgi%2Ch%3D%2F%5E%23((%3F%3Ax%5Ba-f0-9%5D%7B1%2C8%7D%7C%5B0-9%5D%7B1%2C8%7D))%2Fi%3Bfunction%20f(e%2Ct)%7Bvar%20r%3D0%2Co%3Dn(t)%3Breturn%20t!%3D%3Do%3Fo%3A35%3D%3D%3Dt.charCodeAt(0)%26%26h.test(t)%26%26l(r%3D%5C%5C%5C%22x%5C%5C%5C%22%3D%3D%3Dt%5B1%5D.toLowerCase()%3FparseInt(t.slice(2)%2C16)%3AparseInt(t.slice(1)%2C10))%3Fc(r)%3Ae%7Dfunction%20g(e)%7Breturn%20e.indexOf(%5C%5C%5C%22%26%5C%5C%5C%22)%3C0%3Fe%3Ae.replace(p%2Cf)%7Dvar%20d%3D%2F%5B%26%3C%3E%5C%5C%5C%22%5D%2F%2Cm%3D%2F%5B%26%3C%3E%5C%5C%5C%22%5D%2Fg%2Cb%3D%7B%5C%5C%5C%22%26%5C%5C%5C%22%3A%5C%5C%5C%22%26amp%3B%5C%5C%5C%22%2C%5C%5C%5C%22%3C%5C%5C%5C%22%3A%5C%5C%5C%22%26lt%3B%5C%5C%5C%22%2C%5C%5C%5C%22%3E%5C%5C%5C%22%3A%5C%5C%5C%22%26gt%3B%5C%5C%5C%22%2C'%5C%5C%5C%22'%3A%5C%5C%5C%22%26quot%3B%5C%5C%5C%22%7D%3Bfunction%20v(e)%7Breturn%20b%5Be%5D%7Dfunction%20k(e)%7Breturn%20d.test(e)%3Fe.replace(m%2Cv)%3Ae%7Dvar%20A%3DObject.freeze(%7BisString%3Afunction(e)%7Breturn%5C%5C%5C%22%5Bobject%20String%5D%5C%5C%5C%22%3D%3D%3Dfunction(e)%7Breturn%20Object.prototype.toString.call(e)%7D(e)%7D%2Chas%3As%2Cassign%3Ai%2CunescapeMd%3Au%2CisValidEntityCode%3Al%2CfromCodePoint%3Ac%2CreplaceEntities%3Ag%2CescapeHtml%3Ak%7D)%2Cy%3D%7B%7D%3By.blockquote_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cblockquote%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.blockquote_close%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3C%2Fblockquote%3E%5C%5C%5C%22%2Bx(e%2Ct)%7D%2Cy.code%3Dfunction(e%2Ct)%7Breturn%20e%5Bt%5D.block%3F%5C%5C%5C%22%3Cpre%3E%3Ccode%3E%5C%5C%5C%22%2Bk(e%5Bt%5D.content)%2B%5C%5C%5C%22%3C%2Fcode%3E%3C%2Fpre%3E%5C%5C%5C%22%2Bx(e%2Ct)%3A%5C%5C%5C%22%3Ccode%3E%5C%5C%5C%22%2Bk(e%5Bt%5D.content)%2B%5C%5C%5C%22%3C%2Fcode%3E%5C%5C%5C%22%7D%2Cy.fence%3Dfunction(e%2Ct%2Cr%2Cn%2Co)%7Bvar%20i%2Ca%2Cl%3De%5Bt%5D%2Cc%3D%5C%5C%5C%22%5C%5C%5C%22%2Cp%3Dr.langPrefix%3Bif(l.params)%7Bif(a%3D(i%3Dl.params.split(%2F%5C%5C%5C%5Cs%2B%2Fg)).join(%5C%5C%5C%22%20%5C%5C%5C%22)%2Cs(o.rules.fence_custom%2Ci%5B0%5D))return%20o.rules.fence_custom%5Bi%5B0%5D%5D(e%2Ct%2Cr%2Cn%2Co)%3Bc%3D'%20class%3D%5C%5C%5C%22'%2Bp%2Bk(g(u(a)))%2B'%5C%5C%5C%22'%7Dreturn%5C%5C%5C%22%3Cpre%3E%3Ccode%5C%5C%5C%22%2Bc%2B%5C%5C%5C%22%3E%5C%5C%5C%22%2B(r.highlight%26%26r.highlight.apply(r.highlight%2C%5Bl.content%5D.concat(i))%7C%7Ck(l.content))%2B%5C%5C%5C%22%3C%2Fcode%3E%3C%2Fpre%3E%5C%5C%5C%22%2Bx(e%2Ct)%7D%2Cy.fence_custom%3D%7B%7D%2Cy.heading_open%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3Ch%5C%5C%5C%22%2Be%5Bt%5D.hLevel%2B%5C%5C%5C%22%3E%5C%5C%5C%22%7D%2Cy.heading_close%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3C%2Fh%5C%5C%5C%22%2Be%5Bt%5D.hLevel%2B%5C%5C%5C%22%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.hr%3Dfunction(e%2Ct%2Cr)%7Breturn(r.xhtmlOut%3F%5C%5C%5C%22%3Chr%20%2F%3E%5C%5C%5C%22%3A%5C%5C%5C%22%3Chr%3E%5C%5C%5C%22)%2Bx(e%2Ct)%7D%2Cy.bullet_list_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cul%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.bullet_list_close%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3C%2Ful%3E%5C%5C%5C%22%2Bx(e%2Ct)%7D%2Cy.list_item_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cli%3E%5C%5C%5C%22%7D%2Cy.list_item_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fli%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.ordered_list_open%3Dfunction(e%2Ct)%7Bvar%20r%3De%5Bt%5D%3Breturn%5C%5C%5C%22%3Col%5C%5C%5C%22%2B(r.order%3E1%3F'%20start%3D%5C%5C%5C%22'%2Br.order%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.ordered_list_close%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3C%2Fol%3E%5C%5C%5C%22%2Bx(e%2Ct)%7D%2Cy.paragraph_open%3Dfunction(e%2Ct)%7Breturn%20e%5Bt%5D.tight%3F%5C%5C%5C%22%5C%5C%5C%22%3A%5C%5C%5C%22%3Cp%3E%5C%5C%5C%22%7D%2Cy.paragraph_close%3Dfunction(e%2Ct)%7Bvar%20r%3D!(e%5Bt%5D.tight%26%26t%26%26%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3De%5Bt-1%5D.type%26%26!e%5Bt-1%5D.content)%3Breturn(e%5Bt%5D.tight%3F%5C%5C%5C%22%5C%5C%5C%22%3A%5C%5C%5C%22%3C%2Fp%3E%5C%5C%5C%22)%2B(r%3Fx(e%2Ct)%3A%5C%5C%5C%22%5C%5C%5C%22)%7D%2Cy.link_open%3Dfunction(e%2Ct%2Cr)%7Bvar%20n%3De%5Bt%5D.title%3F'%20title%3D%5C%5C%5C%22'%2Bk(g(e%5Bt%5D.title))%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22%2Co%3Dr.linkTarget%3F'%20target%3D%5C%5C%5C%22'%2Br.linkTarget%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22%3Breturn'%3Ca%20href%3D%5C%5C%5C%22'%2Bk(e%5Bt%5D.href)%2B'%5C%5C%5C%22'%2Bn%2Bo%2B%5C%5C%5C%22%3E%5C%5C%5C%22%7D%2Cy.link_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fa%3E%5C%5C%5C%22%7D%2Cy.image%3Dfunction(e%2Ct%2Cr)%7Bvar%20n%3D'%20src%3D%5C%5C%5C%22'%2Bk(e%5Bt%5D.src)%2B'%5C%5C%5C%22'%2Co%3De%5Bt%5D.title%3F'%20title%3D%5C%5C%5C%22'%2Bk(g(e%5Bt%5D.title))%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22%3Breturn%5C%5C%5C%22%3Cimg%5C%5C%5C%22%2Bn%2B('%20alt%3D%5C%5C%5C%22'%2B(e%5Bt%5D.alt%3Fk(g(u(e%5Bt%5D.alt)))%3A%5C%5C%5C%22%5C%5C%5C%22)%2B'%5C%5C%5C%22')%2Bo%2B(r.xhtmlOut%3F%5C%5C%5C%22%20%2F%5C%5C%5C%22%3A%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%3E%5C%5C%5C%22%7D%2Cy.table_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Ctable%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.table_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Ftable%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.thead_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cthead%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.thead_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fthead%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.tbody_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Ctbody%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.tbody_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Ftbody%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.tr_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Ctr%3E%5C%5C%5C%22%7D%2Cy.tr_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Ftr%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.th_open%3Dfunction(e%2Ct)%7Bvar%20r%3De%5Bt%5D%3Breturn%5C%5C%5C%22%3Cth%5C%5C%5C%22%2B(r.align%3F'%20style%3D%5C%5C%5C%22text-align%3A'%2Br.align%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%3E%5C%5C%5C%22%7D%2Cy.th_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fth%3E%5C%5C%5C%22%7D%2Cy.td_open%3Dfunction(e%2Ct)%7Bvar%20r%3De%5Bt%5D%3Breturn%5C%5C%5C%22%3Ctd%5C%5C%5C%22%2B(r.align%3F'%20style%3D%5C%5C%5C%22text-align%3A'%2Br.align%2B'%5C%5C%5C%22'%3A%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%3E%5C%5C%5C%22%7D%2Cy.td_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Ftd%3E%5C%5C%5C%22%7D%2Cy.strong_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cstrong%3E%5C%5C%5C%22%7D%2Cy.strong_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fstrong%3E%5C%5C%5C%22%7D%2Cy.em_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cem%3E%5C%5C%5C%22%7D%2Cy.em_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fem%3E%5C%5C%5C%22%7D%2Cy.del_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cdel%3E%5C%5C%5C%22%7D%2Cy.del_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fdel%3E%5C%5C%5C%22%7D%2Cy.ins_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cins%3E%5C%5C%5C%22%7D%2Cy.ins_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fins%3E%5C%5C%5C%22%7D%2Cy.mark_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cmark%3E%5C%5C%5C%22%7D%2Cy.mark_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fmark%3E%5C%5C%5C%22%7D%2Cy.sub%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3Csub%3E%5C%5C%5C%22%2Bk(e%5Bt%5D.content)%2B%5C%5C%5C%22%3C%2Fsub%3E%5C%5C%5C%22%7D%2Cy.sup%3Dfunction(e%2Ct)%7Breturn%5C%5C%5C%22%3Csup%3E%5C%5C%5C%22%2Bk(e%5Bt%5D.content)%2B%5C%5C%5C%22%3C%2Fsup%3E%5C%5C%5C%22%7D%2Cy.hardbreak%3Dfunction(e%2Ct%2Cr)%7Breturn%20r.xhtmlOut%3F%5C%5C%5C%22%3Cbr%20%2F%3E%5C%5C%5C%5Cn%5C%5C%5C%22%3A%5C%5C%5C%22%3Cbr%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.softbreak%3Dfunction(e%2Ct%2Cr)%7Breturn%20r.breaks%3Fr.xhtmlOut%3F%5C%5C%5C%22%3Cbr%20%2F%3E%5C%5C%5C%5Cn%5C%5C%5C%22%3A%5C%5C%5C%22%3Cbr%3E%5C%5C%5C%5Cn%5C%5C%5C%22%3A%5C%5C%5C%22%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.text%3Dfunction(e%2Ct)%7Breturn%20k(e%5Bt%5D.content)%7D%2Cy.htmlblock%3Dfunction(e%2Ct)%7Breturn%20e%5Bt%5D.content%7D%2Cy.htmltag%3Dfunction(e%2Ct)%7Breturn%20e%5Bt%5D.content%7D%2Cy.abbr_open%3Dfunction(e%2Ct)%7Breturn'%3Cabbr%20title%3D%5C%5C%5C%22'%2Bk(g(e%5Bt%5D.title))%2B'%5C%5C%5C%22%3E'%7D%2Cy.abbr_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fabbr%3E%5C%5C%5C%22%7D%2Cy.footnote_ref%3Dfunction(e%2Ct)%7Bvar%20r%3DNumber(e%5Bt%5D.id%2B1).toString()%2Cn%3D%5C%5C%5C%22fnref%5C%5C%5C%22%2Br%3Breturn%20e%5Bt%5D.subId%3E0%26%26(n%2B%3D%5C%5C%5C%22%3A%5C%5C%5C%22%2Be%5Bt%5D.subId)%2C'%3Csup%20class%3D%5C%5C%5C%22footnote-ref%5C%5C%5C%22%3E%3Ca%20href%3D%5C%5C%5C%22%23fn'%2Br%2B'%5C%5C%5C%22%20id%3D%5C%5C%5C%22'%2Bn%2B'%5C%5C%5C%22%3E%5B'%2Br%2B%5C%5C%5C%22%5D%3C%2Fa%3E%3C%2Fsup%3E%5C%5C%5C%22%7D%2Cy.footnote_block_open%3Dfunction(e%2Ct%2Cr)%7Breturn(r.xhtmlOut%3F'%3Chr%20class%3D%5C%5C%5C%22footnotes-sep%5C%5C%5C%22%20%2F%3E%5C%5C%5C%5Cn'%3A'%3Chr%20class%3D%5C%5C%5C%22footnotes-sep%5C%5C%5C%22%3E%5C%5C%5C%5Cn')%2B'%3Csection%20class%3D%5C%5C%5C%22footnotes%5C%5C%5C%22%3E%5C%5C%5C%5Cn%3Col%20class%3D%5C%5C%5C%22footnotes-list%5C%5C%5C%22%3E%5C%5C%5C%5Cn'%7D%2Cy.footnote_block_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fol%3E%5C%5C%5C%5Cn%3C%2Fsection%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.footnote_open%3Dfunction(e%2Ct)%7Breturn'%3Cli%20id%3D%5C%5C%5C%22fn'%2BNumber(e%5Bt%5D.id%2B1).toString()%2B'%5C%5C%5C%22%20%20class%3D%5C%5C%5C%22footnote-item%5C%5C%5C%22%3E'%7D%2Cy.footnote_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fli%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.footnote_anchor%3Dfunction(e%2Ct)%7Bvar%20r%3D%5C%5C%5C%22fnref%5C%5C%5C%22%2BNumber(e%5Bt%5D.id%2B1).toString()%3Breturn%20e%5Bt%5D.subId%3E0%26%26(r%2B%3D%5C%5C%5C%22%3A%5C%5C%5C%22%2Be%5Bt%5D.subId)%2C'%20%3Ca%20href%3D%5C%5C%5C%22%23'%2Br%2B'%5C%5C%5C%22%20class%3D%5C%5C%5C%22footnote-backref%5C%5C%5C%22%3E%E2%86%A9%3C%2Fa%3E'%7D%2Cy.dl_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cdl%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.dt_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cdt%3E%5C%5C%5C%22%7D%2Cy.dd_open%3Dfunction()%7Breturn%5C%5C%5C%22%3Cdd%3E%5C%5C%5C%22%7D%2Cy.dl_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fdl%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.dt_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fdt%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%2Cy.dd_close%3Dfunction()%7Breturn%5C%5C%5C%22%3C%2Fdd%3E%5C%5C%5C%5Cn%5C%5C%5C%22%7D%3Bvar%20x%3Dy.getBreak%3Dfunction(e%2Ct)%7Breturn(t%3Dfunction%20e(t%2Cr)%7Breturn%2B%2Br%3E%3Dt.length-2%3Fr%3A%5C%5C%5C%22paragraph_open%5C%5C%5C%22%3D%3D%3Dt%5Br%5D.type%26%26t%5Br%5D.tight%26%26%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3Dt%5Br%2B1%5D.type%26%260%3D%3D%3Dt%5Br%2B1%5D.content.length%26%26%5C%5C%5C%22paragraph_close%5C%5C%5C%22%3D%3D%3Dt%5Br%2B2%5D.type%26%26t%5Br%2B2%5D.tight%3Fe(t%2Cr%2B2)%3Ar%7D(e%2Ct))%3Ce.length%26%26%5C%5C%5C%22list_item_close%5C%5C%5C%22%3D%3D%3De%5Bt%5D.type%3F%5C%5C%5C%22%5C%5C%5C%22%3A%5C%5C%5C%22%5C%5C%5C%5Cn%5C%5C%5C%22%7D%3Bfunction%20w()%7Bthis.rules%3Di(%7B%7D%2Cy)%2Cthis.getBreak%3Dy.getBreak%7Dfunction%20C()%7Bthis.__rules__%3D%5B%5D%2Cthis.__cache__%3Dnull%7Dfunction%20E(e%2Ct%2Cr%2Cn%2Co)%7Bthis.src%3De%2Cthis.env%3Dn%2Cthis.options%3Dr%2Cthis.parser%3Dt%2Cthis.tokens%3Do%2Cthis.pos%3D0%2Cthis.posMax%3Dthis.src.length%2Cthis.level%3D0%2Cthis.pending%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.pendingLevel%3D0%2Cthis.cache%3D%5B%5D%2Cthis.isInLabel%3D!1%2Cthis.linkLevel%3D0%2Cthis.linkContent%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.labelUnmatchedScopes%3D0%7Dfunction%20D(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%3D-1%2Ci%3De.posMax%2Ca%3De.pos%2Cu%3De.isInLabel%3Bif(e.isInLabel)return-1%3Bif(e.labelUnmatchedScopes)return%20e.labelUnmatchedScopes--%2C-1%3Bfor(e.pos%3Dt%2B1%2Ce.isInLabel%3D!0%2Cr%3D1%3Be.pos%3Ci%3B)%7Bif(91%3D%3D%3D(o%3De.src.charCodeAt(e.pos)))r%2B%2B%3Belse%20if(93%3D%3D%3Do%26%260%3D%3D%3D--r)%7Bn%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20n%3F(s%3De.pos%2Ce.labelUnmatchedScopes%3D0)%3Ae.labelUnmatchedScopes%3Dr-1%2Ce.pos%3Da%2Ce.isInLabel%3Du%2Cs%7Dfunction%20_(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%3Bif(42!%3D%3De.charCodeAt(0))return-1%3Bif(91!%3D%3De.charCodeAt(1))return-1%3Bif(-1%3D%3D%3De.indexOf(%5C%5C%5C%22%5D%3A%5C%5C%5C%22))return-1%3Bif((s%3DD(o%3Dnew%20E(e%2Ct%2Cr%2Cn%2C%5B%5D)%2C1))%3C0%7C%7C58!%3D%3De.charCodeAt(s%2B1))return-1%3Bfor(a%3Do.posMax%2Ci%3Ds%2B2%3Bi%3Ca%26%2610!%3D%3Do.src.charCodeAt(i)%3Bi%2B%2B)%3Breturn%20u%3De.slice(2%2Cs)%2C0%3D%3D%3D(l%3De.slice(s%2B2%2Ci).trim()).length%3F-1%3A(n.abbreviations%7C%7C(n.abbreviations%3D%7B%7D)%2Cvoid%200%3D%3D%3Dn.abbreviations%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bu%5D%26%26(n.abbreviations%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bu%5D%3Dl)%2Ci)%7Dfunction%20B(e)%7Bvar%20t%3Dg(e)%3Btry%7Bt%3DdecodeURI(t)%7Dcatch(e)%7B%7Dreturn%20encodeURI(t)%7Dfunction%20q(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%3Dt%2Ci%3De.posMax%3Bif(60%3D%3D%3De.src.charCodeAt(t))%7Bfor(t%2B%2B%3Bt%3Ci%3B)%7Bif(10%3D%3D%3D(r%3De.src.charCodeAt(t)))return!1%3Bif(62%3D%3D%3Dr)return%20o%3DB(u(e.src.slice(s%2B1%2Ct)))%2C!!e.parser.validateLink(o)%26%26(e.pos%3Dt%2B1%2Ce.linkContent%3Do%2C!0)%3B92%3D%3D%3Dr%26%26t%2B1%3Ci%3Ft%2B%3D2%3At%2B%2B%7Dreturn!1%7Dfor(n%3D0%3Bt%3Ci%26%2632!%3D%3D(r%3De.src.charCodeAt(t))%26%26!(r%3C32%7C%7C127%3D%3D%3Dr)%3B)if(92%3D%3D%3Dr%26%26t%2B1%3Ci)t%2B%3D2%3Belse%7Bif(40%3D%3D%3Dr%26%26%2B%2Bn%3E1)break%3Bif(41%3D%3D%3Dr%26%26--n%3C0)break%3Bt%2B%2B%7Dreturn%20s!%3D%3Dt%26%26(o%3Du(e.src.slice(s%2Ct))%2C!!e.parser.validateLink(o)%26%26(e.linkContent%3Do%2Ce.pos%3Dt%2C!0))%7Dfunction%20F(e%2Ct)%7Bvar%20r%2Cn%3Dt%2Co%3De.posMax%2Cs%3De.src.charCodeAt(t)%3Bif(34!%3D%3Ds%26%2639!%3D%3Ds%26%2640!%3D%3Ds)return!1%3Bfor(t%2B%2B%2C40%3D%3D%3Ds%26%26(s%3D41)%3Bt%3Co%3B)%7Bif((r%3De.src.charCodeAt(t))%3D%3D%3Ds)return%20e.pos%3Dt%2B1%2Ce.linkContent%3Du(e.src.slice(n%2B1%2Ct))%2C!0%3B92%3D%3D%3Dr%26%26t%2B1%3Co%3Ft%2B%3D2%3At%2B%2B%7Dreturn!1%7Dfunction%20M(e)%7Breturn%20e.trim().replace(%2F%5C%5C%5C%5Cs%2B%2Fg%2C%5C%5C%5C%22%20%5C%5C%5C%22).toUpperCase()%7Dfunction%20S(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%3Bif(91!%3D%3De.charCodeAt(0))return-1%3Bif(-1%3D%3D%3De.indexOf(%5C%5C%5C%22%5D%3A%5C%5C%5C%22))return-1%3Bif((s%3DD(o%3Dnew%20E(e%2Ct%2Cr%2Cn%2C%5B%5D)%2C0))%3C0%7C%7C58!%3D%3De.charCodeAt(s%2B1))return-1%3Bfor(a%3Do.posMax%2Ci%3Ds%2B2%3Bi%3Ca%26%26(32%3D%3D%3D(u%3Do.src.charCodeAt(i))%7C%7C10%3D%3D%3Du)%3Bi%2B%2B)%3Bif(!q(o%2Ci))return-1%3Bfor(c%3Do.linkContent%2Cl%3Di%3Do.pos%2Ci%2B%3D1%3Bi%3Ca%26%26(32%3D%3D%3D(u%3Do.src.charCodeAt(i))%7C%7C10%3D%3D%3Du)%3Bi%2B%2B)%3Bfor(i%3Ca%26%26l!%3D%3Di%26%26F(o%2Ci)%3F(p%3Do.linkContent%2Ci%3Do.pos)%3A(p%3D%5C%5C%5C%22%5C%5C%5C%22%2Ci%3Dl)%3Bi%3Ca%26%2632%3D%3D%3Do.src.charCodeAt(i)%3B)i%2B%2B%3Breturn%20i%3Ca%26%2610!%3D%3Do.src.charCodeAt(i)%3F-1%3A(h%3DM(e.slice(1%2Cs))%2Cvoid%200%3D%3D%3Dn.references%5Bh%5D%26%26(n.references%5Bh%5D%3D%7Btitle%3Ap%2Chref%3Ac%7D)%2Ci)%7Dw.prototype.renderInline%3Dfunction(e%2Ct%2Cr)%7Bfor(var%20n%3Dthis.rules%2Co%3De.length%2Cs%3D0%2Ci%3D%5C%5C%5C%22%5C%5C%5C%22%3Bo--%3B)i%2B%3Dn%5Be%5Bs%5D.type%5D(e%2Cs%2B%2B%2Ct%2Cr%2Cthis)%3Breturn%20i%7D%2Cw.prototype.render%3Dfunction(e%2Ct%2Cr)%7Bfor(var%20n%3Dthis.rules%2Co%3De.length%2Cs%3D-1%2Ci%3D%5C%5C%5C%22%5C%5C%5C%22%3B%2B%2Bs%3Co%3B)%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3De%5Bs%5D.type%3Fi%2B%3Dthis.renderInline(e%5Bs%5D.children%2Ct%2Cr)%3Ai%2B%3Dn%5Be%5Bs%5D.type%5D(e%2Cs%2Ct%2Cr%2Cthis)%3Breturn%20i%7D%2CC.prototype.__find__%3Dfunction(e)%7Bfor(var%20t%3Dthis.__rules__.length%2Cr%3D-1%3Bt--%3B)if(this.__rules__%5B%2B%2Br%5D.name%3D%3D%3De)return%20r%3Breturn-1%7D%2CC.prototype.__compile__%3Dfunction()%7Bvar%20e%3Dthis%2Ct%3D%5B%5C%5C%5C%22%5C%5C%5C%22%5D%3Be.__rules__.forEach(function(e)%7Be.enabled%26%26e.alt.forEach(function(e)%7Bt.indexOf(e)%3C0%26%26t.push(e)%7D)%7D)%2Ce.__cache__%3D%7B%7D%2Ct.forEach(function(t)%7Be.__cache__%5Bt%5D%3D%5B%5D%2Ce.__rules__.forEach(function(r)%7Br.enabled%26%26(t%26%26r.alt.indexOf(t)%3C0%7C%7Ce.__cache__%5Bt%5D.push(r.fn))%7D)%7D)%7D%2CC.prototype.at%3Dfunction(e%2Ct%2Cr)%7Bvar%20n%3Dthis.__find__(e)%2Co%3Dr%7C%7C%7B%7D%3Bif(-1%3D%3D%3Dn)throw%20new%20Error(%5C%5C%5C%22Parser%20rule%20not%20found%3A%20%5C%5C%5C%22%2Be)%3Bthis.__rules__%5Bn%5D.fn%3Dt%2Cthis.__rules__%5Bn%5D.alt%3Do.alt%7C%7C%5B%5D%2Cthis.__cache__%3Dnull%7D%2CC.prototype.before%3Dfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%3Dthis.__find__(e)%2Cs%3Dn%7C%7C%7B%7D%3Bif(-1%3D%3D%3Do)throw%20new%20Error(%5C%5C%5C%22Parser%20rule%20not%20found%3A%20%5C%5C%5C%22%2Be)%3Bthis.__rules__.splice(o%2C0%2C%7Bname%3At%2Cenabled%3A!0%2Cfn%3Ar%2Calt%3As.alt%7C%7C%5B%5D%7D)%2Cthis.__cache__%3Dnull%7D%2CC.prototype.after%3Dfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%3Dthis.__find__(e)%2Cs%3Dn%7C%7C%7B%7D%3Bif(-1%3D%3D%3Do)throw%20new%20Error(%5C%5C%5C%22Parser%20rule%20not%20found%3A%20%5C%5C%5C%22%2Be)%3Bthis.__rules__.splice(o%2B1%2C0%2C%7Bname%3At%2Cenabled%3A!0%2Cfn%3Ar%2Calt%3As.alt%7C%7C%5B%5D%7D)%2Cthis.__cache__%3Dnull%7D%2CC.prototype.push%3Dfunction(e%2Ct%2Cr)%7Bvar%20n%3Dr%7C%7C%7B%7D%3Bthis.__rules__.push(%7Bname%3Ae%2Cenabled%3A!0%2Cfn%3At%2Calt%3An.alt%7C%7C%5B%5D%7D)%2Cthis.__cache__%3Dnull%7D%2CC.prototype.enable%3Dfunction(e%2Ct)%7Be%3DArray.isArray(e)%3Fe%3A%5Be%5D%2Ct%26%26this.__rules__.forEach(function(e)%7Be.enabled%3D!1%7D)%2Ce.forEach(function(e)%7Bvar%20t%3Dthis.__find__(e)%3Bif(t%3C0)throw%20new%20Error(%5C%5C%5C%22Rules%20manager%3A%20invalid%20rule%20name%20%5C%5C%5C%22%2Be)%3Bthis.__rules__%5Bt%5D.enabled%3D!0%7D%2Cthis)%2Cthis.__cache__%3Dnull%7D%2CC.prototype.disable%3Dfunction(e)%7B(e%3DArray.isArray(e)%3Fe%3A%5Be%5D).forEach(function(e)%7Bvar%20t%3Dthis.__find__(e)%3Bif(t%3C0)throw%20new%20Error(%5C%5C%5C%22Rules%20manager%3A%20invalid%20rule%20name%20%5C%5C%5C%22%2Be)%3Bthis.__rules__%5Bt%5D.enabled%3D!1%7D%2Cthis)%2Cthis.__cache__%3Dnull%7D%2CC.prototype.getRules%3Dfunction(e)%7Breturn%20null%3D%3D%3Dthis.__cache__%26%26this.__compile__()%2Cthis.__cache__%5Be%5D%7C%7C%5B%5D%7D%2CE.prototype.pushPending%3Dfunction()%7Bthis.tokens.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Athis.pending%2Clevel%3Athis.pendingLevel%7D)%2Cthis.pending%3D%5C%5C%5C%22%5C%5C%5C%22%7D%2CE.prototype.push%3Dfunction(e)%7Bthis.pending%26%26this.pushPending()%2Cthis.tokens.push(e)%2Cthis.pendingLevel%3Dthis.level%7D%2CE.prototype.cacheSet%3Dfunction(e%2Ct)%7Bfor(var%20r%3Dthis.cache.length%3Br%3C%3De%3Br%2B%2B)this.cache.push(0)%3Bthis.cache%5Be%5D%3Dt%7D%2CE.prototype.cacheGet%3Dfunction(e)%7Breturn%20e%3Cthis.cache.length%3Fthis.cache%5Be%5D%3A0%7D%3Bvar%20T%3D%5C%5C%5C%22%20%5C%5C%5C%5Cn()%5B%5D'%5C%5C%5C%5C%5C%5C%5C%22.%2C!%3F-%5C%5C%5C%22%3Bfunction%20L(e)%7Breturn%20e.replace(%2F(%5B-()%5C%5C%5C%5C%5B%5C%5C%5C%5C%5D%7B%7D%2B%3F*.%24%5C%5C%5C%5C%5E%7C%2C%3A%23%3C!%5C%5C%5C%5C%5C%5C%5C%5C%5D)%2Fg%2C%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C%241%5C%5C%5C%22)%7Dvar%20R%3D%2F%5C%5C%5C%5C%2B-%7C%5C%5C%5C%5C.%5C%5C%5C%5C.%7C%5C%5C%5C%5C%3F%5C%5C%5C%5C%3F%5C%5C%5C%5C%3F%5C%5C%5C%5C%3F%7C!!!!%7C%2C%2C%7C--%2F%2CN%3D%2F%5C%5C%5C%5C((c%7Ctm%7Cr%7Cp)%5C%5C%5C%5C)%2Fgi%2Cz%3D%7Bc%3A%5C%5C%5C%22%C2%A9%5C%5C%5C%22%2Cr%3A%5C%5C%5C%22%C2%AE%5C%5C%5C%22%2Cp%3A%5C%5C%5C%22%C2%A7%5C%5C%5C%22%2Ctm%3A%5C%5C%5C%22%E2%84%A2%5C%5C%5C%22%7D%3Bvar%20P%3D%2F%5B'%5C%5C%5C%22%5D%2F%2Cj%3D%2F%5B'%5C%5C%5C%22%5D%2Fg%2CI%3D%2F%5B-%5C%5C%5C%5Cs()%5C%5C%5C%5C%5B%5C%5C%5C%5C%5D%5D%2F%2CO%3D%5C%5C%5C%22%E2%80%99%5C%5C%5C%22%3Bfunction%20U(e%2Ct)%7Breturn!(t%3C0%7C%7Ct%3E%3De.length)%26%26!I.test(e%5Bt%5D)%7Dfunction%20H(e%2Ct%2Cr)%7Breturn%20e.substr(0%2Ct)%2Br%2Be.substr(t%2B1)%7Dvar%20V%3D%5B%5B%5C%5C%5C%22block%5C%5C%5C%22%2Cfunction(e)%7Be.inlineMode%3Fe.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Ae.src.replace(%2F%5C%5C%5C%5Cn%2Fg%2C%5C%5C%5C%22%20%5C%5C%5C%22).trim()%2Clevel%3A0%2Clines%3A%5B0%2C1%5D%2Cchildren%3A%5B%5D%7D)%3Ae.block.parse(e.src%2Ce.options%2Ce.env%2Ce.tokens)%7D%5D%2C%5B%5C%5C%5C%22abbr%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%3De.tokens%3Bif(!e.inlineMode)for(t%3D1%2Cr%3Ds.length-1%3Bt%3Cr%3Bt%2B%2B)if(%5C%5C%5C%22paragraph_open%5C%5C%5C%22%3D%3D%3Ds%5Bt-1%5D.type%26%26%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3Ds%5Bt%5D.type%26%26%5C%5C%5C%22paragraph_close%5C%5C%5C%22%3D%3D%3Ds%5Bt%2B1%5D.type)%7Bfor(n%3Ds%5Bt%5D.content%3Bn.length%26%26!((o%3D_(n%2Ce.inline%2Ce.options%2Ce.env))%3C0)%3B)n%3Dn.slice(o).trim()%3Bs%5Bt%5D.content%3Dn%2Cn.length%7C%7C(s%5Bt-1%5D.tight%3D!0%2Cs%5Bt%2B1%5D.tight%3D!0)%7D%7D%5D%2C%5B%5C%5C%5C%22references%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%3De.tokens%3Bif(e.env.references%3De.env.references%7C%7C%7B%7D%2C!e.inlineMode)for(t%3D1%2Cr%3Ds.length-1%3Bt%3Cr%3Bt%2B%2B)if(%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3Ds%5Bt%5D.type%26%26%5C%5C%5C%22paragraph_open%5C%5C%5C%22%3D%3D%3Ds%5Bt-1%5D.type%26%26%5C%5C%5C%22paragraph_close%5C%5C%5C%22%3D%3D%3Ds%5Bt%2B1%5D.type)%7Bfor(n%3Ds%5Bt%5D.content%3Bn.length%26%26!((o%3DS(n%2Ce.inline%2Ce.options%2Ce.env))%3C0)%3B)n%3Dn.slice(o).trim()%3Bs%5Bt%5D.content%3Dn%2Cn.length%7C%7C(s%5Bt-1%5D.tight%3D!0%2Cs%5Bt%2B1%5D.tight%3D!0)%7D%7D%5D%2C%5B%5C%5C%5C%22inline%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%3De.tokens%3Bfor(r%3D0%2Cn%3Do.length%3Br%3Cn%3Br%2B%2B)%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3D(t%3Do%5Br%5D).type%26%26e.inline.parse(t.content%2Ce.options%2Ce.env%2Ct.children)%7D%5D%2C%5B%5C%5C%5C%22footnote_tail%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%3D0%2Cp%3D!1%2Ch%3D%7B%7D%3Bif(e.env.footnotes%26%26(e.tokens%3De.tokens.filter(function(e)%7Breturn%5C%5C%5C%22footnote_reference_open%5C%5C%5C%22%3D%3D%3De.type%3F(p%3D!0%2Cu%3D%5B%5D%2Cl%3De.label%2C!1)%3A%5C%5C%5C%22footnote_reference_close%5C%5C%5C%22%3D%3D%3De.type%3F(p%3D!1%2Ch%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bl%5D%3Du%2C!1)%3A(p%26%26u.push(e)%2C!p)%7D)%2Ce.env.footnotes.list))%7Bfor(i%3De.env.footnotes.list%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_block_open%5C%5C%5C%22%2Clevel%3Ac%2B%2B%7D)%2Ct%3D0%2Cr%3Di.length%3Bt%3Cr%3Bt%2B%2B)%7Bfor(e.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_open%5C%5C%5C%22%2Cid%3At%2Clevel%3Ac%2B%2B%7D)%2Ci%5Bt%5D.tokens%3F((a%3D%5B%5D).push(%7Btype%3A%5C%5C%5C%22paragraph_open%5C%5C%5C%22%2Ctight%3A!1%2Clevel%3Ac%2B%2B%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3A%5C%5C%5C%22%5C%5C%5C%22%2Clevel%3Ac%2Cchildren%3Ai%5Bt%5D.tokens%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22paragraph_close%5C%5C%5C%22%2Ctight%3A!1%2Clevel%3A--c%7D))%3Ai%5Bt%5D.label%26%26(a%3Dh%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bi%5Bt%5D.label%5D)%2Ce.tokens%3De.tokens.concat(a)%2Cs%3D%5C%5C%5C%22paragraph_close%5C%5C%5C%22%3D%3D%3De.tokens%5Be.tokens.length-1%5D.type%3Fe.tokens.pop()%3Anull%2Co%3Di%5Bt%5D.count%3E0%3Fi%5Bt%5D.count%3A1%2Cn%3D0%3Bn%3Co%3Bn%2B%2B)e.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_anchor%5C%5C%5C%22%2Cid%3At%2CsubId%3An%2Clevel%3Ac%7D)%3Bs%26%26e.tokens.push(s)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_close%5C%5C%5C%22%2Clevel%3A--c%7D)%7De.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_block_close%5C%5C%5C%22%2Clevel%3A--c%7D)%7D%7D%5D%2C%5B%5C%5C%5C%22abbr2%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%3De.tokens%3Bif(e.env.abbreviations)for(e.env.abbrRegExp%7C%7C(h%3D%5C%5C%5C%22(%5E%7C%5B%5C%5C%5C%22%2BT.split(%5C%5C%5C%22%5C%5C%5C%22).map(L).join(%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%5D)(%5C%5C%5C%22%2BObject.keys(e.env.abbreviations).map(function(e)%7Breturn%20e.substr(1)%7D).sort(function(e%2Ct)%7Breturn%20t.length-e.length%7D).map(L).join(%5C%5C%5C%22%7C%5C%5C%5C%22)%2B%5C%5C%5C%22)(%24%7C%5B%5C%5C%5C%22%2BT.split(%5C%5C%5C%22%5C%5C%5C%22).map(L).join(%5C%5C%5C%22%5C%5C%5C%22)%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2Ce.env.abbrRegExp%3Dnew%20RegExp(h%2C%5C%5C%5C%22g%5C%5C%5C%22))%2Cc%3De.env.abbrRegExp%2Cr%3D0%2Cn%3Df.length%3Br%3Cn%3Br%2B%2B)if(%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3Df%5Br%5D.type)for(t%3D(o%3Df%5Br%5D.children).length-1%3Bt%3E%3D0%3Bt--)if(%5C%5C%5C%22text%5C%5C%5C%22%3D%3D%3D(s%3Do%5Bt%5D).type)%7Bfor(u%3D0%2Ci%3Ds.content%2Cc.lastIndex%3D0%2Cl%3Ds.level%2Ca%3D%5B%5D%3Bp%3Dc.exec(i)%3B)c.lastIndex%3Eu%26%26a.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ai.slice(u%2Cp.index%2Bp%5B1%5D.length)%2Clevel%3Al%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22abbr_open%5C%5C%5C%22%2Ctitle%3Ae.env.abbreviations%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bp%5B2%5D%5D%2Clevel%3Al%2B%2B%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ap%5B2%5D%2Clevel%3Al%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22abbr_close%5C%5C%5C%22%2Clevel%3A--l%7D)%2Cu%3Dc.lastIndex-p%5B3%5D.length%3Ba.length%26%26(u%3Ci.length%26%26a.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ai.slice(u)%2Clevel%3Al%7D)%2Cf%5Br%5D.children%3Do%3D%5B%5D.concat(o.slice(0%2Ct)%2Ca%2Co.slice(t%2B1)))%7D%7D%5D%2C%5B%5C%5C%5C%22replacements%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%2Ci%3Bif(e.options.typographer)for(s%3De.tokens.length-1%3Bs%3E%3D0%3Bs--)if(%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3De.tokens%5Bs%5D.type)for(t%3D(o%3De.tokens%5Bs%5D.children).length-1%3Bt%3E%3D0%3Bt--)%5C%5C%5C%22text%5C%5C%5C%22%3D%3D%3D(r%3Do%5Bt%5D).type%26%26(n%3Dr.content%2Cn%3D(i%3Dn).indexOf(%5C%5C%5C%22(%5C%5C%5C%22)%3C0%3Fi%3Ai.replace(N%2Cfunction(e%2Ct)%7Breturn%20z%5Bt.toLowerCase()%5D%7D)%2CR.test(n)%26%26(n%3Dn.replace(%2F%5C%5C%5C%5C%2B-%2Fg%2C%5C%5C%5C%22%C2%B1%5C%5C%5C%22).replace(%2F%5C%5C%5C%5C.%7B2%2C%7D%2Fg%2C%5C%5C%5C%22%E2%80%A6%5C%5C%5C%22).replace(%2F(%5B%3F!%5D)%E2%80%A6%2Fg%2C%5C%5C%5C%22%241..%5C%5C%5C%22).replace(%2F(%5B%3F!%5D)%7B4%2C%7D%2Fg%2C%5C%5C%5C%22%241%241%241%5C%5C%5C%22).replace(%2F%2C%7B2%2C%7D%2Fg%2C%5C%5C%5C%22%2C%5C%5C%5C%22).replace(%2F(%5E%7C%5B%5E-%5D)---(%5B%5E-%5D%7C%24)%2Fgm%2C%5C%5C%5C%22%241%E2%80%94%242%5C%5C%5C%22).replace(%2F(%5E%7C%5C%5C%5C%5Cs)--(%5C%5C%5C%5Cs%7C%24)%2Fgm%2C%5C%5C%5C%22%241%E2%80%93%242%5C%5C%5C%22).replace(%2F(%5E%7C%5B%5E-%5C%5C%5C%5Cs%5D)--(%5B%5E-%5C%5C%5C%5Cs%5D%7C%24)%2Fgm%2C%5C%5C%5C%22%241%E2%80%93%242%5C%5C%5C%22))%2Cr.content%3Dn)%7D%5D%2C%5B%5C%5C%5C%22smartquotes%5C%5C%5C%22%2Cfunction(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%2Cd%2Cm%2Cb%3Bif(e.options.typographer)for(b%3D%5B%5D%2Cd%3De.tokens.length-1%3Bd%3E%3D0%3Bd--)if(%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3De.tokens%5Bd%5D.type)for(m%3De.tokens%5Bd%5D.children%2Cb.length%3D0%2Ct%3D0%3Bt%3Cm.length%3Bt%2B%2B)if(%5C%5C%5C%22text%5C%5C%5C%22%3D%3D%3D(r%3Dm%5Bt%5D).type%26%26!P.test(r.text))%7Bfor(a%3Dm%5Bt%5D.level%2Cf%3Db.length-1%3Bf%3E%3D0%26%26!(b%5Bf%5D.level%3C%3Da)%3Bf--)%3Bb.length%3Df%2B1%2Cs%3D0%2Ci%3D(n%3Dr.content).length%3Be%3Afor(%3Bs%3Ci%26%26(j.lastIndex%3Ds%2Co%3Dj.exec(n))%3B)if(u%3D!U(n%2Co.index-1)%2Cs%3Do.index%2B1%2Cg%3D%5C%5C%5C%22'%5C%5C%5C%22%3D%3D%3Do%5B0%5D%2C(l%3D!U(n%2Cs))%7C%7Cu)%7Bif(p%3D!l%2Ch%3D!u)for(f%3Db.length-1%3Bf%3E%3D0%26%26(c%3Db%5Bf%5D%2C!(b%5Bf%5D.level%3Ca))%3Bf--)if(c.single%3D%3D%3Dg%26%26b%5Bf%5D.level%3D%3D%3Da)%7Bc%3Db%5Bf%5D%2Cg%3F(m%5Bc.token%5D.content%3DH(m%5Bc.token%5D.content%2Cc.pos%2Ce.options.quotes%5B2%5D)%2Cr.content%3DH(r.content%2Co.index%2Ce.options.quotes%5B3%5D))%3A(m%5Bc.token%5D.content%3DH(m%5Bc.token%5D.content%2Cc.pos%2Ce.options.quotes%5B0%5D)%2Cr.content%3DH(r.content%2Co.index%2Ce.options.quotes%5B1%5D))%2Cb.length%3Df%3Bcontinue%20e%7Dp%3Fb.push(%7Btoken%3At%2Cpos%3Ao.index%2Csingle%3Ag%2Clevel%3Aa%7D)%3Ah%26%26g%26%26(r.content%3DH(r.content%2Co.index%2CO))%7Delse%20g%26%26(r.content%3DH(r.content%2Co.index%2CO))%7D%7D%5D%5D%3Bfunction%20G()%7Bthis.options%3D%7B%7D%2Cthis.ruler%3Dnew%20C%3Bfor(var%20e%3D0%3Be%3CV.length%3Be%2B%2B)this.ruler.push(V%5Be%5D%5B0%5D%2CV%5Be%5D%5B1%5D)%7Dfunction%20%24(e%2Ct%2Cr%2Cn%2Co)%7Bvar%20s%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%3Bfor(this.src%3De%2Cthis.parser%3Dt%2Cthis.options%3Dr%2Cthis.env%3Dn%2Cthis.tokens%3Do%2Cthis.bMarks%3D%5B%5D%2Cthis.eMarks%3D%5B%5D%2Cthis.tShift%3D%5B%5D%2Cthis.blkIndent%3D0%2Cthis.line%3D0%2Cthis.lineMax%3D0%2Cthis.tight%3D!1%2Cthis.parentType%3D%5C%5C%5C%22root%5C%5C%5C%22%2Cthis.ddIndent%3D-1%2Cthis.level%3D0%2Cthis.result%3D%5C%5C%5C%22%5C%5C%5C%22%2Cc%3D0%2Cp%3D!1%2Ca%3Du%3Dc%3D0%2Cl%3D(i%3Dthis.src).length%3Bu%3Cl%3Bu%2B%2B)%7Bif(s%3Di.charCodeAt(u)%2C!p)%7Bif(32%3D%3D%3Ds)%7Bc%2B%2B%3Bcontinue%7Dp%3D!0%7D10!%3D%3Ds%26%26u!%3D%3Dl-1%7C%7C(10!%3D%3Ds%26%26u%2B%2B%2Cthis.bMarks.push(a)%2Cthis.eMarks.push(u)%2Cthis.tShift.push(c)%2Cp%3D!1%2Cc%3D0%2Ca%3Du%2B1)%7Dthis.bMarks.push(i.length)%2Cthis.eMarks.push(i.length)%2Cthis.tShift.push(0)%2Cthis.lineMax%3Dthis.bMarks.length-1%7Dfunction%20Z(e%2Ct)%7Bvar%20r%2Cn%2Co%3Breturn(n%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D)%3E%3D(o%3De.eMarks%5Bt%5D)%3F-1%3A42!%3D%3D(r%3De.src.charCodeAt(n%2B%2B))%26%2645!%3D%3Dr%26%2643!%3D%3Dr%3F-1%3An%3Co%26%2632!%3D%3De.src.charCodeAt(n)%3F-1%3An%7Dfunction%20W(e%2Ct)%7Bvar%20r%2Cn%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Co%3De.eMarks%5Bt%5D%3Bif(n%2B1%3E%3Do)return-1%3Bif((r%3De.src.charCodeAt(n%2B%2B))%3C48%7C%7Cr%3E57)return-1%3Bfor(%3B%3B)%7Bif(n%3E%3Do)return-1%3Bif(!((r%3De.src.charCodeAt(n%2B%2B))%3E%3D48%26%26r%3C%3D57))%7Bif(41%3D%3D%3Dr%7C%7C46%3D%3D%3Dr)break%3Breturn-1%7D%7Dreturn%20n%3Co%26%2632!%3D%3De.src.charCodeAt(n)%3F-1%3An%7DG.prototype.process%3Dfunction(e)%7Bvar%20t%2Cr%2Cn%3Bfor(t%3D0%2Cr%3D(n%3Dthis.ruler.getRules(%5C%5C%5C%22%5C%5C%5C%22)).length%3Bt%3Cr%3Bt%2B%2B)n%5Bt%5D(e)%7D%2C%24.prototype.isEmpty%3Dfunction(e)%7Breturn%20this.bMarks%5Be%5D%2Bthis.tShift%5Be%5D%3E%3Dthis.eMarks%5Be%5D%7D%2C%24.prototype.skipEmptyLines%3Dfunction(e)%7Bfor(var%20t%3Dthis.lineMax%3Be%3Ct%26%26!(this.bMarks%5Be%5D%2Bthis.tShift%5Be%5D%3Cthis.eMarks%5Be%5D)%3Be%2B%2B)%3Breturn%20e%7D%2C%24.prototype.skipSpaces%3Dfunction(e)%7Bfor(var%20t%3Dthis.src.length%3Be%3Ct%26%2632%3D%3D%3Dthis.src.charCodeAt(e)%3Be%2B%2B)%3Breturn%20e%7D%2C%24.prototype.skipChars%3Dfunction(e%2Ct)%7Bfor(var%20r%3Dthis.src.length%3Be%3Cr%26%26this.src.charCodeAt(e)%3D%3D%3Dt%3Be%2B%2B)%3Breturn%20e%7D%2C%24.prototype.skipCharsBack%3Dfunction(e%2Ct%2Cr)%7Bif(e%3C%3Dr)return%20e%3Bfor(%3Be%3Er%3B)if(t!%3D%3Dthis.src.charCodeAt(--e))return%20e%2B1%3Breturn%20e%7D%2C%24.prototype.getLines%3Dfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%3De%3Bif(e%3E%3Dt)return%5C%5C%5C%22%5C%5C%5C%22%3Bif(l%2B1%3D%3D%3Dt)return%20s%3Dthis.bMarks%5Bl%5D%2BMath.min(this.tShift%5Bl%5D%2Cr)%2Ci%3Dn%3Fthis.eMarks%5Bl%5D%2B1%3Athis.eMarks%5Bl%5D%2Cthis.src.slice(s%2Ci)%3Bfor(a%3Dnew%20Array(t-e)%2Co%3D0%3Bl%3Ct%3Bl%2B%2B%2Co%2B%2B)(u%3Dthis.tShift%5Bl%5D)%3Er%26%26(u%3Dr)%2Cu%3C0%26%26(u%3D0)%2Cs%3Dthis.bMarks%5Bl%5D%2Bu%2Ci%3Dl%2B1%3Ct%7C%7Cn%3Fthis.eMarks%5Bl%5D%2B1%3Athis.eMarks%5Bl%5D%2Ca%5Bo%5D%3Dthis.src.slice(s%2Ci)%3Breturn%20a.join(%5C%5C%5C%22%5C%5C%5C%22)%7D%3Bvar%20J%3D%7B%7D%3B%5B%5C%5C%5C%22article%5C%5C%5C%22%2C%5C%5C%5C%22aside%5C%5C%5C%22%2C%5C%5C%5C%22button%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22body%5C%5C%5C%22%2C%5C%5C%5C%22canvas%5C%5C%5C%22%2C%5C%5C%5C%22caption%5C%5C%5C%22%2C%5C%5C%5C%22col%5C%5C%5C%22%2C%5C%5C%5C%22colgroup%5C%5C%5C%22%2C%5C%5C%5C%22dd%5C%5C%5C%22%2C%5C%5C%5C%22div%5C%5C%5C%22%2C%5C%5C%5C%22dl%5C%5C%5C%22%2C%5C%5C%5C%22dt%5C%5C%5C%22%2C%5C%5C%5C%22embed%5C%5C%5C%22%2C%5C%5C%5C%22fieldset%5C%5C%5C%22%2C%5C%5C%5C%22figcaption%5C%5C%5C%22%2C%5C%5C%5C%22figure%5C%5C%5C%22%2C%5C%5C%5C%22footer%5C%5C%5C%22%2C%5C%5C%5C%22form%5C%5C%5C%22%2C%5C%5C%5C%22h1%5C%5C%5C%22%2C%5C%5C%5C%22h2%5C%5C%5C%22%2C%5C%5C%5C%22h3%5C%5C%5C%22%2C%5C%5C%5C%22h4%5C%5C%5C%22%2C%5C%5C%5C%22h5%5C%5C%5C%22%2C%5C%5C%5C%22h6%5C%5C%5C%22%2C%5C%5C%5C%22header%5C%5C%5C%22%2C%5C%5C%5C%22hgroup%5C%5C%5C%22%2C%5C%5C%5C%22hr%5C%5C%5C%22%2C%5C%5C%5C%22iframe%5C%5C%5C%22%2C%5C%5C%5C%22li%5C%5C%5C%22%2C%5C%5C%5C%22map%5C%5C%5C%22%2C%5C%5C%5C%22object%5C%5C%5C%22%2C%5C%5C%5C%22ol%5C%5C%5C%22%2C%5C%5C%5C%22output%5C%5C%5C%22%2C%5C%5C%5C%22p%5C%5C%5C%22%2C%5C%5C%5C%22pre%5C%5C%5C%22%2C%5C%5C%5C%22progress%5C%5C%5C%22%2C%5C%5C%5C%22script%5C%5C%5C%22%2C%5C%5C%5C%22section%5C%5C%5C%22%2C%5C%5C%5C%22style%5C%5C%5C%22%2C%5C%5C%5C%22table%5C%5C%5C%22%2C%5C%5C%5C%22tbody%5C%5C%5C%22%2C%5C%5C%5C%22td%5C%5C%5C%22%2C%5C%5C%5C%22textarea%5C%5C%5C%22%2C%5C%5C%5C%22tfoot%5C%5C%5C%22%2C%5C%5C%5C%22th%5C%5C%5C%22%2C%5C%5C%5C%22tr%5C%5C%5C%22%2C%5C%5C%5C%22thead%5C%5C%5C%22%2C%5C%5C%5C%22ul%5C%5C%5C%22%2C%5C%5C%5C%22video%5C%5C%5C%22%5D.forEach(function(e)%7BJ%5Be%5D%3D!0%7D)%3Bvar%20Y%3D%2F%5E%3C(%5Ba-zA-Z%5D%7B1%2C15%7D)%5B%5C%5C%5C%5Cs%5C%5C%5C%5C%2F%3E%5D%2F%2CK%3D%2F%5E%3C%5C%5C%5C%5C%2F(%5Ba-zA-Z%5D%7B1%2C15%7D)%5B%5C%5C%5C%5Cs%3E%5D%2F%3Bfunction%20Q(e%2Ct)%7Bvar%20r%3De.bMarks%5Bt%5D%2Be.blkIndent%2Cn%3De.eMarks%5Bt%5D%3Breturn%20e.src.substr(r%2Cn-r)%7Dfunction%20X(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cs%3De.eMarks%5Bt%5D%3Breturn%20o%3E%3Ds%3F-1%3A126!%3D%3D(n%3De.src.charCodeAt(o%2B%2B))%26%2658!%3D%3Dn%3F-1%3Ao%3D%3D%3D(r%3De.skipSpaces(o))%3F-1%3Ar%3E%3Ds%3F-1%3Ar%7Dvar%20ee%3D%5B%5B%5C%5C%5C%22code%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr)%7Bvar%20n%2Co%3Bif(e.tShift%5Bt%5D-e.blkIndent%3C4)return!1%3Bfor(o%3Dn%3Dt%2B1%3Bn%3Cr%3B)if(e.isEmpty(n))n%2B%2B%3Belse%7Bif(!(e.tShift%5Bn%5D-e.blkIndent%3E%3D4))break%3Bo%3D%2B%2Bn%7Dreturn%20e.line%3Dn%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22code%5C%5C%5C%22%2Ccontent%3Ae.getLines(t%2Co%2C4%2Be.blkIndent%2C!0)%2Cblock%3A!0%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2C!0%7D%5D%2C%5B%5C%5C%5C%22fences%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%3D!1%2Cc%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cp%3De.eMarks%5Bt%5D%3Bif(c%2B3%3Ep)return!1%3Bif(126!%3D%3D(o%3De.src.charCodeAt(c))%26%2696!%3D%3Do)return!1%3Bif(u%3Dc%2C(s%3D(c%3De.skipChars(c%2Co))-u)%3C3)return!1%3Bif((i%3De.src.slice(c%2Cp).trim()).indexOf(%5C%5C%5C%22%60%5C%5C%5C%22)%3E%3D0)return!1%3Bif(n)return!0%3Bfor(a%3Dt%3B!(%2B%2Ba%3E%3Dr%7C%7C(c%3Du%3De.bMarks%5Ba%5D%2Be.tShift%5Ba%5D)%3C(p%3De.eMarks%5Ba%5D)%26%26e.tShift%5Ba%5D%3Ce.blkIndent)%3B)if(e.src.charCodeAt(c)%3D%3D%3Do%26%26!(e.tShift%5Ba%5D-e.blkIndent%3E%3D4%7C%7C(c%3De.skipChars(c%2Co))-u%3Cs%7C%7C(c%3De.skipSpaces(c))%3Cp))%7Bl%3D!0%3Bbreak%7Dreturn%20s%3De.tShift%5Bt%5D%2Ce.line%3Da%2B(l%3F1%3A0)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22fence%5C%5C%5C%22%2Cparams%3Ai%2Ccontent%3Ae.getLines(t%2B1%2Ca%2Cs%2C!0)%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22list%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22blockquote%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%2Cd%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cm%3De.eMarks%5Bt%5D%3Bif(d%3Em)return!1%3Bif(62!%3D%3De.src.charCodeAt(d%2B%2B))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bif(n)return!0%3Bfor(32%3D%3D%3De.src.charCodeAt(d)%26%26d%2B%2B%2Cu%3De.blkIndent%2Ce.blkIndent%3D0%2Ca%3D%5Be.bMarks%5Bt%5D%5D%2Ce.bMarks%5Bt%5D%3Dd%2Cs%3D(d%3Dd%3Cm%3Fe.skipSpaces(d)%3Ad)%3E%3Dm%2Ci%3D%5Be.tShift%5Bt%5D%5D%2Ce.tShift%5Bt%5D%3Dd-e.bMarks%5Bt%5D%2Cp%3De.parser.ruler.getRules(%5C%5C%5C%22blockquote%5C%5C%5C%22)%2Co%3Dt%2B1%3Bo%3Cr%26%26!((d%3De.bMarks%5Bo%5D%2Be.tShift%5Bo%5D)%3E%3D(m%3De.eMarks%5Bo%5D))%3Bo%2B%2B)if(62!%3D%3De.src.charCodeAt(d%2B%2B))%7Bif(s)break%3Bfor(g%3D!1%2Ch%3D0%2Cf%3Dp.length%3Bh%3Cf%3Bh%2B%2B)if(p%5Bh%5D(e%2Co%2Cr%2C!0))%7Bg%3D!0%3Bbreak%7Dif(g)break%3Ba.push(e.bMarks%5Bo%5D)%2Ci.push(e.tShift%5Bo%5D)%2Ce.tShift%5Bo%5D%3D-1337%7Delse%2032%3D%3D%3De.src.charCodeAt(d)%26%26d%2B%2B%2Ca.push(e.bMarks%5Bo%5D)%2Ce.bMarks%5Bo%5D%3Dd%2Cs%3D(d%3Dd%3Cm%3Fe.skipSpaces(d)%3Ad)%3E%3Dm%2Ci.push(e.tShift%5Bo%5D)%2Ce.tShift%5Bo%5D%3Dd-e.bMarks%5Bo%5D%3Bfor(l%3De.parentType%2Ce.parentType%3D%5C%5C%5C%22blockquote%5C%5C%5C%22%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22blockquote_open%5C%5C%5C%22%2Clines%3Ac%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ce.parser.tokenize(e%2Ct%2Co)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22blockquote_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ce.parentType%3Dl%2Cc%5B1%5D%3De.line%2Ch%3D0%3Bh%3Ci.length%3Bh%2B%2B)e.bMarks%5Bh%2Bt%5D%3Da%5Bh%5D%2Ce.tShift%5Bh%2Bt%5D%3Di%5Bh%5D%3Breturn%20e.blkIndent%3Du%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22list%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22hr%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%3De.bMarks%5Bt%5D%2Cu%3De.eMarks%5Bt%5D%3Bif((a%2B%3De.tShift%5Bt%5D)%3Eu)return!1%3Bif(42!%3D%3D(o%3De.src.charCodeAt(a%2B%2B))%26%2645!%3D%3Do%26%2695!%3D%3Do)return!1%3Bfor(s%3D1%3Ba%3Cu%3B)%7Bif((i%3De.src.charCodeAt(a%2B%2B))!%3D%3Do%26%2632!%3D%3Di)return!1%3Bi%3D%3D%3Do%26%26s%2B%2B%7Dreturn!(s%3C3%7C%7C!n%26%26(e.line%3Dt%2B1%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22hr%5C%5C%5C%22%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2C0))%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22list%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22list%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%2Cd%2Cm%2Cb%2Cv%2Ck%2CA%2Cy%2Cx%2Cw%2CC%2CE%3D!0%3Bif((p%3DW(e%2Ct))%3E%3D0)d%3D!0%3Belse%7Bif(!((p%3DZ(e%2Ct))%3E%3D0))return!1%3Bd%3D!1%7Dif(e.level%3E%3De.options.maxNesting)return!1%3Bif(g%3De.src.charCodeAt(p-1)%2Cn)return!0%3Bfor(b%3De.tokens.length%2Cd%3F(c%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cf%3DNumber(e.src.substr(c%2Cp-c-1))%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22ordered_list_open%5C%5C%5C%22%2Corder%3Af%2Clines%3Ak%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D))%3Ae.tokens.push(%7Btype%3A%5C%5C%5C%22bullet_list_open%5C%5C%5C%22%2Clines%3Ak%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Co%3Dt%2Cv%3D!1%2Cy%3De.parser.ruler.getRules(%5C%5C%5C%22list%5C%5C%5C%22)%3B!(!(o%3Cr)%7C%7C((h%3D(m%3De.skipSpaces(p))%3E%3De.eMarks%5Bo%5D%3F1%3Am-p)%3E4%26%26(h%3D1)%2Ch%3C1%26%26(h%3D1)%2Cs%3Dp-e.bMarks%5Bo%5D%2Bh%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22list_item_open%5C%5C%5C%22%2Clines%3AA%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ca%3De.blkIndent%2Cu%3De.tight%2Ci%3De.tShift%5Bt%5D%2Cl%3De.parentType%2Ce.tShift%5Bt%5D%3Dm-e.bMarks%5Bt%5D%2Ce.blkIndent%3Ds%2Ce.tight%3D!0%2Ce.parentType%3D%5C%5C%5C%22list%5C%5C%5C%22%2Ce.parser.tokenize(e%2Ct%2Cr%2C!0)%2Ce.tight%26%26!v%7C%7C(E%3D!1)%2Cv%3De.line-t%3E1%26%26e.isEmpty(e.line-1)%2Ce.blkIndent%3Da%2Ce.tShift%5Bt%5D%3Di%2Ce.tight%3Du%2Ce.parentType%3Dl%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22list_item_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Co%3Dt%3De.line%2CA%5B1%5D%3Do%2Cm%3De.bMarks%5Bt%5D%2Co%3E%3Dr)%7C%7Ce.isEmpty(o)%7C%7Ce.tShift%5Bo%5D%3Ce.blkIndent)%3B)%7Bfor(C%3D!1%2Cx%3D0%2Cw%3Dy.length%3Bx%3Cw%3Bx%2B%2B)if(y%5Bx%5D(e%2Co%2Cr%2C!0))%7BC%3D!0%3Bbreak%7Dif(C)break%3Bif(d)%7Bif((p%3DW(e%2Co))%3C0)break%7Delse%20if((p%3DZ(e%2Co))%3C0)break%3Bif(g!%3D%3De.src.charCodeAt(p-1))break%7Dreturn%20e.tokens.push(%7Btype%3Ad%3F%5C%5C%5C%22ordered_list_close%5C%5C%5C%22%3A%5C%5C%5C%22bullet_list_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ck%5B1%5D%3Do%2Ce.line%3Do%2CE%26%26function(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.level%2B2%3Bfor(r%3Dt%2B2%2Cn%3De.tokens.length-2%3Br%3Cn%3Br%2B%2B)e.tokens%5Br%5D.level%3D%3D%3Do%26%26%5C%5C%5C%22paragraph_open%5C%5C%5C%22%3D%3D%3De.tokens%5Br%5D.type%26%26(e.tokens%5Br%2B2%5D.tight%3D!0%2Ce.tokens%5Br%5D.tight%3D!0%2Cr%2B%3D2)%7D(e%2Cb)%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22footnote%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cc%3De.eMarks%5Bt%5D%3Bif(l%2B4%3Ec)return!1%3Bif(91!%3D%3De.src.charCodeAt(l))return!1%3Bif(94!%3D%3De.src.charCodeAt(l%2B1))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bfor(a%3Dl%2B2%3Ba%3Cc%3Ba%2B%2B)%7Bif(32%3D%3D%3De.src.charCodeAt(a))return!1%3Bif(93%3D%3D%3De.src.charCodeAt(a))break%7Dreturn!(a%3D%3D%3Dl%2B2%7C%7Ca%2B1%3E%3Dc%7C%7C58!%3D%3De.src.charCodeAt(%2B%2Ba)%7C%7C!n%26%26(a%2B%2B%2Ce.env.footnotes%7C%7C(e.env.footnotes%3D%7B%7D)%2Ce.env.footnotes.refs%7C%7C(e.env.footnotes.refs%3D%7B%7D)%2Cu%3De.src.slice(l%2B2%2Ca-2)%2Ce.env.footnotes.refs%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Bu%5D%3D-1%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_reference_open%5C%5C%5C%22%2Clabel%3Au%2Clevel%3Ae.level%2B%2B%7D)%2Co%3De.bMarks%5Bt%5D%2Cs%3De.tShift%5Bt%5D%2Ci%3De.parentType%2Ce.tShift%5Bt%5D%3De.skipSpaces(a)-a%2Ce.bMarks%5Bt%5D%3Da%2Ce.blkIndent%2B%3D4%2Ce.parentType%3D%5C%5C%5C%22footnote%5C%5C%5C%22%2Ce.tShift%5Bt%5D%3Ce.blkIndent%26%26(e.tShift%5Bt%5D%2B%3De.blkIndent%2Ce.bMarks%5Bt%5D-%3De.blkIndent)%2Ce.parser.tokenize(e%2Ct%2Cr%2C!0)%2Ce.parentType%3Di%2Ce.blkIndent-%3D4%2Ce.tShift%5Bt%5D%3Ds%2Ce.bMarks%5Bt%5D%3Do%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22footnote_reference_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2C0))%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22heading%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Cu%3De.eMarks%5Bt%5D%3Bif(a%3E%3Du)return!1%3Bif(35!%3D%3D(o%3De.src.charCodeAt(a))%7C%7Ca%3E%3Du)return!1%3Bfor(s%3D1%2Co%3De.src.charCodeAt(%2B%2Ba)%3B35%3D%3D%3Do%26%26a%3Cu%26%26s%3C%3D6%3B)s%2B%2B%2Co%3De.src.charCodeAt(%2B%2Ba)%3Breturn!(s%3E6%7C%7Ca%3Cu%26%2632!%3D%3Do%7C%7C!n%26%26(u%3De.skipCharsBack(u%2C32%2Ca)%2C(i%3De.skipCharsBack(u%2C35%2Ca))%3Ea%26%2632%3D%3D%3De.src.charCodeAt(i-1)%26%26(u%3Di)%2Ce.line%3Dt%2B1%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22heading_open%5C%5C%5C%22%2ChLevel%3As%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2Ca%3Cu%26%26e.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Ae.src.slice(a%2Cu).trim()%2Clevel%3Ae.level%2B1%2Clines%3A%5Bt%2Ce.line%5D%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22heading_close%5C%5C%5C%22%2ChLevel%3As%2Clevel%3Ae.level%7D)%2C0))%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22lheading%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr)%7Bvar%20n%2Co%2Cs%2Ci%3Dt%2B1%3Breturn!(i%3E%3Dr%7C%7Ce.tShift%5Bi%5D%3Ce.blkIndent%7C%7Ce.tShift%5Bi%5D-e.blkIndent%3E3%7C%7C(o%3De.bMarks%5Bi%5D%2Be.tShift%5Bi%5D)%3E%3D(s%3De.eMarks%5Bi%5D)%7C%7C45!%3D%3D(n%3De.src.charCodeAt(o))%26%2661!%3D%3Dn%7C%7C(o%3De.skipChars(o%2Cn)%2C(o%3De.skipSpaces(o))%3Cs%7C%7C(o%3De.bMarks%5Bt%5D%2Be.tShift%5Bt%5D%2Ce.line%3Di%2B1%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22heading_open%5C%5C%5C%22%2ChLevel%3A61%3D%3D%3Dn%3F1%3A2%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Ae.src.slice(o%2Ce.eMarks%5Bt%5D).trim()%2Clevel%3Ae.level%2B1%2Clines%3A%5Bt%2Ce.line-1%5D%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22heading_close%5C%5C%5C%22%2ChLevel%3A61%3D%3D%3Dn%3F1%3A2%2Clevel%3Ae.level%7D)%2C0)))%7D%5D%2C%5B%5C%5C%5C%22htmlblock%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%3De.bMarks%5Bt%5D%2Cu%3De.eMarks%5Bt%5D%2Cl%3De.tShift%5Bt%5D%3Bif(a%2B%3Dl%2C!e.options.html)return!1%3Bif(l%3E3%7C%7Ca%2B2%3E%3Du)return!1%3Bif(60!%3D%3De.src.charCodeAt(a))return!1%3Bif(33%3D%3D%3D(o%3De.src.charCodeAt(a%2B1))%7C%7C63%3D%3D%3Do)%7Bif(n)return!0%7Delse%7Bif(47!%3D%3Do%26%26!function(e)%7Bvar%20t%3D32%7Ce%3Breturn%20t%3E%3D97%26%26t%3C%3D122%7D(o))return!1%3Bif(47%3D%3D%3Do)%7Bif(!(s%3De.src.slice(a%2Cu).match(K)))return!1%7Delse%20if(!(s%3De.src.slice(a%2Cu).match(Y)))return!1%3Bif(!0!%3D%3DJ%5Bs%5B1%5D.toLowerCase()%5D)return!1%3Bif(n)return!0%7Dfor(i%3Dt%2B1%3Bi%3Ce.lineMax%26%26!e.isEmpty(i)%3B)i%2B%2B%3Breturn%20e.line%3Di%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22htmlblock%5C%5C%5C%22%2Clevel%3Ae.level%2Clines%3A%5Bt%2Ce.line%5D%2Ccontent%3Ae.getLines(t%2Ci%2C0%2C!0)%7D)%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22blockquote%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22table%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%3Bif(t%2B2%3Er)return!1%3Bif(u%3Dt%2B1%2Ce.tShift%5Bu%5D%3Ce.blkIndent)return!1%3Bif((i%3De.bMarks%5Bu%5D%2Be.tShift%5Bu%5D)%3E%3De.eMarks%5Bu%5D)return!1%3Bif(124!%3D%3D(o%3De.src.charCodeAt(i))%26%2645!%3D%3Do%26%2658!%3D%3Do)return!1%3Bif(s%3DQ(e%2Ct%2B1)%2C!%2F%5E%5B-%3A%7C%20%5D%2B%24%2F.test(s))return!1%3Bif((l%3Ds.split(%5C%5C%5C%22%7C%5C%5C%5C%22))%3C%3D2)return!1%3Bfor(p%3D%5B%5D%2Ca%3D0%3Ba%3Cl.length%3Ba%2B%2B)%7Bif(!(h%3Dl%5Ba%5D.trim()))%7Bif(0%3D%3D%3Da%7C%7Ca%3D%3D%3Dl.length-1)continue%3Breturn!1%7Dif(!%2F%5E%3A%3F-%2B%3A%3F%24%2F.test(h))return!1%3B58%3D%3D%3Dh.charCodeAt(h.length-1)%3Fp.push(58%3D%3D%3Dh.charCodeAt(0)%3F%5C%5C%5C%22center%5C%5C%5C%22%3A%5C%5C%5C%22right%5C%5C%5C%22)%3A58%3D%3D%3Dh.charCodeAt(0)%3Fp.push(%5C%5C%5C%22left%5C%5C%5C%22)%3Ap.push(%5C%5C%5C%22%5C%5C%5C%22)%7Dif(-1%3D%3D%3D(s%3DQ(e%2Ct).trim()).indexOf(%5C%5C%5C%22%7C%5C%5C%5C%22))return!1%3Bif(l%3Ds.replace(%2F%5E%5C%5C%5C%5C%7C%7C%5C%5C%5C%5C%7C%24%2Fg%2C%5C%5C%5C%22%5C%5C%5C%22).split(%5C%5C%5C%22%7C%5C%5C%5C%22)%2Cp.length!%3D%3Dl.length)return!1%3Bif(n)return!0%3Bfor(e.tokens.push(%7Btype%3A%5C%5C%5C%22table_open%5C%5C%5C%22%2Clines%3Af%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22thead_open%5C%5C%5C%22%2Clines%3A%5Bt%2Ct%2B1%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22tr_open%5C%5C%5C%22%2Clines%3A%5Bt%2Ct%2B1%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ca%3D0%3Ba%3Cl.length%3Ba%2B%2B)e.tokens.push(%7Btype%3A%5C%5C%5C%22th_open%5C%5C%5C%22%2Calign%3Ap%5Ba%5D%2Clines%3A%5Bt%2Ct%2B1%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Al%5Ba%5D.trim()%2Clines%3A%5Bt%2Ct%2B1%5D%2Clevel%3Ae.level%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22th_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%3Bfor(e.tokens.push(%7Btype%3A%5C%5C%5C%22tr_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22thead_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22tbody_open%5C%5C%5C%22%2Clines%3Ag%3D%5Bt%2B2%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Cu%3Dt%2B2%3Bu%3Cr%26%26!(e.tShift%5Bu%5D%3Ce.blkIndent)%26%26-1!%3D%3D(s%3DQ(e%2Cu).trim()).indexOf(%5C%5C%5C%22%7C%5C%5C%5C%22)%3Bu%2B%2B)%7Bfor(l%3Ds.replace(%2F%5E%5C%5C%5C%5C%7C%7C%5C%5C%5C%5C%7C%24%2Fg%2C%5C%5C%5C%22%5C%5C%5C%22).split(%5C%5C%5C%22%7C%5C%5C%5C%22)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22tr_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2Ca%3D0%3Ba%3Cl.length%3Ba%2B%2B)e.tokens.push(%7Btype%3A%5C%5C%5C%22td_open%5C%5C%5C%22%2Calign%3Ap%5Ba%5D%2Clevel%3Ae.level%2B%2B%7D)%2Cc%3Dl%5Ba%5D.substring(124%3D%3D%3Dl%5Ba%5D.charCodeAt(0)%3F1%3A0%2C124%3D%3D%3Dl%5Ba%5D.charCodeAt(l%5Ba%5D.length-1)%3Fl%5Ba%5D.length-1%3Al%5Ba%5D.length).trim()%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Ac%2Clevel%3Ae.level%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22td_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%3Be.tokens.push(%7Btype%3A%5C%5C%5C%22tr_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%7Dreturn%20e.tokens.push(%7Btype%3A%5C%5C%5C%22tbody_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22table_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Cf%5B1%5D%3Dg%5B1%5D%3Du%2Ce.line%3Du%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22deflist%5C%5C%5C%22%2Cfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%2Cd%2Cm%2Cb%3Bif(n)return!(e.ddIndent%3C0)%26%26X(e%2Ct)%3E%3D0%3Bif(c%3Dt%2B1%2Ce.isEmpty(c)%26%26%2B%2Bc%3Er)return!1%3Bif(e.tShift%5Bc%5D%3Ce.blkIndent)return!1%3Bif((o%3DX(e%2Cc))%3C0)return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bl%3De.tokens.length%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22dl_open%5C%5C%5C%22%2Clines%3Au%3D%5Bt%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ci%3Dt%2Cs%3Dc%3Be%3Afor(%3B%3B)%7Bfor(b%3D!0%2Cm%3D!1%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22dt_open%5C%5C%5C%22%2Clines%3A%5Bi%2Ci%5D%2Clevel%3Ae.level%2B%2B%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3Ae.getLines(i%2Ci%2B1%2Ce.blkIndent%2C!1).trim()%2Clevel%3Ae.level%2B1%2Clines%3A%5Bi%2Ci%5D%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22dt_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%3B%3B)%7Bif(e.tokens.push(%7Btype%3A%5C%5C%5C%22dd_open%5C%5C%5C%22%2Clines%3Aa%3D%5Bc%2C0%5D%2Clevel%3Ae.level%2B%2B%7D)%2Cd%3De.tight%2Ch%3De.ddIndent%2Cp%3De.blkIndent%2Cg%3De.tShift%5Bs%5D%2Cf%3De.parentType%2Ce.blkIndent%3De.ddIndent%3De.tShift%5Bs%5D%2B2%2Ce.tShift%5Bs%5D%3Do-e.bMarks%5Bs%5D%2Ce.tight%3D!0%2Ce.parentType%3D%5C%5C%5C%22deflist%5C%5C%5C%22%2Ce.parser.tokenize(e%2Cs%2Cr%2C!0)%2Ce.tight%26%26!m%7C%7C(b%3D!1)%2Cm%3De.line-s%3E1%26%26e.isEmpty(e.line-1)%2Ce.tShift%5Bs%5D%3Dg%2Ce.tight%3Dd%2Ce.parentType%3Df%2Ce.blkIndent%3Dp%2Ce.ddIndent%3Dh%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22dd_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Ca%5B1%5D%3Dc%3De.line%2Cc%3E%3Dr)break%20e%3Bif(e.tShift%5Bc%5D%3Ce.blkIndent)break%20e%3Bif((o%3DX(e%2Cc))%3C0)break%3Bs%3Dc%7Dif(c%3E%3Dr)break%3Bif(i%3Dc%2Ce.isEmpty(i))break%3Bif(e.tShift%5Bi%5D%3Ce.blkIndent)break%3Bif((s%3Di%2B1)%3E%3Dr)break%3Bif(e.isEmpty(s)%26%26s%2B%2B%2Cs%3E%3Dr)break%3Bif(e.tShift%5Bs%5D%3Ce.blkIndent)break%3Bif((o%3DX(e%2Cs))%3C0)break%7Dreturn%20e.tokens.push(%7Btype%3A%5C%5C%5C%22dl_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2Cu%5B1%5D%3Dc%2Ce.line%3Dc%2Cb%26%26function(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.level%2B2%3Bfor(r%3Dt%2B2%2Cn%3De.tokens.length-2%3Br%3Cn%3Br%2B%2B)e.tokens%5Br%5D.level%3D%3D%3Do%26%26%5C%5C%5C%22paragraph_open%5C%5C%5C%22%3D%3D%3De.tokens%5Br%5D.type%26%26(e.tokens%5Br%2B2%5D.tight%3D!0%2Ce.tokens%5Br%5D.tight%3D!0%2Cr%2B%3D2)%7D(e%2Cl)%2C!0%7D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%5D%5D%2C%5B%5C%5C%5C%22paragraph%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%3Dt%2B1%3Bif(u%3C(r%3De.lineMax)%26%26!e.isEmpty(u))for(a%3De.parser.ruler.getRules(%5C%5C%5C%22paragraph%5C%5C%5C%22)%3Bu%3Cr%26%26!e.isEmpty(u)%3Bu%2B%2B)if(!(e.tShift%5Bu%5D-e.blkIndent%3E3))%7Bfor(o%3D!1%2Cs%3D0%2Ci%3Da.length%3Bs%3Ci%3Bs%2B%2B)if(a%5Bs%5D(e%2Cu%2Cr%2C!0))%7Bo%3D!0%3Bbreak%7Dif(o)break%7Dreturn%20n%3De.getLines(t%2Cu%2Ce.blkIndent%2C!1).trim()%2Ce.line%3Du%2Cn.length%26%26(e.tokens.push(%7Btype%3A%5C%5C%5C%22paragraph_open%5C%5C%5C%22%2Ctight%3A!1%2Clines%3A%5Bt%2Ce.line%5D%2Clevel%3Ae.level%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22inline%5C%5C%5C%22%2Ccontent%3An%2Clevel%3Ae.level%2B1%2Clines%3A%5Bt%2Ce.line%5D%2Cchildren%3A%5B%5D%7D)%2Ce.tokens.push(%7Btype%3A%5C%5C%5C%22paragraph_close%5C%5C%5C%22%2Ctight%3A!1%2Clevel%3Ae.level%7D))%2C!0%7D%5D%5D%3Bfunction%20te()%7Bthis.ruler%3Dnew%20C%3Bfor(var%20e%3D0%3Be%3Cee.length%3Be%2B%2B)this.ruler.push(ee%5Be%5D%5B0%5D%2Cee%5Be%5D%5B1%5D%2C%7Balt%3A(ee%5Be%5D%5B2%5D%7C%7C%5B%5D).slice()%7D)%7Dte.prototype.tokenize%3Dfunction(e%2Ct%2Cr)%7Bfor(var%20n%2Co%3Dthis.ruler.getRules(%5C%5C%5C%22%5C%5C%5C%22)%2Cs%3Do.length%2Ci%3Dt%2Ca%3D!1%3Bi%3Cr%26%26(e.line%3Di%3De.skipEmptyLines(i)%2C!(i%3E%3Dr))%26%26!(e.tShift%5Bi%5D%3Ce.blkIndent)%3B)%7Bfor(n%3D0%3Bn%3Cs%26%26!o%5Bn%5D(e%2Ci%2Cr%2C!1)%3Bn%2B%2B)%3Bif(e.tight%3D!a%2Ce.isEmpty(e.line-1)%26%26(a%3D!0)%2C(i%3De.line)%3Cr%26%26e.isEmpty(i))%7Bif(a%3D!0%2C%2B%2Bi%3Cr%26%26%5C%5C%5C%22list%5C%5C%5C%22%3D%3D%3De.parentType%26%26e.isEmpty(i))break%3Be.line%3Di%7D%7D%7D%3Bvar%20re%3D%2F%5B%5C%5C%5C%5Cn%5C%5C%5C%5Ct%5D%2Fg%2Cne%3D%2F%5C%5C%5C%5Cr%5B%5C%5C%5C%5Cn%5C%5C%5C%5Cu0085%5D%7C%5B%5C%5C%5C%5Cu2424%5C%5C%5C%5Cu2028%5C%5C%5C%5Cu0085%5D%2Fg%2Coe%3D%2F%5C%5C%5C%5Cu00a0%2Fg%3Bfunction%20se(e)%7Bswitch(e)%7Bcase%2010%3Acase%2092%3Acase%2096%3Acase%2042%3Acase%2095%3Acase%2094%3Acase%2091%3Acase%2093%3Acase%2033%3Acase%2038%3Acase%2060%3Acase%2062%3Acase%20123%3Acase%20125%3Acase%2036%3Acase%2037%3Acase%2064%3Acase%20126%3Acase%2043%3Acase%2061%3Acase%2058%3Areturn!0%3Bdefault%3Areturn!1%7D%7Dte.prototype.parse%3Dfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%2Cs%3D0%2Ci%3D0%3Bif(!e)return%5B%5D%3B(e%3D(e%3De.replace(oe%2C%5C%5C%5C%22%20%5C%5C%5C%22)).replace(ne%2C%5C%5C%5C%22%5C%5C%5C%5Cn%5C%5C%5C%22)).indexOf(%5C%5C%5C%22%5C%5C%5C%5Ct%5C%5C%5C%22)%3E%3D0%26%26(e%3De.replace(re%2Cfunction(t%2Cr)%7Bvar%20n%3Breturn%2010%3D%3D%3De.charCodeAt(r)%3F(s%3Dr%2B1%2Ci%3D0%2Ct)%3A(n%3D%5C%5C%5C%22%20%20%20%20%5C%5C%5C%22.slice((r-s-i)%254)%2Ci%3Dr-s%2B1%2Cn)%7D))%2Co%3Dnew%20%24(e%2Cthis%2Ct%2Cr%2Cn)%2Cthis.tokenize(o%2Co.line%2Co.lineMax)%7D%3Bfor(var%20ie%3D%5B%5D%2Cae%3D0%3Bae%3C256%3Bae%2B%2B)ie.push(0)%3Bfunction%20ue(e)%7Breturn%20e%3E%3D48%26%26e%3C%3D57%7C%7Ce%3E%3D65%26%26e%3C%3D90%7C%7Ce%3E%3D97%26%26e%3C%3D122%7Dfunction%20le(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%3Dt%2Ci%3D!0%2Ca%3D!0%2Cu%3De.posMax%2Cl%3De.src.charCodeAt(t)%3Bfor(r%3Dt%3E0%3Fe.src.charCodeAt(t-1)%3A-1%3Bs%3Cu%26%26e.src.charCodeAt(s)%3D%3D%3Dl%3B)s%2B%2B%3Breturn%20s%3E%3Du%26%26(i%3D!1)%2C(o%3Ds-t)%3E%3D4%3Fi%3Da%3D!1%3A(32!%3D%3D(n%3Ds%3Cu%3Fe.src.charCodeAt(s)%3A-1)%26%2610!%3D%3Dn%7C%7C(i%3D!1)%2C32!%3D%3Dr%26%2610!%3D%3Dr%7C%7C(a%3D!1)%2C95%3D%3D%3Dl%26%26(ue(r)%26%26(i%3D!1)%2Cue(n)%26%26(a%3D!1)))%2C%7Bcan_open%3Ai%2Ccan_close%3Aa%2Cdelims%3Ao%7D%7D%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C!%5C%5C%5C%5C%5C%5C%5C%22%23%24%25%26'()*%2B%2C.%2F%3A%3B%3C%3D%3E%3F%40%5B%5D%5E_%60%7B%7C%7D~-%5C%5C%5C%22.split(%5C%5C%5C%22%5C%5C%5C%22).forEach(function(e)%7Bie%5Be.charCodeAt(0)%5D%3D1%7D)%3Bvar%20ce%3D%2F%5C%5C%5C%5C%5C%5C%5C%5C(%5B%20%5C%5C%5C%5C%5C%5C%5C%5C!%5C%5C%5C%22%23%24%25%26'()*%2B%2C.%5C%5C%5C%5C%2F%3A%3B%3C%3D%3E%3F%40%5B%5C%5C%5C%5C%5D%5E_%60%7B%7C%7D~-%5D)%2Fg%3Bvar%20pe%3D%2F%5C%5C%5C%5C%5C%5C%5C%5C(%5B%20%5C%5C%5C%5C%5C%5C%5C%5C!%5C%5C%5C%22%23%24%25%26'()*%2B%2C.%5C%5C%5C%5C%2F%3A%3B%3C%3D%3E%3F%40%5B%5C%5C%5C%5C%5D%5E_%60%7B%7C%7D~-%5D)%2Fg%3Bvar%20he%3D%5B%5C%5C%5C%22coap%5C%5C%5C%22%2C%5C%5C%5C%22doi%5C%5C%5C%22%2C%5C%5C%5C%22javascript%5C%5C%5C%22%2C%5C%5C%5C%22aaa%5C%5C%5C%22%2C%5C%5C%5C%22aaas%5C%5C%5C%22%2C%5C%5C%5C%22about%5C%5C%5C%22%2C%5C%5C%5C%22acap%5C%5C%5C%22%2C%5C%5C%5C%22cap%5C%5C%5C%22%2C%5C%5C%5C%22cid%5C%5C%5C%22%2C%5C%5C%5C%22crid%5C%5C%5C%22%2C%5C%5C%5C%22data%5C%5C%5C%22%2C%5C%5C%5C%22dav%5C%5C%5C%22%2C%5C%5C%5C%22dict%5C%5C%5C%22%2C%5C%5C%5C%22dns%5C%5C%5C%22%2C%5C%5C%5C%22file%5C%5C%5C%22%2C%5C%5C%5C%22ftp%5C%5C%5C%22%2C%5C%5C%5C%22geo%5C%5C%5C%22%2C%5C%5C%5C%22go%5C%5C%5C%22%2C%5C%5C%5C%22gopher%5C%5C%5C%22%2C%5C%5C%5C%22h323%5C%5C%5C%22%2C%5C%5C%5C%22http%5C%5C%5C%22%2C%5C%5C%5C%22https%5C%5C%5C%22%2C%5C%5C%5C%22iax%5C%5C%5C%22%2C%5C%5C%5C%22icap%5C%5C%5C%22%2C%5C%5C%5C%22im%5C%5C%5C%22%2C%5C%5C%5C%22imap%5C%5C%5C%22%2C%5C%5C%5C%22info%5C%5C%5C%22%2C%5C%5C%5C%22ipp%5C%5C%5C%22%2C%5C%5C%5C%22iris%5C%5C%5C%22%2C%5C%5C%5C%22iris.beep%5C%5C%5C%22%2C%5C%5C%5C%22iris.xpc%5C%5C%5C%22%2C%5C%5C%5C%22iris.xpcs%5C%5C%5C%22%2C%5C%5C%5C%22iris.lwz%5C%5C%5C%22%2C%5C%5C%5C%22ldap%5C%5C%5C%22%2C%5C%5C%5C%22mailto%5C%5C%5C%22%2C%5C%5C%5C%22mid%5C%5C%5C%22%2C%5C%5C%5C%22msrp%5C%5C%5C%22%2C%5C%5C%5C%22msrps%5C%5C%5C%22%2C%5C%5C%5C%22mtqp%5C%5C%5C%22%2C%5C%5C%5C%22mupdate%5C%5C%5C%22%2C%5C%5C%5C%22news%5C%5C%5C%22%2C%5C%5C%5C%22nfs%5C%5C%5C%22%2C%5C%5C%5C%22ni%5C%5C%5C%22%2C%5C%5C%5C%22nih%5C%5C%5C%22%2C%5C%5C%5C%22nntp%5C%5C%5C%22%2C%5C%5C%5C%22opaquelocktoken%5C%5C%5C%22%2C%5C%5C%5C%22pop%5C%5C%5C%22%2C%5C%5C%5C%22pres%5C%5C%5C%22%2C%5C%5C%5C%22rtsp%5C%5C%5C%22%2C%5C%5C%5C%22service%5C%5C%5C%22%2C%5C%5C%5C%22session%5C%5C%5C%22%2C%5C%5C%5C%22shttp%5C%5C%5C%22%2C%5C%5C%5C%22sieve%5C%5C%5C%22%2C%5C%5C%5C%22sip%5C%5C%5C%22%2C%5C%5C%5C%22sips%5C%5C%5C%22%2C%5C%5C%5C%22sms%5C%5C%5C%22%2C%5C%5C%5C%22snmp%5C%5C%5C%22%2C%5C%5C%5C%22soap.beep%5C%5C%5C%22%2C%5C%5C%5C%22soap.beeps%5C%5C%5C%22%2C%5C%5C%5C%22tag%5C%5C%5C%22%2C%5C%5C%5C%22tel%5C%5C%5C%22%2C%5C%5C%5C%22telnet%5C%5C%5C%22%2C%5C%5C%5C%22tftp%5C%5C%5C%22%2C%5C%5C%5C%22thismessage%5C%5C%5C%22%2C%5C%5C%5C%22tn3270%5C%5C%5C%22%2C%5C%5C%5C%22tip%5C%5C%5C%22%2C%5C%5C%5C%22tv%5C%5C%5C%22%2C%5C%5C%5C%22urn%5C%5C%5C%22%2C%5C%5C%5C%22vemmi%5C%5C%5C%22%2C%5C%5C%5C%22ws%5C%5C%5C%22%2C%5C%5C%5C%22wss%5C%5C%5C%22%2C%5C%5C%5C%22xcon%5C%5C%5C%22%2C%5C%5C%5C%22xcon-userid%5C%5C%5C%22%2C%5C%5C%5C%22xmlrpc.beep%5C%5C%5C%22%2C%5C%5C%5C%22xmlrpc.beeps%5C%5C%5C%22%2C%5C%5C%5C%22xmpp%5C%5C%5C%22%2C%5C%5C%5C%22z39.50r%5C%5C%5C%22%2C%5C%5C%5C%22z39.50s%5C%5C%5C%22%2C%5C%5C%5C%22adiumxtra%5C%5C%5C%22%2C%5C%5C%5C%22afp%5C%5C%5C%22%2C%5C%5C%5C%22afs%5C%5C%5C%22%2C%5C%5C%5C%22aim%5C%5C%5C%22%2C%5C%5C%5C%22apt%5C%5C%5C%22%2C%5C%5C%5C%22attachment%5C%5C%5C%22%2C%5C%5C%5C%22aw%5C%5C%5C%22%2C%5C%5C%5C%22beshare%5C%5C%5C%22%2C%5C%5C%5C%22bitcoin%5C%5C%5C%22%2C%5C%5C%5C%22bolo%5C%5C%5C%22%2C%5C%5C%5C%22callto%5C%5C%5C%22%2C%5C%5C%5C%22chrome%5C%5C%5C%22%2C%5C%5C%5C%22chrome-extension%5C%5C%5C%22%2C%5C%5C%5C%22com-eventbrite-attendee%5C%5C%5C%22%2C%5C%5C%5C%22content%5C%5C%5C%22%2C%5C%5C%5C%22cvs%5C%5C%5C%22%2C%5C%5C%5C%22dlna-playsingle%5C%5C%5C%22%2C%5C%5C%5C%22dlna-playcontainer%5C%5C%5C%22%2C%5C%5C%5C%22dtn%5C%5C%5C%22%2C%5C%5C%5C%22dvb%5C%5C%5C%22%2C%5C%5C%5C%22ed2k%5C%5C%5C%22%2C%5C%5C%5C%22facetime%5C%5C%5C%22%2C%5C%5C%5C%22feed%5C%5C%5C%22%2C%5C%5C%5C%22finger%5C%5C%5C%22%2C%5C%5C%5C%22fish%5C%5C%5C%22%2C%5C%5C%5C%22gg%5C%5C%5C%22%2C%5C%5C%5C%22git%5C%5C%5C%22%2C%5C%5C%5C%22gizmoproject%5C%5C%5C%22%2C%5C%5C%5C%22gtalk%5C%5C%5C%22%2C%5C%5C%5C%22hcp%5C%5C%5C%22%2C%5C%5C%5C%22icon%5C%5C%5C%22%2C%5C%5C%5C%22ipn%5C%5C%5C%22%2C%5C%5C%5C%22irc%5C%5C%5C%22%2C%5C%5C%5C%22irc6%5C%5C%5C%22%2C%5C%5C%5C%22ircs%5C%5C%5C%22%2C%5C%5C%5C%22itms%5C%5C%5C%22%2C%5C%5C%5C%22jar%5C%5C%5C%22%2C%5C%5C%5C%22jms%5C%5C%5C%22%2C%5C%5C%5C%22keyparc%5C%5C%5C%22%2C%5C%5C%5C%22lastfm%5C%5C%5C%22%2C%5C%5C%5C%22ldaps%5C%5C%5C%22%2C%5C%5C%5C%22magnet%5C%5C%5C%22%2C%5C%5C%5C%22maps%5C%5C%5C%22%2C%5C%5C%5C%22market%5C%5C%5C%22%2C%5C%5C%5C%22message%5C%5C%5C%22%2C%5C%5C%5C%22mms%5C%5C%5C%22%2C%5C%5C%5C%22ms-help%5C%5C%5C%22%2C%5C%5C%5C%22msnim%5C%5C%5C%22%2C%5C%5C%5C%22mumble%5C%5C%5C%22%2C%5C%5C%5C%22mvn%5C%5C%5C%22%2C%5C%5C%5C%22notes%5C%5C%5C%22%2C%5C%5C%5C%22oid%5C%5C%5C%22%2C%5C%5C%5C%22palm%5C%5C%5C%22%2C%5C%5C%5C%22paparazzi%5C%5C%5C%22%2C%5C%5C%5C%22platform%5C%5C%5C%22%2C%5C%5C%5C%22proxy%5C%5C%5C%22%2C%5C%5C%5C%22psyc%5C%5C%5C%22%2C%5C%5C%5C%22query%5C%5C%5C%22%2C%5C%5C%5C%22res%5C%5C%5C%22%2C%5C%5C%5C%22resource%5C%5C%5C%22%2C%5C%5C%5C%22rmi%5C%5C%5C%22%2C%5C%5C%5C%22rsync%5C%5C%5C%22%2C%5C%5C%5C%22rtmp%5C%5C%5C%22%2C%5C%5C%5C%22secondlife%5C%5C%5C%22%2C%5C%5C%5C%22sftp%5C%5C%5C%22%2C%5C%5C%5C%22sgn%5C%5C%5C%22%2C%5C%5C%5C%22skype%5C%5C%5C%22%2C%5C%5C%5C%22smb%5C%5C%5C%22%2C%5C%5C%5C%22soldat%5C%5C%5C%22%2C%5C%5C%5C%22spotify%5C%5C%5C%22%2C%5C%5C%5C%22ssh%5C%5C%5C%22%2C%5C%5C%5C%22steam%5C%5C%5C%22%2C%5C%5C%5C%22svn%5C%5C%5C%22%2C%5C%5C%5C%22teamspeak%5C%5C%5C%22%2C%5C%5C%5C%22things%5C%5C%5C%22%2C%5C%5C%5C%22udp%5C%5C%5C%22%2C%5C%5C%5C%22unreal%5C%5C%5C%22%2C%5C%5C%5C%22ut2004%5C%5C%5C%22%2C%5C%5C%5C%22ventrilo%5C%5C%5C%22%2C%5C%5C%5C%22view-source%5C%5C%5C%22%2C%5C%5C%5C%22webcal%5C%5C%5C%22%2C%5C%5C%5C%22wtai%5C%5C%5C%22%2C%5C%5C%5C%22wyciwyg%5C%5C%5C%22%2C%5C%5C%5C%22xfire%5C%5C%5C%22%2C%5C%5C%5C%22xri%5C%5C%5C%22%2C%5C%5C%5C%22ymsgr%5C%5C%5C%22%5D%2Cfe%3D%2F%5E%3C(%5Ba-zA-Z0-9.!%23%24%25%26'*%2B%5C%5C%5C%5C%2F%3D%3F%5E_%60%7B%7C%7D~-%5D%2B%40%5Ba-zA-Z0-9%5D(%3F%3A%5Ba-zA-Z0-9-%5D%7B0%2C61%7D%5Ba-zA-Z0-9%5D)%3F(%3F%3A%5C%5C%5C%5C.%5Ba-zA-Z0-9%5D(%3F%3A%5Ba-zA-Z0-9-%5D%7B0%2C61%7D%5Ba-zA-Z0-9%5D)%3F)*)%3E%2F%2Cge%3D%2F%5E%3C(%5Ba-zA-Z.%5C%5C%5C%5C-%5D%7B1%2C25%7D)%3A(%5B%5E%3C%3E%5C%5C%5C%5Cx00-%5C%5C%5C%5Cx20%5D*)%3E%2F%3Bfunction%20de(e%2Ct)%7Breturn%20e%3De.source%2Ct%3Dt%7C%7C%5C%5C%5C%22%5C%5C%5C%22%2Cfunction%20r(n%2Co)%7Breturn%20n%3F(o%3Do.source%7C%7Co%2Ce%3De.replace(n%2Co)%2Cr)%3Anew%20RegExp(e%2Ct)%7D%7Dvar%20me%3Dde(%2F(%3F%3Aunquoted%7Csingle_quoted%7Cdouble_quoted)%2F)(%5C%5C%5C%22unquoted%5C%5C%5C%22%2C%2F%5B%5E%5C%5C%5C%22'%3D%3C%3E%60%5C%5C%5C%5Cx00-%5C%5C%5C%5Cx20%5D%2B%2F)(%5C%5C%5C%22single_quoted%5C%5C%5C%22%2C%2F'%5B%5E'%5D*'%2F)(%5C%5C%5C%22double_quoted%5C%5C%5C%22%2C%2F%5C%5C%5C%22%5B%5E%5C%5C%5C%22%5D*%5C%5C%5C%22%2F)()%2Cbe%3Dde(%2F(%3F%3A%5C%5C%5C%5Cs%2Battr_name(%3F%3A%5C%5C%5C%5Cs*%3D%5C%5C%5C%5Cs*attr_value)%3F)%2F)(%5C%5C%5C%22attr_name%5C%5C%5C%22%2C%2F%5Ba-zA-Z_%3A%5D%5Ba-zA-Z0-9%3A._-%5D*%2F)(%5C%5C%5C%22attr_value%5C%5C%5C%22%2Cme)()%2Cve%3Dde(%2F%3C%5BA-Za-z%5D%5BA-Za-z0-9%5D*attribute*%5C%5C%5C%5Cs*%5C%5C%5C%5C%2F%3F%3E%2F)(%5C%5C%5C%22attribute%5C%5C%5C%22%2Cbe)()%2Cke%3Dde(%2F%5E(%3F%3Aopen_tag%7Cclose_tag%7Ccomment%7Cprocessing%7Cdeclaration%7Ccdata)%2F)(%5C%5C%5C%22open_tag%5C%5C%5C%22%2Cve)(%5C%5C%5C%22close_tag%5C%5C%5C%22%2C%2F%3C%5C%5C%5C%5C%2F%5BA-Za-z%5D%5BA-Za-z0-9%5D*%5C%5C%5C%5Cs*%3E%2F)(%5C%5C%5C%22comment%5C%5C%5C%22%2C%2F%3C!----%3E%7C%3C!--(%3F%3A-%3F%5B%5E%3E-%5D)(%3F%3A-%3F%5B%5E-%5D)*--%3E%2F)(%5C%5C%5C%22processing%5C%5C%5C%22%2C%2F%3C%5B%3F%5D.*%3F%5B%3F%5D%3E%2F)(%5C%5C%5C%22declaration%5C%5C%5C%22%2C%2F%3C!%5BA-Z%5D%2B%5C%5C%5C%5Cs%2B%5B%5E%3E%5D*%3E%2F)(%5C%5C%5C%22cdata%5C%5C%5C%22%2C%2F%3C!%5C%5C%5C%5C%5BCDATA%5C%5C%5C%5C%5B%5B%5C%5C%5C%5Cs%5C%5C%5C%5CS%5D*%3F%5C%5C%5C%5C%5D%5C%5C%5C%5C%5D%3E%2F)()%3Bvar%20Ae%3D%2F%5E%26%23((%3F%3Ax%5Ba-f0-9%5D%7B1%2C8%7D%7C%5B0-9%5D%7B1%2C8%7D))%3B%2Fi%2Cye%3D%2F%5E%26(%5Ba-z%5D%5Ba-z0-9%5D%7B1%2C31%7D)%3B%2Fi%3Bvar%20xe%3D%5B%5B%5C%5C%5C%22text%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bfor(var%20r%3De.pos%3Br%3Ce.posMax%26%26!se(e.src.charCodeAt(r))%3B)r%2B%2B%3Breturn%20r!%3D%3De.pos%26%26(t%7C%7C(e.pending%2B%3De.src.slice(e.pos%2Cr))%2Ce.pos%3Dr%2C!0)%7D%5D%2C%5B%5C%5C%5C%22newline%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.pos%3Bif(10!%3D%3De.src.charCodeAt(o))return!1%3Bif(r%3De.pending.length-1%2Cn%3De.posMax%2C!t)if(r%3E%3D0%26%2632%3D%3D%3De.pending.charCodeAt(r))if(r%3E%3D1%26%2632%3D%3D%3De.pending.charCodeAt(r-1))%7Bfor(var%20s%3Dr-2%3Bs%3E%3D0%3Bs--)if(32!%3D%3De.pending.charCodeAt(s))%7Be.pending%3De.pending.substring(0%2Cs%2B1)%3Bbreak%7De.push(%7Btype%3A%5C%5C%5C%22hardbreak%5C%5C%5C%22%2Clevel%3Ae.level%7D)%7Delse%20e.pending%3De.pending.slice(0%2C-1)%2Ce.push(%7Btype%3A%5C%5C%5C%22softbreak%5C%5C%5C%22%2Clevel%3Ae.level%7D)%3Belse%20e.push(%7Btype%3A%5C%5C%5C%22softbreak%5C%5C%5C%22%2Clevel%3Ae.level%7D)%3Bfor(o%2B%2B%3Bo%3Cn%26%2632%3D%3D%3De.src.charCodeAt(o)%3B)o%2B%2B%3Breturn%20e.pos%3Do%2C!0%7D%5D%2C%5B%5C%5C%5C%22escape%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%3De.pos%2Co%3De.posMax%3Bif(92!%3D%3De.src.charCodeAt(n))return!1%3Bif(%2B%2Bn%3Co)%7Bif((r%3De.src.charCodeAt(n))%3C256%26%260!%3D%3Die%5Br%5D)return%20t%7C%7C(e.pending%2B%3De.src%5Bn%5D)%2Ce.pos%2B%3D2%2C!0%3Bif(10%3D%3D%3Dr)%7Bfor(t%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22hardbreak%5C%5C%5C%22%2Clevel%3Ae.level%7D)%2Cn%2B%2B%3Bn%3Co%26%2632%3D%3D%3De.src.charCodeAt(n)%3B)n%2B%2B%3Breturn%20e.pos%3Dn%2C!0%7D%7Dreturn%20t%7C%7C(e.pending%2B%3D%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%22)%2Ce.pos%2B%2B%2C!0%7D%5D%2C%5B%5C%5C%5C%22backticks%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%3De.pos%3Bif(96!%3D%3De.src.charCodeAt(a))return!1%3Bfor(r%3Da%2Ca%2B%2B%2Cn%3De.posMax%3Ba%3Cn%26%2696%3D%3D%3De.src.charCodeAt(a)%3B)a%2B%2B%3Bfor(o%3De.src.slice(r%2Ca)%2Cs%3Di%3Da%3B-1!%3D%3D(s%3De.src.indexOf(%5C%5C%5C%22%60%5C%5C%5C%22%2Ci))%3B)%7Bfor(i%3Ds%2B1%3Bi%3Cn%26%2696%3D%3D%3De.src.charCodeAt(i)%3B)i%2B%2B%3Bif(i-s%3D%3D%3Do.length)return%20t%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22code%5C%5C%5C%22%2Ccontent%3Ae.src.slice(a%2Cs).replace(%2F%5B%20%5C%5C%5C%5Cn%5D%2B%2Fg%2C%5C%5C%5C%22%20%5C%5C%5C%22).trim()%2Cblock%3A!1%2Clevel%3Ae.level%7D)%2Ce.pos%3Di%2C!0%7Dreturn%20t%7C%7C(e.pending%2B%3Do)%2Ce.pos%2B%3Do.length%2C!0%7D%5D%2C%5B%5C%5C%5C%22del%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%3De.posMax%2Cu%3De.pos%3Bif(126!%3D%3De.src.charCodeAt(u))return!1%3Bif(t)return!1%3Bif(u%2B4%3E%3Da)return!1%3Bif(126!%3D%3De.src.charCodeAt(u%2B1))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bif(s%3Du%3E0%3Fe.src.charCodeAt(u-1)%3A-1%2Ci%3De.src.charCodeAt(u%2B2)%2C126%3D%3D%3Ds)return!1%3Bif(126%3D%3D%3Di)return!1%3Bif(32%3D%3D%3Di%7C%7C10%3D%3D%3Di)return!1%3Bfor(n%3Du%2B2%3Bn%3Ca%26%26126%3D%3D%3De.src.charCodeAt(n)%3B)n%2B%2B%3Bif(n%3Eu%2B3)return%20e.pos%2B%3Dn-u%2Ct%7C%7C(e.pending%2B%3De.src.slice(u%2Cn))%2C!0%3Bfor(e.pos%3Du%2B2%2Co%3D1%3Be.pos%2B1%3Ca%3B)%7Bif(126%3D%3D%3De.src.charCodeAt(e.pos)%26%26126%3D%3D%3De.src.charCodeAt(e.pos%2B1)%26%26(s%3De.src.charCodeAt(e.pos-1)%2C126!%3D%3D(i%3De.pos%2B2%3Ca%3Fe.src.charCodeAt(e.pos%2B2)%3A-1)%26%26126!%3D%3Ds%26%26(32!%3D%3Ds%26%2610!%3D%3Ds%3Fo--%3A32!%3D%3Di%26%2610!%3D%3Di%26%26o%2B%2B%2Co%3C%3D0)))%7Br%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20r%3F(e.posMax%3De.pos%2Ce.pos%3Du%2B2%2Ct%7C%7C(e.push(%7Btype%3A%5C%5C%5C%22del_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2Ce.parser.tokenize(e)%2Ce.push(%7Btype%3A%5C%5C%5C%22del_close%5C%5C%5C%22%2Clevel%3A--e.level%7D))%2Ce.pos%3De.posMax%2B2%2Ce.posMax%3Da%2C!0)%3A(e.pos%3Du%2C!1)%7D%5D%2C%5B%5C%5C%5C%22ins%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%3De.posMax%2Cu%3De.pos%3Bif(43!%3D%3De.src.charCodeAt(u))return!1%3Bif(t)return!1%3Bif(u%2B4%3E%3Da)return!1%3Bif(43!%3D%3De.src.charCodeAt(u%2B1))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bif(s%3Du%3E0%3Fe.src.charCodeAt(u-1)%3A-1%2Ci%3De.src.charCodeAt(u%2B2)%2C43%3D%3D%3Ds)return!1%3Bif(43%3D%3D%3Di)return!1%3Bif(32%3D%3D%3Di%7C%7C10%3D%3D%3Di)return!1%3Bfor(n%3Du%2B2%3Bn%3Ca%26%2643%3D%3D%3De.src.charCodeAt(n)%3B)n%2B%2B%3Bif(n!%3D%3Du%2B2)return%20e.pos%2B%3Dn-u%2Ct%7C%7C(e.pending%2B%3De.src.slice(u%2Cn))%2C!0%3Bfor(e.pos%3Du%2B2%2Co%3D1%3Be.pos%2B1%3Ca%3B)%7Bif(43%3D%3D%3De.src.charCodeAt(e.pos)%26%2643%3D%3D%3De.src.charCodeAt(e.pos%2B1)%26%26(s%3De.src.charCodeAt(e.pos-1)%2C43!%3D%3D(i%3De.pos%2B2%3Ca%3Fe.src.charCodeAt(e.pos%2B2)%3A-1)%26%2643!%3D%3Ds%26%26(32!%3D%3Ds%26%2610!%3D%3Ds%3Fo--%3A32!%3D%3Di%26%2610!%3D%3Di%26%26o%2B%2B%2Co%3C%3D0)))%7Br%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20r%3F(e.posMax%3De.pos%2Ce.pos%3Du%2B2%2Ct%7C%7C(e.push(%7Btype%3A%5C%5C%5C%22ins_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2Ce.parser.tokenize(e)%2Ce.push(%7Btype%3A%5C%5C%5C%22ins_close%5C%5C%5C%22%2Clevel%3A--e.level%7D))%2Ce.pos%3De.posMax%2B2%2Ce.posMax%3Da%2C!0)%3A(e.pos%3Du%2C!1)%7D%5D%2C%5B%5C%5C%5C%22mark%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%3De.posMax%2Cu%3De.pos%3Bif(61!%3D%3De.src.charCodeAt(u))return!1%3Bif(t)return!1%3Bif(u%2B4%3E%3Da)return!1%3Bif(61!%3D%3De.src.charCodeAt(u%2B1))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bif(s%3Du%3E0%3Fe.src.charCodeAt(u-1)%3A-1%2Ci%3De.src.charCodeAt(u%2B2)%2C61%3D%3D%3Ds)return!1%3Bif(61%3D%3D%3Di)return!1%3Bif(32%3D%3D%3Di%7C%7C10%3D%3D%3Di)return!1%3Bfor(n%3Du%2B2%3Bn%3Ca%26%2661%3D%3D%3De.src.charCodeAt(n)%3B)n%2B%2B%3Bif(n!%3D%3Du%2B2)return%20e.pos%2B%3Dn-u%2Ct%7C%7C(e.pending%2B%3De.src.slice(u%2Cn))%2C!0%3Bfor(e.pos%3Du%2B2%2Co%3D1%3Be.pos%2B1%3Ca%3B)%7Bif(61%3D%3D%3De.src.charCodeAt(e.pos)%26%2661%3D%3D%3De.src.charCodeAt(e.pos%2B1)%26%26(s%3De.src.charCodeAt(e.pos-1)%2C61!%3D%3D(i%3De.pos%2B2%3Ca%3Fe.src.charCodeAt(e.pos%2B2)%3A-1)%26%2661!%3D%3Ds%26%26(32!%3D%3Ds%26%2610!%3D%3Ds%3Fo--%3A32!%3D%3Di%26%2610!%3D%3Di%26%26o%2B%2B%2Co%3C%3D0)))%7Br%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20r%3F(e.posMax%3De.pos%2Ce.pos%3Du%2B2%2Ct%7C%7C(e.push(%7Btype%3A%5C%5C%5C%22mark_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2Ce.parser.tokenize(e)%2Ce.push(%7Btype%3A%5C%5C%5C%22mark_close%5C%5C%5C%22%2Clevel%3A--e.level%7D))%2Ce.pos%3De.posMax%2B2%2Ce.posMax%3Da%2C!0)%3A(e.pos%3Du%2C!1)%7D%5D%2C%5B%5C%5C%5C%22emphasis%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%3De.posMax%2Cc%3De.pos%2Cp%3De.src.charCodeAt(c)%3Bif(95!%3D%3Dp%26%2642!%3D%3Dp)return!1%3Bif(t)return!1%3Bif(r%3D(u%3Dle(e%2Cc)).delims%2C!u.can_open)return%20e.pos%2B%3Dr%2Ct%7C%7C(e.pending%2B%3De.src.slice(c%2Ce.pos))%2C!0%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bfor(e.pos%3Dc%2Br%2Ca%3D%5Br%5D%3Be.pos%3Cl%3B)if(e.src.charCodeAt(e.pos)!%3D%3Dp)e.parser.skipToken(e)%3Belse%7Bif(n%3D(u%3Dle(e%2Ce.pos)).delims%2Cu.can_close)%7Bfor(s%3Da.pop()%2Ci%3Dn%3Bs!%3D%3Di%3B)%7Bif(i%3Cs)%7Ba.push(s-i)%3Bbreak%7Dif(i-%3Ds%2C0%3D%3D%3Da.length)break%3Be.pos%2B%3Ds%2Cs%3Da.pop()%7Dif(0%3D%3D%3Da.length)%7Br%3Ds%2Co%3D!0%3Bbreak%7De.pos%2B%3Dn%3Bcontinue%7Du.can_open%26%26a.push(n)%2Ce.pos%2B%3Dn%7Dreturn%20o%3F(e.posMax%3De.pos%2Ce.pos%3Dc%2Br%2Ct%7C%7C(2!%3D%3Dr%26%263!%3D%3Dr%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22strong_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2C1!%3D%3Dr%26%263!%3D%3Dr%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22em_open%5C%5C%5C%22%2Clevel%3Ae.level%2B%2B%7D)%2Ce.parser.tokenize(e)%2C1!%3D%3Dr%26%263!%3D%3Dr%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22em_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)%2C2!%3D%3Dr%26%263!%3D%3Dr%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22strong_close%5C%5C%5C%22%2Clevel%3A--e.level%7D))%2Ce.pos%3De.posMax%2Br%2Ce.posMax%3Dl%2C!0)%3A(e.pos%3Dc%2C!1)%7D%5D%2C%5B%5C%5C%5C%22sub%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.posMax%2Cs%3De.pos%3Bif(126!%3D%3De.src.charCodeAt(s))return!1%3Bif(t)return!1%3Bif(s%2B2%3E%3Do)return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bfor(e.pos%3Ds%2B1%3Be.pos%3Co%3B)%7Bif(126%3D%3D%3De.src.charCodeAt(e.pos))%7Br%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20r%26%26s%2B1!%3D%3De.pos%3F(n%3De.src.slice(s%2B1%2Ce.pos)).match(%2F(%5E%7C%5B%5E%5C%5C%5C%5C%5C%5C%5C%5C%5D)(%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C)*%5C%5C%5C%5Cs%2F)%3F(e.pos%3Ds%2C!1)%3A(e.posMax%3De.pos%2Ce.pos%3Ds%2B1%2Ct%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22sub%5C%5C%5C%22%2Clevel%3Ae.level%2Ccontent%3An.replace(ce%2C%5C%5C%5C%22%241%5C%5C%5C%22)%7D)%2Ce.pos%3De.posMax%2B1%2Ce.posMax%3Do%2C!0)%3A(e.pos%3Ds%2C!1)%7D%5D%2C%5B%5C%5C%5C%22sup%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%3De.posMax%2Cs%3De.pos%3Bif(94!%3D%3De.src.charCodeAt(s))return!1%3Bif(t)return!1%3Bif(s%2B2%3E%3Do)return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bfor(e.pos%3Ds%2B1%3Be.pos%3Co%3B)%7Bif(94%3D%3D%3De.src.charCodeAt(e.pos))%7Br%3D!0%3Bbreak%7De.parser.skipToken(e)%7Dreturn%20r%26%26s%2B1!%3D%3De.pos%3F(n%3De.src.slice(s%2B1%2Ce.pos)).match(%2F(%5E%7C%5B%5E%5C%5C%5C%5C%5C%5C%5C%5C%5D)(%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C)*%5C%5C%5C%5Cs%2F)%3F(e.pos%3Ds%2C!1)%3A(e.posMax%3De.pos%2Ce.pos%3Ds%2B1%2Ct%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22sup%5C%5C%5C%22%2Clevel%3Ae.level%2Ccontent%3An.replace(pe%2C%5C%5C%5C%22%241%5C%5C%5C%22)%7D)%2Ce.pos%3De.posMax%2B1%2Ce.posMax%3Do%2C!0)%3A(e.pos%3Ds%2C!1)%7D%5D%2C%5B%5C%5C%5C%22links%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%3D!1%2Cp%3De.pos%2Ch%3De.posMax%2Cf%3De.pos%2Cg%3De.src.charCodeAt(f)%3Bif(33%3D%3D%3Dg%26%26(c%3D!0%2Cg%3De.src.charCodeAt(%2B%2Bf))%2C91!%3D%3Dg)return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bif(r%3Df%2B1%2C(n%3DD(e%2Cf))%3C0)return!1%3Bif((a%3Dn%2B1)%3Ch%26%2640%3D%3D%3De.src.charCodeAt(a))%7Bfor(a%2B%2B%3Ba%3Ch%26%26(32%3D%3D%3D(l%3De.src.charCodeAt(a))%7C%7C10%3D%3D%3Dl)%3Ba%2B%2B)%3Bif(a%3E%3Dh)return!1%3Bfor(f%3Da%2Cq(e%2Ca)%3F(s%3De.linkContent%2Ca%3De.pos)%3As%3D%5C%5C%5C%22%5C%5C%5C%22%2Cf%3Da%3Ba%3Ch%26%26(32%3D%3D%3D(l%3De.src.charCodeAt(a))%7C%7C10%3D%3D%3Dl)%3Ba%2B%2B)%3Bif(a%3Ch%26%26f!%3D%3Da%26%26F(e%2Ca))for(i%3De.linkContent%2Ca%3De.pos%3Ba%3Ch%26%26(32%3D%3D%3D(l%3De.src.charCodeAt(a))%7C%7C10%3D%3D%3Dl)%3Ba%2B%2B)%3Belse%20i%3D%5C%5C%5C%22%5C%5C%5C%22%3Bif(a%3E%3Dh%7C%7C41!%3D%3De.src.charCodeAt(a))return%20e.pos%3Dp%2C!1%3Ba%2B%2B%7Delse%7Bif(e.linkLevel%3E0)return!1%3Bfor(%3Ba%3Ch%26%26(32%3D%3D%3D(l%3De.src.charCodeAt(a))%7C%7C10%3D%3D%3Dl)%3Ba%2B%2B)%3Bif(a%3Ch%26%2691%3D%3D%3De.src.charCodeAt(a)%26%26(f%3Da%2B1%2C(a%3DD(e%2Ca))%3E%3D0%3Fo%3De.src.slice(f%2Ca%2B%2B)%3Aa%3Df-1)%2Co%7C%7C(void%200%3D%3D%3Do%26%26(a%3Dn%2B1)%2Co%3De.src.slice(r%2Cn))%2C!(u%3De.env.references%5BM(o)%5D))return%20e.pos%3Dp%2C!1%3Bs%3Du.href%2Ci%3Du.title%7Dreturn%20t%7C%7C(e.pos%3Dr%2Ce.posMax%3Dn%2Cc%3Fe.push(%7Btype%3A%5C%5C%5C%22image%5C%5C%5C%22%2Csrc%3As%2Ctitle%3Ai%2Calt%3Ae.src.substr(r%2Cn-r)%2Clevel%3Ae.level%7D)%3A(e.push(%7Btype%3A%5C%5C%5C%22link_open%5C%5C%5C%22%2Chref%3As%2Ctitle%3Ai%2Clevel%3Ae.level%2B%2B%7D)%2Ce.linkLevel%2B%2B%2Ce.parser.tokenize(e)%2Ce.linkLevel--%2Ce.push(%7Btype%3A%5C%5C%5C%22link_close%5C%5C%5C%22%2Clevel%3A--e.level%7D)))%2Ce.pos%3Da%2Ce.posMax%3Dh%2C!0%7D%5D%2C%5B%5C%5C%5C%22footnote_inline%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%3De.posMax%2Ca%3De.pos%3Breturn!(a%2B2%3E%3Di%7C%7C94!%3D%3De.src.charCodeAt(a)%7C%7C91!%3D%3De.src.charCodeAt(a%2B1)%7C%7Ce.level%3E%3De.options.maxNesting%7C%7C(r%3Da%2B2%2C(n%3DD(e%2Ca%2B1))%3C0%7C%7C(t%7C%7C(e.env.footnotes%7C%7C(e.env.footnotes%3D%7B%7D)%2Ce.env.footnotes.list%7C%7C(e.env.footnotes.list%3D%5B%5D)%2Co%3De.env.footnotes.list.length%2Ce.pos%3Dr%2Ce.posMax%3Dn%2Ce.push(%7Btype%3A%5C%5C%5C%22footnote_ref%5C%5C%5C%22%2Cid%3Ao%2Clevel%3Ae.level%7D)%2Ce.linkLevel%2B%2B%2Cs%3De.tokens.length%2Ce.parser.tokenize(e)%2Ce.env.footnotes.list%5Bo%5D%3D%7Btokens%3Ae.tokens.splice(s)%7D%2Ce.linkLevel--)%2Ce.pos%3Dn%2B1%2Ce.posMax%3Di%2C0)))%7D%5D%2C%5B%5C%5C%5C%22footnote_ref%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%3De.posMax%2Ca%3De.pos%3Bif(a%2B3%3Ei)return!1%3Bif(!e.env.footnotes%7C%7C!e.env.footnotes.refs)return!1%3Bif(91!%3D%3De.src.charCodeAt(a))return!1%3Bif(94!%3D%3De.src.charCodeAt(a%2B1))return!1%3Bif(e.level%3E%3De.options.maxNesting)return!1%3Bfor(n%3Da%2B2%3Bn%3Ci%3Bn%2B%2B)%7Bif(32%3D%3D%3De.src.charCodeAt(n))return!1%3Bif(10%3D%3D%3De.src.charCodeAt(n))return!1%3Bif(93%3D%3D%3De.src.charCodeAt(n))break%7Dreturn!(n%3D%3D%3Da%2B2%7C%7Cn%3E%3Di%7C%7C(n%2B%2B%2Cr%3De.src.slice(a%2B2%2Cn-1)%2Cvoid%200%3D%3D%3De.env.footnotes.refs%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Br%5D%7C%7C(t%7C%7C(e.env.footnotes.list%7C%7C(e.env.footnotes.list%3D%5B%5D)%2Ce.env.footnotes.refs%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Br%5D%3C0%3F(o%3De.env.footnotes.list.length%2Ce.env.footnotes.list%5Bo%5D%3D%7Blabel%3Ar%2Ccount%3A0%7D%2Ce.env.footnotes.refs%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Br%5D%3Do)%3Ao%3De.env.footnotes.refs%5B%5C%5C%5C%22%3A%5C%5C%5C%22%2Br%5D%2Cs%3De.env.footnotes.list%5Bo%5D.count%2Ce.env.footnotes.list%5Bo%5D.count%2B%2B%2Ce.push(%7Btype%3A%5C%5C%5C%22footnote_ref%5C%5C%5C%22%2Cid%3Ao%2CsubId%3As%2Clevel%3Ae.level%7D))%2Ce.pos%3Dn%2Ce.posMax%3Di%2C0)))%7D%5D%2C%5B%5C%5C%5C%22autolink%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%2Ci%2Ca%3De.pos%3Breturn!(60!%3D%3De.src.charCodeAt(a)%7C%7C(r%3De.src.slice(a)).indexOf(%5C%5C%5C%22%3E%5C%5C%5C%22)%3C0%7C%7C((n%3Dr.match(ge))%3Fhe.indexOf(n%5B1%5D.toLowerCase())%3C0%7C%7C(i%3DB(s%3Dn%5B0%5D.slice(1%2C-1))%2C!e.parser.validateLink(s)%7C%7C(t%7C%7C(e.push(%7Btype%3A%5C%5C%5C%22link_open%5C%5C%5C%22%2Chref%3Ai%2Clevel%3Ae.level%7D)%2Ce.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3As%2Clevel%3Ae.level%2B1%7D)%2Ce.push(%7Btype%3A%5C%5C%5C%22link_close%5C%5C%5C%22%2Clevel%3Ae.level%7D))%2Ce.pos%2B%3Dn%5B0%5D.length%2C0))%3A!(o%3Dr.match(fe))%7C%7C(i%3DB(%5C%5C%5C%22mailto%3A%5C%5C%5C%22%2B(s%3Do%5B0%5D.slice(1%2C-1)))%2C!e.parser.validateLink(i)%7C%7C(t%7C%7C(e.push(%7Btype%3A%5C%5C%5C%22link_open%5C%5C%5C%22%2Chref%3Ai%2Clevel%3Ae.level%7D)%2Ce.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3As%2Clevel%3Ae.level%2B1%7D)%2Ce.push(%7Btype%3A%5C%5C%5C%22link_close%5C%5C%5C%22%2Clevel%3Ae.level%7D))%2Ce.pos%2B%3Do%5B0%5D.length%2C0))))%7D%5D%2C%5B%5C%5C%5C%22htmltag%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Cn%2Co%2Cs%3De.pos%3Breturn!(!e.options.html%7C%7C(o%3De.posMax%2C60!%3D%3De.src.charCodeAt(s)%7C%7Cs%2B2%3E%3Do%7C%7C33!%3D%3D(r%3De.src.charCodeAt(s%2B1))%26%2663!%3D%3Dr%26%2647!%3D%3Dr%26%26!function(e)%7Bvar%20t%3D32%7Ce%3Breturn%20t%3E%3D97%26%26t%3C%3D122%7D(r)%7C%7C!(n%3De.src.slice(s).match(ke))%7C%7C(t%7C%7Ce.push(%7Btype%3A%5C%5C%5C%22htmltag%5C%5C%5C%22%2Ccontent%3Ae.src.slice(s%2Cs%2Bn%5B0%5D.length)%2Clevel%3Ae.level%7D)%2Ce.pos%2B%3Dn%5B0%5D.length%2C0)))%7D%5D%2C%5B%5C%5C%5C%22entity%5C%5C%5C%22%2Cfunction(e%2Ct)%7Bvar%20r%2Co%2Cs%3De.pos%2Ci%3De.posMax%3Bif(38!%3D%3De.src.charCodeAt(s))return!1%3Bif(s%2B1%3Ci)if(35%3D%3D%3De.src.charCodeAt(s%2B1))%7Bif(o%3De.src.slice(s).match(Ae))return%20t%7C%7C(r%3D%5C%5C%5C%22x%5C%5C%5C%22%3D%3D%3Do%5B1%5D%5B0%5D.toLowerCase()%3FparseInt(o%5B1%5D.slice(1)%2C16)%3AparseInt(o%5B1%5D%2C10)%2Ce.pending%2B%3Dl(r)%3Fc(r)%3Ac(65533))%2Ce.pos%2B%3Do%5B0%5D.length%2C!0%7Delse%20if(o%3De.src.slice(s).match(ye))%7Bvar%20a%3Dn(o%5B1%5D)%3Bif(o%5B1%5D!%3D%3Da)return%20t%7C%7C(e.pending%2B%3Da)%2Ce.pos%2B%3Do%5B0%5D.length%2C!0%7Dreturn%20t%7C%7C(e.pending%2B%3D%5C%5C%5C%22%26%5C%5C%5C%22)%2Ce.pos%2B%2B%2C!0%7D%5D%5D%3Bfunction%20we()%7Bthis.ruler%3Dnew%20C%3Bfor(var%20e%3D0%3Be%3Cxe.length%3Be%2B%2B)this.ruler.push(xe%5Be%5D%5B0%5D%2Cxe%5Be%5D%5B1%5D)%3Bthis.validateLink%3DCe%7Dfunction%20Ce(e)%7Bvar%20t%3De.trim().toLowerCase()%3Breturn-1%3D%3D%3D(t%3Dg(t)).indexOf(%5C%5C%5C%22%3A%5C%5C%5C%22)%7C%7C-1%3D%3D%3D%5B%5C%5C%5C%22vbscript%5C%5C%5C%22%2C%5C%5C%5C%22javascript%5C%5C%5C%22%2C%5C%5C%5C%22file%5C%5C%5C%22%2C%5C%5C%5C%22data%5C%5C%5C%22%5D.indexOf(t.split(%5C%5C%5C%22%3A%5C%5C%5C%22)%5B0%5D)%7Dwe.prototype.skipToken%3Dfunction(e)%7Bvar%20t%2Cr%2Cn%3Dthis.ruler.getRules(%5C%5C%5C%22%5C%5C%5C%22)%2Co%3Dn.length%2Cs%3De.pos%3Bif((r%3De.cacheGet(s))%3E0)e.pos%3Dr%3Belse%7Bfor(t%3D0%3Bt%3Co%3Bt%2B%2B)if(n%5Bt%5D(e%2C!0))return%20void%20e.cacheSet(s%2Ce.pos)%3Be.pos%2B%2B%2Ce.cacheSet(s%2Ce.pos)%7D%7D%2Cwe.prototype.tokenize%3Dfunction(e)%7Bfor(var%20t%2Cr%2Cn%3Dthis.ruler.getRules(%5C%5C%5C%22%5C%5C%5C%22)%2Co%3Dn.length%2Cs%3De.posMax%3Be.pos%3Cs%3B)%7Bfor(r%3D0%3Br%3Co%26%26!(t%3Dn%5Br%5D(e%2C!1))%3Br%2B%2B)%3Bif(t)%7Bif(e.pos%3E%3Ds)break%7Delse%20e.pending%2B%3De.src%5Be.pos%2B%2B%5D%7De.pending%26%26e.pushPending()%7D%2Cwe.prototype.parse%3Dfunction(e%2Ct%2Cr%2Cn)%7Bvar%20o%3Dnew%20E(e%2Cthis%2Ct%2Cr%2Cn)%3Bthis.tokenize(o)%7D%3Bvar%20Ee%3D%7Bdefault%3A%7Boptions%3A%7Bhtml%3A!1%2CxhtmlOut%3A!1%2Cbreaks%3A!1%2ClangPrefix%3A%5C%5C%5C%22language-%5C%5C%5C%22%2ClinkTarget%3A%5C%5C%5C%22%5C%5C%5C%22%2Ctypographer%3A!1%2Cquotes%3A%5C%5C%5C%22%E2%80%9C%E2%80%9D%E2%80%98%E2%80%99%5C%5C%5C%22%2Chighlight%3Anull%2CmaxNesting%3A20%7D%2Ccomponents%3A%7Bcore%3A%7Brules%3A%5B%5C%5C%5C%22block%5C%5C%5C%22%2C%5C%5C%5C%22inline%5C%5C%5C%22%2C%5C%5C%5C%22references%5C%5C%5C%22%2C%5C%5C%5C%22replacements%5C%5C%5C%22%2C%5C%5C%5C%22smartquotes%5C%5C%5C%22%2C%5C%5C%5C%22references%5C%5C%5C%22%2C%5C%5C%5C%22abbr2%5C%5C%5C%22%2C%5C%5C%5C%22footnote_tail%5C%5C%5C%22%5D%7D%2Cblock%3A%7Brules%3A%5B%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22code%5C%5C%5C%22%2C%5C%5C%5C%22fences%5C%5C%5C%22%2C%5C%5C%5C%22footnote%5C%5C%5C%22%2C%5C%5C%5C%22heading%5C%5C%5C%22%2C%5C%5C%5C%22hr%5C%5C%5C%22%2C%5C%5C%5C%22htmlblock%5C%5C%5C%22%2C%5C%5C%5C%22lheading%5C%5C%5C%22%2C%5C%5C%5C%22list%5C%5C%5C%22%2C%5C%5C%5C%22paragraph%5C%5C%5C%22%2C%5C%5C%5C%22table%5C%5C%5C%22%5D%7D%2Cinline%3A%7Brules%3A%5B%5C%5C%5C%22autolink%5C%5C%5C%22%2C%5C%5C%5C%22backticks%5C%5C%5C%22%2C%5C%5C%5C%22del%5C%5C%5C%22%2C%5C%5C%5C%22emphasis%5C%5C%5C%22%2C%5C%5C%5C%22entity%5C%5C%5C%22%2C%5C%5C%5C%22escape%5C%5C%5C%22%2C%5C%5C%5C%22footnote_ref%5C%5C%5C%22%2C%5C%5C%5C%22htmltag%5C%5C%5C%22%2C%5C%5C%5C%22links%5C%5C%5C%22%2C%5C%5C%5C%22newline%5C%5C%5C%22%2C%5C%5C%5C%22text%5C%5C%5C%22%5D%7D%7D%7D%2Cfull%3A%7Boptions%3A%7Bhtml%3A!1%2CxhtmlOut%3A!1%2Cbreaks%3A!1%2ClangPrefix%3A%5C%5C%5C%22language-%5C%5C%5C%22%2ClinkTarget%3A%5C%5C%5C%22%5C%5C%5C%22%2Ctypographer%3A!1%2Cquotes%3A%5C%5C%5C%22%E2%80%9C%E2%80%9D%E2%80%98%E2%80%99%5C%5C%5C%22%2Chighlight%3Anull%2CmaxNesting%3A20%7D%2Ccomponents%3A%7Bcore%3A%7B%7D%2Cblock%3A%7B%7D%2Cinline%3A%7B%7D%7D%7D%2Ccommonmark%3A%7Boptions%3A%7Bhtml%3A!0%2CxhtmlOut%3A!0%2Cbreaks%3A!1%2ClangPrefix%3A%5C%5C%5C%22language-%5C%5C%5C%22%2ClinkTarget%3A%5C%5C%5C%22%5C%5C%5C%22%2Ctypographer%3A!1%2Cquotes%3A%5C%5C%5C%22%E2%80%9C%E2%80%9D%E2%80%98%E2%80%99%5C%5C%5C%22%2Chighlight%3Anull%2CmaxNesting%3A20%7D%2Ccomponents%3A%7Bcore%3A%7Brules%3A%5B%5C%5C%5C%22block%5C%5C%5C%22%2C%5C%5C%5C%22inline%5C%5C%5C%22%2C%5C%5C%5C%22references%5C%5C%5C%22%2C%5C%5C%5C%22abbr2%5C%5C%5C%22%5D%7D%2Cblock%3A%7Brules%3A%5B%5C%5C%5C%22blockquote%5C%5C%5C%22%2C%5C%5C%5C%22code%5C%5C%5C%22%2C%5C%5C%5C%22fences%5C%5C%5C%22%2C%5C%5C%5C%22heading%5C%5C%5C%22%2C%5C%5C%5C%22hr%5C%5C%5C%22%2C%5C%5C%5C%22htmlblock%5C%5C%5C%22%2C%5C%5C%5C%22lheading%5C%5C%5C%22%2C%5C%5C%5C%22list%5C%5C%5C%22%2C%5C%5C%5C%22paragraph%5C%5C%5C%22%5D%7D%2Cinline%3A%7Brules%3A%5B%5C%5C%5C%22autolink%5C%5C%5C%22%2C%5C%5C%5C%22backticks%5C%5C%5C%22%2C%5C%5C%5C%22emphasis%5C%5C%5C%22%2C%5C%5C%5C%22entity%5C%5C%5C%22%2C%5C%5C%5C%22escape%5C%5C%5C%22%2C%5C%5C%5C%22htmltag%5C%5C%5C%22%2C%5C%5C%5C%22links%5C%5C%5C%22%2C%5C%5C%5C%22newline%5C%5C%5C%22%2C%5C%5C%5C%22text%5C%5C%5C%22%5D%7D%7D%7D%7D%3Bfunction%20De(e%2Ct%2Cr)%7Bthis.src%3Dt%2Cthis.env%3Dr%2Cthis.options%3De.options%2Cthis.tokens%3D%5B%5D%2Cthis.inlineMode%3D!1%2Cthis.inline%3De.inline%2Cthis.block%3De.block%2Cthis.renderer%3De.renderer%2Cthis.typographer%3De.typographer%7Dfunction%20_e(e%2Ct)%7B%5C%5C%5C%22string%5C%5C%5C%22!%3Dtypeof%20e%26%26(t%3De%2Ce%3D%5C%5C%5C%22default%5C%5C%5C%22)%2Ct%26%26null!%3Dt.linkify%26%26console.warn(%5C%5C%5C%22linkify%20option%20is%20removed.%20Use%20linkify%20plugin%20instead%3A%5C%5C%5C%5Cn%5C%5C%5C%5Cnimport%20Remarkable%20from%20'remarkable'%3B%5C%5C%5C%5Cnimport%20linkify%20from%20'remarkable%2Flinkify'%3B%5C%5C%5C%5Cnnew%20Remarkable().use(linkify)%5C%5C%5C%5Cn%5C%5C%5C%22)%2Cthis.inline%3Dnew%20we%2Cthis.block%3Dnew%20te%2Cthis.core%3Dnew%20G%2Cthis.renderer%3Dnew%20w%2Cthis.ruler%3Dnew%20C%2Cthis.options%3D%7B%7D%2Cthis.configure(Ee%5Be%5D)%2Cthis.set(t%7C%7C%7B%7D)%7Dfunction%20Be(e%2Ct)%7Bif(Array.prototype.indexOf)return%20e.indexOf(t)%3Bfor(var%20r%3D0%2Cn%3De.length%3Br%3Cn%3Br%2B%2B)if(e%5Br%5D%3D%3D%3Dt)return%20r%3Breturn-1%7Dfunction%20qe(e%2Ct)%7Bfor(var%20r%3De.length-1%3Br%3E%3D0%3Br--)!0%3D%3D%3Dt(e%5Br%5D)%26%26e.splice(r%2C1)%7Dfunction%20Fe(e)%7Bthrow%20new%20Error(%5C%5C%5C%22Unhandled%20case%20for%20value%3A%20'%5C%5C%5C%22%2Be%2B%5C%5C%5C%22'%5C%5C%5C%22)%7D_e.prototype.set%3Dfunction(e)%7Bi(this.options%2Ce)%7D%2C_e.prototype.configure%3Dfunction(e)%7Bvar%20t%3Dthis%3Bif(!e)throw%20new%20Error(%5C%5C%5C%22Wrong%20%60remarkable%60%20preset%2C%20check%20name%2Fcontent%5C%5C%5C%22)%3Be.options%26%26t.set(e.options)%2Ce.components%26%26Object.keys(e.components).forEach(function(r)%7Be.components%5Br%5D.rules%26%26t%5Br%5D.ruler.enable(e.components%5Br%5D.rules%2C!0)%7D)%7D%2C_e.prototype.use%3Dfunction(e%2Ct)%7Breturn%20e(this%2Ct)%2Cthis%7D%2C_e.prototype.parse%3Dfunction(e%2Ct)%7Bvar%20r%3Dnew%20De(this%2Ce%2Ct)%3Breturn%20this.core.process(r)%2Cr.tokens%7D%2C_e.prototype.render%3Dfunction(e%2Ct)%7Breturn%20t%3Dt%7C%7C%7B%7D%2Cthis.renderer.render(this.parse(e%2Ct)%2Cthis.options%2Ct)%7D%2C_e.prototype.parseInline%3Dfunction(e%2Ct)%7Bvar%20r%3Dnew%20De(this%2Ce%2Ct)%3Breturn%20r.inlineMode%3D!0%2Cthis.core.process(r)%2Cr.tokens%7D%2C_e.prototype.renderInline%3Dfunction(e%2Ct)%7Breturn%20t%3Dt%7C%7C%7B%7D%2Cthis.renderer.render(this.parseInline(e%2Ct)%2Cthis.options%2Ct)%7D%3Bvar%20Me%3Dfunction()%7Bfunction%20e(e)%7Bvoid%200%3D%3D%3De%26%26(e%3D%7B%7D)%2Cthis.tagName%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.attrs%3D%7B%7D%2Cthis.innerHTML%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.whitespaceRegex%3D%2F%5C%5C%5C%5Cs%2B%2F%2Cthis.tagName%3De.tagName%7C%7C%5C%5C%5C%22%5C%5C%5C%22%2Cthis.attrs%3De.attrs%7C%7C%7B%7D%2Cthis.innerHTML%3De.innerHtml%7C%7Ce.innerHTML%7C%7C%5C%5C%5C%22%5C%5C%5C%22%7Dreturn%20e.prototype.setTagName%3Dfunction(e)%7Breturn%20this.tagName%3De%2Cthis%7D%2Ce.prototype.getTagName%3Dfunction()%7Breturn%20this.tagName%7C%7C%5C%5C%5C%22%5C%5C%5C%22%7D%2Ce.prototype.setAttr%3Dfunction(e%2Ct)%7Breturn%20this.getAttrs()%5Be%5D%3Dt%2Cthis%7D%2Ce.prototype.getAttr%3Dfunction(e)%7Breturn%20this.getAttrs()%5Be%5D%7D%2Ce.prototype.setAttrs%3Dfunction(e)%7Breturn%20Object.assign(this.getAttrs()%2Ce)%2Cthis%7D%2Ce.prototype.getAttrs%3Dfunction()%7Breturn%20this.attrs%7C%7C(this.attrs%3D%7B%7D)%7D%2Ce.prototype.setClass%3Dfunction(e)%7Breturn%20this.setAttr(%5C%5C%5C%22class%5C%5C%5C%22%2Ce)%7D%2Ce.prototype.addClass%3Dfunction(e)%7Bfor(var%20t%2Cr%3Dthis.getClass()%2Cn%3Dthis.whitespaceRegex%2Co%3Dr%3Fr.split(n)%3A%5B%5D%2Cs%3De.split(n)%3Bt%3Ds.shift()%3B)-1%3D%3D%3DBe(o%2Ct)%26%26o.push(t)%3Breturn%20this.getAttrs().class%3Do.join(%5C%5C%5C%22%20%5C%5C%5C%22)%2Cthis%7D%2Ce.prototype.removeClass%3Dfunction(e)%7Bfor(var%20t%2Cr%3Dthis.getClass()%2Cn%3Dthis.whitespaceRegex%2Co%3Dr%3Fr.split(n)%3A%5B%5D%2Cs%3De.split(n)%3Bo.length%26%26(t%3Ds.shift())%3B)%7Bvar%20i%3DBe(o%2Ct)%3B-1!%3D%3Di%26%26o.splice(i%2C1)%7Dreturn%20this.getAttrs().class%3Do.join(%5C%5C%5C%22%20%5C%5C%5C%22)%2Cthis%7D%2Ce.prototype.getClass%3Dfunction()%7Breturn%20this.getAttrs().class%7C%7C%5C%5C%5C%22%5C%5C%5C%22%7D%2Ce.prototype.hasClass%3Dfunction(e)%7Breturn-1!%3D%3D(%5C%5C%5C%22%20%5C%5C%5C%22%2Bthis.getClass()%2B%5C%5C%5C%22%20%5C%5C%5C%22).indexOf(%5C%5C%5C%22%20%5C%5C%5C%22%2Be%2B%5C%5C%5C%22%20%5C%5C%5C%22)%7D%2Ce.prototype.setInnerHTML%3Dfunction(e)%7Breturn%20this.innerHTML%3De%2Cthis%7D%2Ce.prototype.setInnerHtml%3Dfunction(e)%7Breturn%20this.setInnerHTML(e)%7D%2Ce.prototype.getInnerHTML%3Dfunction()%7Breturn%20this.innerHTML%7C%7C%5C%5C%5C%22%5C%5C%5C%22%7D%2Ce.prototype.getInnerHtml%3Dfunction()%7Breturn%20this.getInnerHTML()%7D%2Ce.prototype.toAnchorString%3Dfunction()%7Bvar%20e%3Dthis.getTagName()%2Ct%3Dthis.buildAttrsStr()%3Breturn%5B%5C%5C%5C%22%3C%5C%5C%5C%22%2Ce%2Ct%3Dt%3F%5C%5C%5C%22%20%5C%5C%5C%22%2Bt%3A%5C%5C%5C%22%5C%5C%5C%22%2C%5C%5C%5C%22%3E%5C%5C%5C%22%2Cthis.getInnerHtml()%2C%5C%5C%5C%22%3C%2F%5C%5C%5C%22%2Ce%2C%5C%5C%5C%22%3E%5C%5C%5C%22%5D.join(%5C%5C%5C%22%5C%5C%5C%22)%7D%2Ce.prototype.buildAttrsStr%3Dfunction()%7Bif(!this.attrs)return%5C%5C%5C%22%5C%5C%5C%22%3Bvar%20e%3Dthis.getAttrs()%2Ct%3D%5B%5D%3Bfor(var%20r%20in%20e)e.hasOwnProperty(r)%26%26t.push(r%2B'%3D%5C%5C%5C%22'%2Be%5Br%5D%2B'%5C%5C%5C%22')%3Breturn%20t.join(%5C%5C%5C%22%20%5C%5C%5C%22)%7D%2Ce%7D()%3Bvar%20Se%3Dfunction()%7Bfunction%20e(e)%7Bvoid%200%3D%3D%3De%26%26(e%3D%7B%7D)%2Cthis.newWindow%3D!1%2Cthis.truncate%3D%7B%7D%2Cthis.className%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.newWindow%3De.newWindow%7C%7C!1%2Cthis.truncate%3De.truncate%7C%7C%7B%7D%2Cthis.className%3De.className%7C%7C%5C%5C%5C%22%5C%5C%5C%22%7Dreturn%20e.prototype.build%3Dfunction(e)%7Breturn%20new%20Me(%7BtagName%3A%5C%5C%5C%22a%5C%5C%5C%22%2Cattrs%3Athis.createAttrs(e)%2CinnerHtml%3Athis.processAnchorText(e.getAnchorText())%7D)%7D%2Ce.prototype.createAttrs%3Dfunction(e)%7Bvar%20t%3D%7Bhref%3Ae.getAnchorHref()%7D%2Cr%3Dthis.createCssClass(e)%3Breturn%20r%26%26(t.class%3Dr)%2Cthis.newWindow%26%26(t.target%3D%5C%5C%5C%22_blank%5C%5C%5C%22%2Ct.rel%3D%5C%5C%5C%22noopener%20noreferrer%5C%5C%5C%22)%2Cthis.truncate%26%26this.truncate.length%26%26this.truncate.length%3Ce.getAnchorText().length%26%26(t.title%3De.getAnchorHref())%2Ct%7D%2Ce.prototype.createCssClass%3Dfunction(e)%7Bvar%20t%3Dthis.className%3Bif(t)%7Bfor(var%20r%3D%5Bt%5D%2Cn%3De.getCssClassSuffixes()%2Co%3D0%2Cs%3Dn.length%3Bo%3Cs%3Bo%2B%2B)r.push(t%2B%5C%5C%5C%22-%5C%5C%5C%22%2Bn%5Bo%5D)%3Breturn%20r.join(%5C%5C%5C%22%20%5C%5C%5C%22)%7Dreturn%5C%5C%5C%22%5C%5C%5C%22%7D%2Ce.prototype.processAnchorText%3Dfunction(e)%7Breturn%20e%3Dthis.doTruncate(e)%7D%2Ce.prototype.doTruncate%3Dfunction(e)%7Bvar%20t%3Dthis.truncate%3Bif(!t%7C%7C!t.length)return%20e%3Bvar%20r%3Dt.length%2Cn%3Dt.location%3Breturn%5C%5C%5C%22smart%5C%5C%5C%22%3D%3D%3Dn%3Ffunction(e%2Ct%2Cr)%7Bvar%20n%2Co%3Bnull%3D%3Dr%3F(r%3D%5C%5C%5C%22%26hellip%3B%5C%5C%5C%22%2Co%3D3%2Cn%3D8)%3A(o%3Dr.length%2Cn%3Dr.length)%3Bvar%20s%3Dfunction(e)%7Bvar%20t%3D%5C%5C%5C%22%5C%5C%5C%22%3Breturn%20e.scheme%26%26e.host%26%26(t%2B%3De.scheme%2B%5C%5C%5C%22%3A%2F%2F%5C%5C%5C%22)%2Ce.host%26%26(t%2B%3De.host)%2Ce.path%26%26(t%2B%3D%5C%5C%5C%22%2F%5C%5C%5C%22%2Be.path)%2Ce.query%26%26(t%2B%3D%5C%5C%5C%22%3F%5C%5C%5C%22%2Be.query)%2Ce.fragment%26%26(t%2B%3D%5C%5C%5C%22%23%5C%5C%5C%22%2Be.fragment)%2Ct%7D%2Ci%3Dfunction(e%2Ct)%7Bvar%20n%3Dt%2F2%2Co%3DMath.ceil(n)%2Cs%3D-1*Math.floor(n)%2Ci%3D%5C%5C%5C%22%5C%5C%5C%22%3Breturn%20s%3C0%26%26(i%3De.substr(s))%2Ce.substr(0%2Co)%2Br%2Bi%7D%3Bif(e.length%3C%3Dt)return%20e%3Bvar%20a%3Dt-o%2Cu%3Dfunction(e)%7Bvar%20t%3D%7B%7D%2Cr%3De%2Cn%3Dr.match(%2F%5E(%5Ba-z%5D%2B)%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F%2Fi)%3Breturn%20n%26%26(t.scheme%3Dn%5B1%5D%2Cr%3Dr.substr(n%5B0%5D.length))%2C(n%3Dr.match(%2F%5E(.*%3F)(%3F%3D(%5C%5C%5C%5C%3F%7C%23%7C%5C%5C%5C%5C%2F%7C%24))%2Fi))%26%26(t.host%3Dn%5B1%5D%2Cr%3Dr.substr(n%5B0%5D.length))%2C(n%3Dr.match(%2F%5E%5C%5C%5C%5C%2F(.*%3F)(%3F%3D(%5C%5C%5C%5C%3F%7C%23%7C%24))%2Fi))%26%26(t.path%3Dn%5B1%5D%2Cr%3Dr.substr(n%5B0%5D.length))%2C(n%3Dr.match(%2F%5E%5C%5C%5C%5C%3F(.*%3F)(%3F%3D(%23%7C%24))%2Fi))%26%26(t.query%3Dn%5B1%5D%2Cr%3Dr.substr(n%5B0%5D.length))%2C(n%3Dr.match(%2F%5E%23(.*%3F)%24%2Fi))%26%26(t.fragment%3Dn%5B1%5D)%2Ct%7D(e)%3Bif(u.query)%7Bvar%20l%3Du.query.match(%2F%5E(.*%3F)(%3F%3D(%5C%5C%5C%5C%3F%7C%5C%5C%5C%5C%23))(.*%3F)%24%2Fi)%3Bl%26%26(u.query%3Du.query.substr(0%2Cl%5B1%5D.length)%2Ce%3Ds(u))%7Dif(e.length%3C%3Dt)return%20e%3Bif(u.host%26%26(u.host%3Du.host.replace(%2F%5Ewww%5C%5C%5C%5C.%2F%2C%5C%5C%5C%22%5C%5C%5C%22)%2Ce%3Ds(u))%2Ce.length%3C%3Dt)return%20e%3Bvar%20c%3D%5C%5C%5C%22%5C%5C%5C%22%3Bif(u.host%26%26(c%2B%3Du.host)%2Cc.length%3E%3Da)return%20u.host.length%3D%3Dt%3F(u.host.substr(0%2Ct-o)%2Br).substr(0%2Ca%2Bn)%3Ai(c%2Ca).substr(0%2Ca%2Bn)%3Bvar%20p%3D%5C%5C%5C%22%5C%5C%5C%22%3Bif(u.path%26%26(p%2B%3D%5C%5C%5C%22%2F%5C%5C%5C%22%2Bu.path)%2Cu.query%26%26(p%2B%3D%5C%5C%5C%22%3F%5C%5C%5C%22%2Bu.query)%2Cp)%7Bif((c%2Bp).length%3E%3Da)return(c%2Bp).length%3D%3Dt%3F(c%2Bp).substr(0%2Ct)%3A(c%2Bi(p%2Ca-c.length)).substr(0%2Ca%2Bn)%3Bc%2B%3Dp%7Dif(u.fragment)%7Bvar%20h%3D%5C%5C%5C%22%23%5C%5C%5C%22%2Bu.fragment%3Bif((c%2Bh).length%3E%3Da)return(c%2Bh).length%3D%3Dt%3F(c%2Bh).substr(0%2Ct)%3A(c%2Bi(h%2Ca-c.length)).substr(0%2Ca%2Bn)%3Bc%2B%3Dh%7Dif(u.scheme%26%26u.host)%7Bvar%20f%3Du.scheme%2B%5C%5C%5C%22%3A%2F%2F%5C%5C%5C%22%3Bif((c%2Bf).length%3Ca)return(f%2Bc).substr(0%2Ct)%7Dif(c.length%3C%3Dt)return%20c%3Bvar%20g%3D%5C%5C%5C%22%5C%5C%5C%22%3Breturn%20a%3E0%26%26(g%3Dc.substr(-1*Math.floor(a%2F2)))%2C(c.substr(0%2CMath.ceil(a%2F2))%2Br%2Bg).substr(0%2Ca%2Bn)%7D(e%2Cr)%3A%5C%5C%5C%22middle%5C%5C%5C%22%3D%3D%3Dn%3Ffunction(e%2Ct%2Cr)%7Bif(e.length%3C%3Dt)return%20e%3Bvar%20n%2Co%3Bnull%3D%3Dr%3F(r%3D%5C%5C%5C%22%26hellip%3B%5C%5C%5C%22%2Cn%3D8%2Co%3D3)%3A(n%3Dr.length%2Co%3Dr.length)%3Bvar%20s%3Dt-o%2Ci%3D%5C%5C%5C%22%5C%5C%5C%22%3Breturn%20s%3E0%26%26(i%3De.substr(-1*Math.floor(s%2F2)))%2C(e.substr(0%2CMath.ceil(s%2F2))%2Br%2Bi).substr(0%2Cs%2Bn)%7D(e%2Cr)%3Afunction(e%2Ct%2Cr)%7Breturn%20function(e%2Ct%2Cr)%7Bvar%20n%3Breturn%20e.length%3Et%26%26(null%3D%3Dr%3F(r%3D%5C%5C%5C%22%26hellip%3B%5C%5C%5C%22%2Cn%3D3)%3An%3Dr.length%2Ce%3De.substring(0%2Ct-n)%2Br)%2Ce%7D(e%2Ct%2Cr)%7D(e%2Cr)%7D%2Ce%7D()%2CTe%3Dfunction()%7Bfunction%20e(e)%7Bthis.__jsduckDummyDocProp%3Dnull%2Cthis.matchedText%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.offset%3D0%2Cthis.tagBuilder%3De.tagBuilder%2Cthis.matchedText%3De.matchedText%2Cthis.offset%3De.offset%7Dreturn%20e.prototype.getMatchedText%3Dfunction()%7Breturn%20this.matchedText%7D%2Ce.prototype.setOffset%3Dfunction(e)%7Bthis.offset%3De%7D%2Ce.prototype.getOffset%3Dfunction()%7Breturn%20this.offset%7D%2Ce.prototype.getCssClassSuffixes%3Dfunction()%7Breturn%5Bthis.getType()%5D%7D%2Ce.prototype.buildTag%3Dfunction()%7Breturn%20this.tagBuilder.build(this)%7D%2Ce%7D()%2CLe%3Dfunction(e%2Ct)%7Breturn(Le%3DObject.setPrototypeOf%7C%7C%7B__proto__%3A%5B%5D%7Dinstanceof%20Array%26%26function(e%2Ct)%7Be.__proto__%3Dt%7D%7C%7Cfunction(e%2Ct)%7Bfor(var%20r%20in%20t)t.hasOwnProperty(r)%26%26(e%5Br%5D%3Dt%5Br%5D)%7D)(e%2Ct)%7D%3Bfunction%20Re(e%2Ct)%7Bfunction%20r()%7Bthis.constructor%3De%7DLe(e%2Ct)%2Ce.prototype%3Dnull%3D%3D%3Dt%3FObject.create(t)%3A(r.prototype%3Dt.prototype%2Cnew%20r)%7Dvar%20Ne%3Dfunction()%7Breturn(Ne%3DObject.assign%7C%7Cfunction(e)%7Bfor(var%20t%2Cr%3D1%2Cn%3Darguments.length%3Br%3Cn%3Br%2B%2B)for(var%20o%20in%20t%3Darguments%5Br%5D)Object.prototype.hasOwnProperty.call(t%2Co)%26%26(e%5Bo%5D%3Dt%5Bo%5D)%3Breturn%20e%7D).apply(this%2Carguments)%7D%2Cze%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.email%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.email%3Dt.email%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.getType%3Dfunction()%7Breturn%5C%5C%5C%22email%5C%5C%5C%22%7D%2Ct.prototype.getEmail%3Dfunction()%7Breturn%20this.email%7D%2Ct.prototype.getAnchorHref%3Dfunction()%7Breturn%5C%5C%5C%22mailto%3A%5C%5C%5C%22%2Bthis.email%7D%2Ct.prototype.getAnchorText%3Dfunction()%7Breturn%20this.email%7D%2Ct%7D(Te)%2CPe%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.serviceName%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.hashtag%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.serviceName%3Dt.serviceName%2Cr.hashtag%3Dt.hashtag%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.getType%3Dfunction()%7Breturn%5C%5C%5C%22hashtag%5C%5C%5C%22%7D%2Ct.prototype.getServiceName%3Dfunction()%7Breturn%20this.serviceName%7D%2Ct.prototype.getHashtag%3Dfunction()%7Breturn%20this.hashtag%7D%2Ct.prototype.getAnchorHref%3Dfunction()%7Bvar%20e%3Dthis.serviceName%2Ct%3Dthis.hashtag%3Bswitch(e)%7Bcase%5C%5C%5C%22twitter%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Ftwitter.com%2Fhashtag%2F%5C%5C%5C%22%2Bt%3Bcase%5C%5C%5C%22facebook%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Fwww.facebook.com%2Fhashtag%2F%5C%5C%5C%22%2Bt%3Bcase%5C%5C%5C%22instagram%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Finstagram.com%2Fexplore%2Ftags%2F%5C%5C%5C%22%2Bt%3Bdefault%3Athrow%20new%20Error(%5C%5C%5C%22Unknown%20service%20name%20to%20point%20hashtag%20to%3A%20%5C%5C%5C%22%2Be)%7D%7D%2Ct.prototype.getAnchorText%3Dfunction()%7Breturn%5C%5C%5C%22%23%5C%5C%5C%22%2Bthis.hashtag%7D%2Ct%7D(Te)%2Cje%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.serviceName%3D%5C%5C%5C%22twitter%5C%5C%5C%22%2Cr.mention%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.mention%3Dt.mention%2Cr.serviceName%3Dt.serviceName%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.getType%3Dfunction()%7Breturn%5C%5C%5C%22mention%5C%5C%5C%22%7D%2Ct.prototype.getMention%3Dfunction()%7Breturn%20this.mention%7D%2Ct.prototype.getServiceName%3Dfunction()%7Breturn%20this.serviceName%7D%2Ct.prototype.getAnchorHref%3Dfunction()%7Bswitch(this.serviceName)%7Bcase%5C%5C%5C%22twitter%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Ftwitter.com%2F%5C%5C%5C%22%2Bthis.mention%3Bcase%5C%5C%5C%22instagram%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Finstagram.com%2F%5C%5C%5C%22%2Bthis.mention%3Bcase%5C%5C%5C%22soundcloud%5C%5C%5C%22%3Areturn%5C%5C%5C%22https%3A%2F%2Fsoundcloud.com%2F%5C%5C%5C%22%2Bthis.mention%3Bdefault%3Athrow%20new%20Error(%5C%5C%5C%22Unknown%20service%20name%20to%20point%20mention%20to%3A%20%5C%5C%5C%22%2Bthis.serviceName)%7D%7D%2Ct.prototype.getAnchorText%3Dfunction()%7Breturn%5C%5C%5C%22%40%5C%5C%5C%22%2Bthis.mention%7D%2Ct.prototype.getCssClassSuffixes%3Dfunction()%7Bvar%20t%3De.prototype.getCssClassSuffixes.call(this)%2Cr%3Dthis.getServiceName()%3Breturn%20r%26%26t.push(r)%2Ct%7D%2Ct%7D(Te)%2CIe%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.number%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.plusSign%3D!1%2Cr.number%3Dt.number%2Cr.plusSign%3Dt.plusSign%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.getType%3Dfunction()%7Breturn%5C%5C%5C%22phone%5C%5C%5C%22%7D%2Ct.prototype.getPhoneNumber%3Dfunction()%7Breturn%20this.number%7D%2Ct.prototype.getNumber%3Dfunction()%7Breturn%20this.getPhoneNumber()%7D%2Ct.prototype.getAnchorHref%3Dfunction()%7Breturn%5C%5C%5C%22tel%3A%5C%5C%5C%22%2B(this.plusSign%3F%5C%5C%5C%22%2B%5C%5C%5C%22%3A%5C%5C%5C%22%5C%5C%5C%22)%2Bthis.number%7D%2Ct.prototype.getAnchorText%3Dfunction()%7Breturn%20this.matchedText%7D%2Ct%7D(Te)%2COe%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.url%3D%5C%5C%5C%22%5C%5C%5C%22%2Cr.urlMatchType%3D%5C%5C%5C%22scheme%5C%5C%5C%22%2Cr.protocolUrlMatch%3D!1%2Cr.protocolRelativeMatch%3D!1%2Cr.stripPrefix%3D%7Bscheme%3A!0%2Cwww%3A!0%7D%2Cr.stripTrailingSlash%3D!0%2Cr.decodePercentEncoding%3D!0%2Cr.schemePrefixRegex%3D%2F%5E(https%3F%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F)%3F%2Fi%2Cr.wwwPrefixRegex%3D%2F%5E(https%3F%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F)%3F(www%5C%5C%5C%5C.)%3F%2Fi%2Cr.protocolRelativeRegex%3D%2F%5E%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F%2F%2Cr.protocolPrepended%3D!1%2Cr.urlMatchType%3Dt.urlMatchType%2Cr.url%3Dt.url%2Cr.protocolUrlMatch%3Dt.protocolUrlMatch%2Cr.protocolRelativeMatch%3Dt.protocolRelativeMatch%2Cr.stripPrefix%3Dt.stripPrefix%2Cr.stripTrailingSlash%3Dt.stripTrailingSlash%2Cr.decodePercentEncoding%3Dt.decodePercentEncoding%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.getType%3Dfunction()%7Breturn%5C%5C%5C%22url%5C%5C%5C%22%7D%2Ct.prototype.getUrlMatchType%3Dfunction()%7Breturn%20this.urlMatchType%7D%2Ct.prototype.getUrl%3Dfunction()%7Bvar%20e%3Dthis.url%3Breturn%20this.protocolRelativeMatch%7C%7Cthis.protocolUrlMatch%7C%7Cthis.protocolPrepended%7C%7C(e%3Dthis.url%3D%5C%5C%5C%22http%3A%2F%2F%5C%5C%5C%22%2Be%2Cthis.protocolPrepended%3D!0)%2Ce%7D%2Ct.prototype.getAnchorHref%3Dfunction()%7Breturn%20this.getUrl().replace(%2F%26amp%3B%2Fg%2C%5C%5C%5C%22%26%5C%5C%5C%22)%7D%2Ct.prototype.getAnchorText%3Dfunction()%7Bvar%20e%3Dthis.getMatchedText()%3Breturn%20this.protocolRelativeMatch%26%26(e%3Dthis.stripProtocolRelativePrefix(e))%2Cthis.stripPrefix.scheme%26%26(e%3Dthis.stripSchemePrefix(e))%2Cthis.stripPrefix.www%26%26(e%3Dthis.stripWwwPrefix(e))%2Cthis.stripTrailingSlash%26%26(e%3Dthis.removeTrailingSlash(e))%2Cthis.decodePercentEncoding%26%26(e%3Dthis.removePercentEncoding(e))%2Ce%7D%2Ct.prototype.stripSchemePrefix%3Dfunction(e)%7Breturn%20e.replace(this.schemePrefixRegex%2C%5C%5C%5C%22%5C%5C%5C%22)%7D%2Ct.prototype.stripWwwPrefix%3Dfunction(e)%7Breturn%20e.replace(this.wwwPrefixRegex%2C%5C%5C%5C%22%241%5C%5C%5C%22)%7D%2Ct.prototype.stripProtocolRelativePrefix%3Dfunction(e)%7Breturn%20e.replace(this.protocolRelativeRegex%2C%5C%5C%5C%22%5C%5C%5C%22)%7D%2Ct.prototype.removeTrailingSlash%3Dfunction(e)%7Breturn%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De.charAt(e.length-1)%26%26(e%3De.slice(0%2C-1))%2Ce%7D%2Ct.prototype.removePercentEncoding%3Dfunction(e)%7Bvar%20t%3De.replace(%2F%2522%2Fgi%2C%5C%5C%5C%22%26quot%3B%5C%5C%5C%22).replace(%2F%2526%2Fgi%2C%5C%5C%5C%22%26amp%3B%5C%5C%5C%22).replace(%2F%2527%2Fgi%2C%5C%5C%5C%22%26%2339%3B%5C%5C%5C%22).replace(%2F%253C%2Fgi%2C%5C%5C%5C%22%26lt%3B%5C%5C%5C%22).replace(%2F%253E%2Fgi%2C%5C%5C%5C%22%26gt%3B%5C%5C%5C%22)%3Btry%7Breturn%20decodeURIComponent(t)%7Dcatch(e)%7Breturn%20t%7D%7D%2Ct%7D(Te)%2CUe%3Dfunction(e)%7Bthis.__jsduckDummyDocProp%3Dnull%2Cthis.tagBuilder%3De.tagBuilder%7D%2CHe%3D%2F%5BA-Za-z%5D%2F%2CVe%3D%2F%5B0-9%5D%2F%2CGe%3D%2F%5C%5C%5C%5Cs%2F%2C%24e%3D%2F%5B'%5C%5C%5C%22%5D%2F%2CZe%3D%2F%5B%5C%5C%5C%5Cx00-%5C%5C%5C%5Cx1F%5C%5C%5C%5Cx7F%5D%2F%2CWe%3D%2FA-Za-z%5C%5C%5C%5CxAA%5C%5C%5C%5CxB5%5C%5C%5C%5CxBA%5C%5C%5C%5CxC0-%5C%5C%5C%5CxD6%5C%5C%5C%5CxD8-%5C%5C%5C%5CxF6%5C%5C%5C%5CxF8-%5C%5C%5C%5Cu02C1%5C%5C%5C%5Cu02C6-%5C%5C%5C%5Cu02D1%5C%5C%5C%5Cu02E0-%5C%5C%5C%5Cu02E4%5C%5C%5C%5Cu02EC%5C%5C%5C%5Cu02EE%5C%5C%5C%5Cu0370-%5C%5C%5C%5Cu0374%5C%5C%5C%5Cu0376%5C%5C%5C%5Cu0377%5C%5C%5C%5Cu037A-%5C%5C%5C%5Cu037D%5C%5C%5C%5Cu037F%5C%5C%5C%5Cu0386%5C%5C%5C%5Cu0388-%5C%5C%5C%5Cu038A%5C%5C%5C%5Cu038C%5C%5C%5C%5Cu038E-%5C%5C%5C%5Cu03A1%5C%5C%5C%5Cu03A3-%5C%5C%5C%5Cu03F5%5C%5C%5C%5Cu03F7-%5C%5C%5C%5Cu0481%5C%5C%5C%5Cu048A-%5C%5C%5C%5Cu052F%5C%5C%5C%5Cu0531-%5C%5C%5C%5Cu0556%5C%5C%5C%5Cu0559%5C%5C%5C%5Cu0561-%5C%5C%5C%5Cu0587%5C%5C%5C%5Cu05D0-%5C%5C%5C%5Cu05EA%5C%5C%5C%5Cu05F0-%5C%5C%5C%5Cu05F2%5C%5C%5C%5Cu0620-%5C%5C%5C%5Cu064A%5C%5C%5C%5Cu066E%5C%5C%5C%5Cu066F%5C%5C%5C%5Cu0671-%5C%5C%5C%5Cu06D3%5C%5C%5C%5Cu06D5%5C%5C%5C%5Cu06E5%5C%5C%5C%5Cu06E6%5C%5C%5C%5Cu06EE%5C%5C%5C%5Cu06EF%5C%5C%5C%5Cu06FA-%5C%5C%5C%5Cu06FC%5C%5C%5C%5Cu06FF%5C%5C%5C%5Cu0710%5C%5C%5C%5Cu0712-%5C%5C%5C%5Cu072F%5C%5C%5C%5Cu074D-%5C%5C%5C%5Cu07A5%5C%5C%5C%5Cu07B1%5C%5C%5C%5Cu07CA-%5C%5C%5C%5Cu07EA%5C%5C%5C%5Cu07F4%5C%5C%5C%5Cu07F5%5C%5C%5C%5Cu07FA%5C%5C%5C%5Cu0800-%5C%5C%5C%5Cu0815%5C%5C%5C%5Cu081A%5C%5C%5C%5Cu0824%5C%5C%5C%5Cu0828%5C%5C%5C%5Cu0840-%5C%5C%5C%5Cu0858%5C%5C%5C%5Cu08A0-%5C%5C%5C%5Cu08B4%5C%5C%5C%5Cu08B6-%5C%5C%5C%5Cu08BD%5C%5C%5C%5Cu0904-%5C%5C%5C%5Cu0939%5C%5C%5C%5Cu093D%5C%5C%5C%5Cu0950%5C%5C%5C%5Cu0958-%5C%5C%5C%5Cu0961%5C%5C%5C%5Cu0971-%5C%5C%5C%5Cu0980%5C%5C%5C%5Cu0985-%5C%5C%5C%5Cu098C%5C%5C%5C%5Cu098F%5C%5C%5C%5Cu0990%5C%5C%5C%5Cu0993-%5C%5C%5C%5Cu09A8%5C%5C%5C%5Cu09AA-%5C%5C%5C%5Cu09B0%5C%5C%5C%5Cu09B2%5C%5C%5C%5Cu09B6-%5C%5C%5C%5Cu09B9%5C%5C%5C%5Cu09BD%5C%5C%5C%5Cu09CE%5C%5C%5C%5Cu09DC%5C%5C%5C%5Cu09DD%5C%5C%5C%5Cu09DF-%5C%5C%5C%5Cu09E1%5C%5C%5C%5Cu09F0%5C%5C%5C%5Cu09F1%5C%5C%5C%5Cu0A05-%5C%5C%5C%5Cu0A0A%5C%5C%5C%5Cu0A0F%5C%5C%5C%5Cu0A10%5C%5C%5C%5Cu0A13-%5C%5C%5C%5Cu0A28%5C%5C%5C%5Cu0A2A-%5C%5C%5C%5Cu0A30%5C%5C%5C%5Cu0A32%5C%5C%5C%5Cu0A33%5C%5C%5C%5Cu0A35%5C%5C%5C%5Cu0A36%5C%5C%5C%5Cu0A38%5C%5C%5C%5Cu0A39%5C%5C%5C%5Cu0A59-%5C%5C%5C%5Cu0A5C%5C%5C%5C%5Cu0A5E%5C%5C%5C%5Cu0A72-%5C%5C%5C%5Cu0A74%5C%5C%5C%5Cu0A85-%5C%5C%5C%5Cu0A8D%5C%5C%5C%5Cu0A8F-%5C%5C%5C%5Cu0A91%5C%5C%5C%5Cu0A93-%5C%5C%5C%5Cu0AA8%5C%5C%5C%5Cu0AAA-%5C%5C%5C%5Cu0AB0%5C%5C%5C%5Cu0AB2%5C%5C%5C%5Cu0AB3%5C%5C%5C%5Cu0AB5-%5C%5C%5C%5Cu0AB9%5C%5C%5C%5Cu0ABD%5C%5C%5C%5Cu0AD0%5C%5C%5C%5Cu0AE0%5C%5C%5C%5Cu0AE1%5C%5C%5C%5Cu0AF9%5C%5C%5C%5Cu0B05-%5C%5C%5C%5Cu0B0C%5C%5C%5C%5Cu0B0F%5C%5C%5C%5Cu0B10%5C%5C%5C%5Cu0B13-%5C%5C%5C%5Cu0B28%5C%5C%5C%5Cu0B2A-%5C%5C%5C%5Cu0B30%5C%5C%5C%5Cu0B32%5C%5C%5C%5Cu0B33%5C%5C%5C%5Cu0B35-%5C%5C%5C%5Cu0B39%5C%5C%5C%5Cu0B3D%5C%5C%5C%5Cu0B5C%5C%5C%5C%5Cu0B5D%5C%5C%5C%5Cu0B5F-%5C%5C%5C%5Cu0B61%5C%5C%5C%5Cu0B71%5C%5C%5C%5Cu0B83%5C%5C%5C%5Cu0B85-%5C%5C%5C%5Cu0B8A%5C%5C%5C%5Cu0B8E-%5C%5C%5C%5Cu0B90%5C%5C%5C%5Cu0B92-%5C%5C%5C%5Cu0B95%5C%5C%5C%5Cu0B99%5C%5C%5C%5Cu0B9A%5C%5C%5C%5Cu0B9C%5C%5C%5C%5Cu0B9E%5C%5C%5C%5Cu0B9F%5C%5C%5C%5Cu0BA3%5C%5C%5C%5Cu0BA4%5C%5C%5C%5Cu0BA8-%5C%5C%5C%5Cu0BAA%5C%5C%5C%5Cu0BAE-%5C%5C%5C%5Cu0BB9%5C%5C%5C%5Cu0BD0%5C%5C%5C%5Cu0C05-%5C%5C%5C%5Cu0C0C%5C%5C%5C%5Cu0C0E-%5C%5C%5C%5Cu0C10%5C%5C%5C%5Cu0C12-%5C%5C%5C%5Cu0C28%5C%5C%5C%5Cu0C2A-%5C%5C%5C%5Cu0C39%5C%5C%5C%5Cu0C3D%5C%5C%5C%5Cu0C58-%5C%5C%5C%5Cu0C5A%5C%5C%5C%5Cu0C60%5C%5C%5C%5Cu0C61%5C%5C%5C%5Cu0C80%5C%5C%5C%5Cu0C85-%5C%5C%5C%5Cu0C8C%5C%5C%5C%5Cu0C8E-%5C%5C%5C%5Cu0C90%5C%5C%5C%5Cu0C92-%5C%5C%5C%5Cu0CA8%5C%5C%5C%5Cu0CAA-%5C%5C%5C%5Cu0CB3%5C%5C%5C%5Cu0CB5-%5C%5C%5C%5Cu0CB9%5C%5C%5C%5Cu0CBD%5C%5C%5C%5Cu0CDE%5C%5C%5C%5Cu0CE0%5C%5C%5C%5Cu0CE1%5C%5C%5C%5Cu0CF1%5C%5C%5C%5Cu0CF2%5C%5C%5C%5Cu0D05-%5C%5C%5C%5Cu0D0C%5C%5C%5C%5Cu0D0E-%5C%5C%5C%5Cu0D10%5C%5C%5C%5Cu0D12-%5C%5C%5C%5Cu0D3A%5C%5C%5C%5Cu0D3D%5C%5C%5C%5Cu0D4E%5C%5C%5C%5Cu0D54-%5C%5C%5C%5Cu0D56%5C%5C%5C%5Cu0D5F-%5C%5C%5C%5Cu0D61%5C%5C%5C%5Cu0D7A-%5C%5C%5C%5Cu0D7F%5C%5C%5C%5Cu0D85-%5C%5C%5C%5Cu0D96%5C%5C%5C%5Cu0D9A-%5C%5C%5C%5Cu0DB1%5C%5C%5C%5Cu0DB3-%5C%5C%5C%5Cu0DBB%5C%5C%5C%5Cu0DBD%5C%5C%5C%5Cu0DC0-%5C%5C%5C%5Cu0DC6%5C%5C%5C%5Cu0E01-%5C%5C%5C%5Cu0E30%5C%5C%5C%5Cu0E32%5C%5C%5C%5Cu0E33%5C%5C%5C%5Cu0E40-%5C%5C%5C%5Cu0E46%5C%5C%5C%5Cu0E81%5C%5C%5C%5Cu0E82%5C%5C%5C%5Cu0E84%5C%5C%5C%5Cu0E87%5C%5C%5C%5Cu0E88%5C%5C%5C%5Cu0E8A%5C%5C%5C%5Cu0E8D%5C%5C%5C%5Cu0E94-%5C%5C%5C%5Cu0E97%5C%5C%5C%5Cu0E99-%5C%5C%5C%5Cu0E9F%5C%5C%5C%5Cu0EA1-%5C%5C%5C%5Cu0EA3%5C%5C%5C%5Cu0EA5%5C%5C%5C%5Cu0EA7%5C%5C%5C%5Cu0EAA%5C%5C%5C%5Cu0EAB%5C%5C%5C%5Cu0EAD-%5C%5C%5C%5Cu0EB0%5C%5C%5C%5Cu0EB2%5C%5C%5C%5Cu0EB3%5C%5C%5C%5Cu0EBD%5C%5C%5C%5Cu0EC0-%5C%5C%5C%5Cu0EC4%5C%5C%5C%5Cu0EC6%5C%5C%5C%5Cu0EDC-%5C%5C%5C%5Cu0EDF%5C%5C%5C%5Cu0F00%5C%5C%5C%5Cu0F40-%5C%5C%5C%5Cu0F47%5C%5C%5C%5Cu0F49-%5C%5C%5C%5Cu0F6C%5C%5C%5C%5Cu0F88-%5C%5C%5C%5Cu0F8C%5C%5C%5C%5Cu1000-%5C%5C%5C%5Cu102A%5C%5C%5C%5Cu103F%5C%5C%5C%5Cu1050-%5C%5C%5C%5Cu1055%5C%5C%5C%5Cu105A-%5C%5C%5C%5Cu105D%5C%5C%5C%5Cu1061%5C%5C%5C%5Cu1065%5C%5C%5C%5Cu1066%5C%5C%5C%5Cu106E-%5C%5C%5C%5Cu1070%5C%5C%5C%5Cu1075-%5C%5C%5C%5Cu1081%5C%5C%5C%5Cu108E%5C%5C%5C%5Cu10A0-%5C%5C%5C%5Cu10C5%5C%5C%5C%5Cu10C7%5C%5C%5C%5Cu10CD%5C%5C%5C%5Cu10D0-%5C%5C%5C%5Cu10FA%5C%5C%5C%5Cu10FC-%5C%5C%5C%5Cu1248%5C%5C%5C%5Cu124A-%5C%5C%5C%5Cu124D%5C%5C%5C%5Cu1250-%5C%5C%5C%5Cu1256%5C%5C%5C%5Cu1258%5C%5C%5C%5Cu125A-%5C%5C%5C%5Cu125D%5C%5C%5C%5Cu1260-%5C%5C%5C%5Cu1288%5C%5C%5C%5Cu128A-%5C%5C%5C%5Cu128D%5C%5C%5C%5Cu1290-%5C%5C%5C%5Cu12B0%5C%5C%5C%5Cu12B2-%5C%5C%5C%5Cu12B5%5C%5C%5C%5Cu12B8-%5C%5C%5C%5Cu12BE%5C%5C%5C%5Cu12C0%5C%5C%5C%5Cu12C2-%5C%5C%5C%5Cu12C5%5C%5C%5C%5Cu12C8-%5C%5C%5C%5Cu12D6%5C%5C%5C%5Cu12D8-%5C%5C%5C%5Cu1310%5C%5C%5C%5Cu1312-%5C%5C%5C%5Cu1315%5C%5C%5C%5Cu1318-%5C%5C%5C%5Cu135A%5C%5C%5C%5Cu1380-%5C%5C%5C%5Cu138F%5C%5C%5C%5Cu13A0-%5C%5C%5C%5Cu13F5%5C%5C%5C%5Cu13F8-%5C%5C%5C%5Cu13FD%5C%5C%5C%5Cu1401-%5C%5C%5C%5Cu166C%5C%5C%5C%5Cu166F-%5C%5C%5C%5Cu167F%5C%5C%5C%5Cu1681-%5C%5C%5C%5Cu169A%5C%5C%5C%5Cu16A0-%5C%5C%5C%5Cu16EA%5C%5C%5C%5Cu16F1-%5C%5C%5C%5Cu16F8%5C%5C%5C%5Cu1700-%5C%5C%5C%5Cu170C%5C%5C%5C%5Cu170E-%5C%5C%5C%5Cu1711%5C%5C%5C%5Cu1720-%5C%5C%5C%5Cu1731%5C%5C%5C%5Cu1740-%5C%5C%5C%5Cu1751%5C%5C%5C%5Cu1760-%5C%5C%5C%5Cu176C%5C%5C%5C%5Cu176E-%5C%5C%5C%5Cu1770%5C%5C%5C%5Cu1780-%5C%5C%5C%5Cu17B3%5C%5C%5C%5Cu17D7%5C%5C%5C%5Cu17DC%5C%5C%5C%5Cu1820-%5C%5C%5C%5Cu1877%5C%5C%5C%5Cu1880-%5C%5C%5C%5Cu1884%5C%5C%5C%5Cu1887-%5C%5C%5C%5Cu18A8%5C%5C%5C%5Cu18AA%5C%5C%5C%5Cu18B0-%5C%5C%5C%5Cu18F5%5C%5C%5C%5Cu1900-%5C%5C%5C%5Cu191E%5C%5C%5C%5Cu1950-%5C%5C%5C%5Cu196D%5C%5C%5C%5Cu1970-%5C%5C%5C%5Cu1974%5C%5C%5C%5Cu1980-%5C%5C%5C%5Cu19AB%5C%5C%5C%5Cu19B0-%5C%5C%5C%5Cu19C9%5C%5C%5C%5Cu1A00-%5C%5C%5C%5Cu1A16%5C%5C%5C%5Cu1A20-%5C%5C%5C%5Cu1A54%5C%5C%5C%5Cu1AA7%5C%5C%5C%5Cu1B05-%5C%5C%5C%5Cu1B33%5C%5C%5C%5Cu1B45-%5C%5C%5C%5Cu1B4B%5C%5C%5C%5Cu1B83-%5C%5C%5C%5Cu1BA0%5C%5C%5C%5Cu1BAE%5C%5C%5C%5Cu1BAF%5C%5C%5C%5Cu1BBA-%5C%5C%5C%5Cu1BE5%5C%5C%5C%5Cu1C00-%5C%5C%5C%5Cu1C23%5C%5C%5C%5Cu1C4D-%5C%5C%5C%5Cu1C4F%5C%5C%5C%5Cu1C5A-%5C%5C%5C%5Cu1C7D%5C%5C%5C%5Cu1C80-%5C%5C%5C%5Cu1C88%5C%5C%5C%5Cu1CE9-%5C%5C%5C%5Cu1CEC%5C%5C%5C%5Cu1CEE-%5C%5C%5C%5Cu1CF1%5C%5C%5C%5Cu1CF5%5C%5C%5C%5Cu1CF6%5C%5C%5C%5Cu1D00-%5C%5C%5C%5Cu1DBF%5C%5C%5C%5Cu1E00-%5C%5C%5C%5Cu1F15%5C%5C%5C%5Cu1F18-%5C%5C%5C%5Cu1F1D%5C%5C%5C%5Cu1F20-%5C%5C%5C%5Cu1F45%5C%5C%5C%5Cu1F48-%5C%5C%5C%5Cu1F4D%5C%5C%5C%5Cu1F50-%5C%5C%5C%5Cu1F57%5C%5C%5C%5Cu1F59%5C%5C%5C%5Cu1F5B%5C%5C%5C%5Cu1F5D%5C%5C%5C%5Cu1F5F-%5C%5C%5C%5Cu1F7D%5C%5C%5C%5Cu1F80-%5C%5C%5C%5Cu1FB4%5C%5C%5C%5Cu1FB6-%5C%5C%5C%5Cu1FBC%5C%5C%5C%5Cu1FBE%5C%5C%5C%5Cu1FC2-%5C%5C%5C%5Cu1FC4%5C%5C%5C%5Cu1FC6-%5C%5C%5C%5Cu1FCC%5C%5C%5C%5Cu1FD0-%5C%5C%5C%5Cu1FD3%5C%5C%5C%5Cu1FD6-%5C%5C%5C%5Cu1FDB%5C%5C%5C%5Cu1FE0-%5C%5C%5C%5Cu1FEC%5C%5C%5C%5Cu1FF2-%5C%5C%5C%5Cu1FF4%5C%5C%5C%5Cu1FF6-%5C%5C%5C%5Cu1FFC%5C%5C%5C%5Cu2071%5C%5C%5C%5Cu207F%5C%5C%5C%5Cu2090-%5C%5C%5C%5Cu209C%5C%5C%5C%5Cu2102%5C%5C%5C%5Cu2107%5C%5C%5C%5Cu210A-%5C%5C%5C%5Cu2113%5C%5C%5C%5Cu2115%5C%5C%5C%5Cu2119-%5C%5C%5C%5Cu211D%5C%5C%5C%5Cu2124%5C%5C%5C%5Cu2126%5C%5C%5C%5Cu2128%5C%5C%5C%5Cu212A-%5C%5C%5C%5Cu212D%5C%5C%5C%5Cu212F-%5C%5C%5C%5Cu2139%5C%5C%5C%5Cu213C-%5C%5C%5C%5Cu213F%5C%5C%5C%5Cu2145-%5C%5C%5C%5Cu2149%5C%5C%5C%5Cu214E%5C%5C%5C%5Cu2183%5C%5C%5C%5Cu2184%5C%5C%5C%5Cu2C00-%5C%5C%5C%5Cu2C2E%5C%5C%5C%5Cu2C30-%5C%5C%5C%5Cu2C5E%5C%5C%5C%5Cu2C60-%5C%5C%5C%5Cu2CE4%5C%5C%5C%5Cu2CEB-%5C%5C%5C%5Cu2CEE%5C%5C%5C%5Cu2CF2%5C%5C%5C%5Cu2CF3%5C%5C%5C%5Cu2D00-%5C%5C%5C%5Cu2D25%5C%5C%5C%5Cu2D27%5C%5C%5C%5Cu2D2D%5C%5C%5C%5Cu2D30-%5C%5C%5C%5Cu2D67%5C%5C%5C%5Cu2D6F%5C%5C%5C%5Cu2D80-%5C%5C%5C%5Cu2D96%5C%5C%5C%5Cu2DA0-%5C%5C%5C%5Cu2DA6%5C%5C%5C%5Cu2DA8-%5C%5C%5C%5Cu2DAE%5C%5C%5C%5Cu2DB0-%5C%5C%5C%5Cu2DB6%5C%5C%5C%5Cu2DB8-%5C%5C%5C%5Cu2DBE%5C%5C%5C%5Cu2DC0-%5C%5C%5C%5Cu2DC6%5C%5C%5C%5Cu2DC8-%5C%5C%5C%5Cu2DCE%5C%5C%5C%5Cu2DD0-%5C%5C%5C%5Cu2DD6%5C%5C%5C%5Cu2DD8-%5C%5C%5C%5Cu2DDE%5C%5C%5C%5Cu2E2F%5C%5C%5C%5Cu3005%5C%5C%5C%5Cu3006%5C%5C%5C%5Cu3031-%5C%5C%5C%5Cu3035%5C%5C%5C%5Cu303B%5C%5C%5C%5Cu303C%5C%5C%5C%5Cu3041-%5C%5C%5C%5Cu3096%5C%5C%5C%5Cu309D-%5C%5C%5C%5Cu309F%5C%5C%5C%5Cu30A1-%5C%5C%5C%5Cu30FA%5C%5C%5C%5Cu30FC-%5C%5C%5C%5Cu30FF%5C%5C%5C%5Cu3105-%5C%5C%5C%5Cu312D%5C%5C%5C%5Cu3131-%5C%5C%5C%5Cu318E%5C%5C%5C%5Cu31A0-%5C%5C%5C%5Cu31BA%5C%5C%5C%5Cu31F0-%5C%5C%5C%5Cu31FF%5C%5C%5C%5Cu3400-%5C%5C%5C%5Cu4DB5%5C%5C%5C%5Cu4E00-%5C%5C%5C%5Cu9FD5%5C%5C%5C%5CuA000-%5C%5C%5C%5CuA48C%5C%5C%5C%5CuA4D0-%5C%5C%5C%5CuA4FD%5C%5C%5C%5CuA500-%5C%5C%5C%5CuA60C%5C%5C%5C%5CuA610-%5C%5C%5C%5CuA61F%5C%5C%5C%5CuA62A%5C%5C%5C%5CuA62B%5C%5C%5C%5CuA640-%5C%5C%5C%5CuA66E%5C%5C%5C%5CuA67F-%5C%5C%5C%5CuA69D%5C%5C%5C%5CuA6A0-%5C%5C%5C%5CuA6E5%5C%5C%5C%5CuA717-%5C%5C%5C%5CuA71F%5C%5C%5C%5CuA722-%5C%5C%5C%5CuA788%5C%5C%5C%5CuA78B-%5C%5C%5C%5CuA7AE%5C%5C%5C%5CuA7B0-%5C%5C%5C%5CuA7B7%5C%5C%5C%5CuA7F7-%5C%5C%5C%5CuA801%5C%5C%5C%5CuA803-%5C%5C%5C%5CuA805%5C%5C%5C%5CuA807-%5C%5C%5C%5CuA80A%5C%5C%5C%5CuA80C-%5C%5C%5C%5CuA822%5C%5C%5C%5CuA840-%5C%5C%5C%5CuA873%5C%5C%5C%5CuA882-%5C%5C%5C%5CuA8B3%5C%5C%5C%5CuA8F2-%5C%5C%5C%5CuA8F7%5C%5C%5C%5CuA8FB%5C%5C%5C%5CuA8FD%5C%5C%5C%5CuA90A-%5C%5C%5C%5CuA925%5C%5C%5C%5CuA930-%5C%5C%5C%5CuA946%5C%5C%5C%5CuA960-%5C%5C%5C%5CuA97C%5C%5C%5C%5CuA984-%5C%5C%5C%5CuA9B2%5C%5C%5C%5CuA9CF%5C%5C%5C%5CuA9E0-%5C%5C%5C%5CuA9E4%5C%5C%5C%5CuA9E6-%5C%5C%5C%5CuA9EF%5C%5C%5C%5CuA9FA-%5C%5C%5C%5CuA9FE%5C%5C%5C%5CuAA00-%5C%5C%5C%5CuAA28%5C%5C%5C%5CuAA40-%5C%5C%5C%5CuAA42%5C%5C%5C%5CuAA44-%5C%5C%5C%5CuAA4B%5C%5C%5C%5CuAA60-%5C%5C%5C%5CuAA76%5C%5C%5C%5CuAA7A%5C%5C%5C%5CuAA7E-%5C%5C%5C%5CuAAAF%5C%5C%5C%5CuAAB1%5C%5C%5C%5CuAAB5%5C%5C%5C%5CuAAB6%5C%5C%5C%5CuAAB9-%5C%5C%5C%5CuAABD%5C%5C%5C%5CuAAC0%5C%5C%5C%5CuAAC2%5C%5C%5C%5CuAADB-%5C%5C%5C%5CuAADD%5C%5C%5C%5CuAAE0-%5C%5C%5C%5CuAAEA%5C%5C%5C%5CuAAF2-%5C%5C%5C%5CuAAF4%5C%5C%5C%5CuAB01-%5C%5C%5C%5CuAB06%5C%5C%5C%5CuAB09-%5C%5C%5C%5CuAB0E%5C%5C%5C%5CuAB11-%5C%5C%5C%5CuAB16%5C%5C%5C%5CuAB20-%5C%5C%5C%5CuAB26%5C%5C%5C%5CuAB28-%5C%5C%5C%5CuAB2E%5C%5C%5C%5CuAB30-%5C%5C%5C%5CuAB5A%5C%5C%5C%5CuAB5C-%5C%5C%5C%5CuAB65%5C%5C%5C%5CuAB70-%5C%5C%5C%5CuABE2%5C%5C%5C%5CuAC00-%5C%5C%5C%5CuD7A3%5C%5C%5C%5CuD7B0-%5C%5C%5C%5CuD7C6%5C%5C%5C%5CuD7CB-%5C%5C%5C%5CuD7FB%5C%5C%5C%5CuF900-%5C%5C%5C%5CuFA6D%5C%5C%5C%5CuFA70-%5C%5C%5C%5CuFAD9%5C%5C%5C%5CuFB00-%5C%5C%5C%5CuFB06%5C%5C%5C%5CuFB13-%5C%5C%5C%5CuFB17%5C%5C%5C%5CuFB1D%5C%5C%5C%5CuFB1F-%5C%5C%5C%5CuFB28%5C%5C%5C%5CuFB2A-%5C%5C%5C%5CuFB36%5C%5C%5C%5CuFB38-%5C%5C%5C%5CuFB3C%5C%5C%5C%5CuFB3E%5C%5C%5C%5CuFB40%5C%5C%5C%5CuFB41%5C%5C%5C%5CuFB43%5C%5C%5C%5CuFB44%5C%5C%5C%5CuFB46-%5C%5C%5C%5CuFBB1%5C%5C%5C%5CuFBD3-%5C%5C%5C%5CuFD3D%5C%5C%5C%5CuFD50-%5C%5C%5C%5CuFD8F%5C%5C%5C%5CuFD92-%5C%5C%5C%5CuFDC7%5C%5C%5C%5CuFDF0-%5C%5C%5C%5CuFDFB%5C%5C%5C%5CuFE70-%5C%5C%5C%5CuFE74%5C%5C%5C%5CuFE76-%5C%5C%5C%5CuFEFC%5C%5C%5C%5CuFF21-%5C%5C%5C%5CuFF3A%5C%5C%5C%5CuFF41-%5C%5C%5C%5CuFF5A%5C%5C%5C%5CuFF66-%5C%5C%5C%5CuFFBE%5C%5C%5C%5CuFFC2-%5C%5C%5C%5CuFFC7%5C%5C%5C%5CuFFCA-%5C%5C%5C%5CuFFCF%5C%5C%5C%5CuFFD2-%5C%5C%5C%5CuFFD7%5C%5C%5C%5CuFFDA-%5C%5C%5C%5CuFFDC%2F.source%2CJe%3DWe%2B%2F%5C%5C%5C%5Cu00a9%5C%5C%5C%5Cu00ae%5C%5C%5C%5Cu2000-%5C%5C%5C%5Cu3300%5C%5C%5C%5Cud83c%5C%5C%5C%5Cud000-%5C%5C%5C%5Cudfff%5C%5C%5C%5Cud83d%5C%5C%5C%5Cud000-%5C%5C%5C%5Cudfff%5C%5C%5C%5Cud83e%5C%5C%5C%5Cud000-%5C%5C%5C%5Cudfff%2F.source%2B%2F%5C%5C%5C%5Cu0300-%5C%5C%5C%5Cu036F%5C%5C%5C%5Cu0483-%5C%5C%5C%5Cu0489%5C%5C%5C%5Cu0591-%5C%5C%5C%5Cu05BD%5C%5C%5C%5Cu05BF%5C%5C%5C%5Cu05C1%5C%5C%5C%5Cu05C2%5C%5C%5C%5Cu05C4%5C%5C%5C%5Cu05C5%5C%5C%5C%5Cu05C7%5C%5C%5C%5Cu0610-%5C%5C%5C%5Cu061A%5C%5C%5C%5Cu064B-%5C%5C%5C%5Cu065F%5C%5C%5C%5Cu0670%5C%5C%5C%5Cu06D6-%5C%5C%5C%5Cu06DC%5C%5C%5C%5Cu06DF-%5C%5C%5C%5Cu06E4%5C%5C%5C%5Cu06E7%5C%5C%5C%5Cu06E8%5C%5C%5C%5Cu06EA-%5C%5C%5C%5Cu06ED%5C%5C%5C%5Cu0711%5C%5C%5C%5Cu0730-%5C%5C%5C%5Cu074A%5C%5C%5C%5Cu07A6-%5C%5C%5C%5Cu07B0%5C%5C%5C%5Cu07EB-%5C%5C%5C%5Cu07F3%5C%5C%5C%5Cu0816-%5C%5C%5C%5Cu0819%5C%5C%5C%5Cu081B-%5C%5C%5C%5Cu0823%5C%5C%5C%5Cu0825-%5C%5C%5C%5Cu0827%5C%5C%5C%5Cu0829-%5C%5C%5C%5Cu082D%5C%5C%5C%5Cu0859-%5C%5C%5C%5Cu085B%5C%5C%5C%5Cu08D4-%5C%5C%5C%5Cu08E1%5C%5C%5C%5Cu08E3-%5C%5C%5C%5Cu0903%5C%5C%5C%5Cu093A-%5C%5C%5C%5Cu093C%5C%5C%5C%5Cu093E-%5C%5C%5C%5Cu094F%5C%5C%5C%5Cu0951-%5C%5C%5C%5Cu0957%5C%5C%5C%5Cu0962%5C%5C%5C%5Cu0963%5C%5C%5C%5Cu0981-%5C%5C%5C%5Cu0983%5C%5C%5C%5Cu09BC%5C%5C%5C%5Cu09BE-%5C%5C%5C%5Cu09C4%5C%5C%5C%5Cu09C7%5C%5C%5C%5Cu09C8%5C%5C%5C%5Cu09CB-%5C%5C%5C%5Cu09CD%5C%5C%5C%5Cu09D7%5C%5C%5C%5Cu09E2%5C%5C%5C%5Cu09E3%5C%5C%5C%5Cu0A01-%5C%5C%5C%5Cu0A03%5C%5C%5C%5Cu0A3C%5C%5C%5C%5Cu0A3E-%5C%5C%5C%5Cu0A42%5C%5C%5C%5Cu0A47%5C%5C%5C%5Cu0A48%5C%5C%5C%5Cu0A4B-%5C%5C%5C%5Cu0A4D%5C%5C%5C%5Cu0A51%5C%5C%5C%5Cu0A70%5C%5C%5C%5Cu0A71%5C%5C%5C%5Cu0A75%5C%5C%5C%5Cu0A81-%5C%5C%5C%5Cu0A83%5C%5C%5C%5Cu0ABC%5C%5C%5C%5Cu0ABE-%5C%5C%5C%5Cu0AC5%5C%5C%5C%5Cu0AC7-%5C%5C%5C%5Cu0AC9%5C%5C%5C%5Cu0ACB-%5C%5C%5C%5Cu0ACD%5C%5C%5C%5Cu0AE2%5C%5C%5C%5Cu0AE3%5C%5C%5C%5Cu0B01-%5C%5C%5C%5Cu0B03%5C%5C%5C%5Cu0B3C%5C%5C%5C%5Cu0B3E-%5C%5C%5C%5Cu0B44%5C%5C%5C%5Cu0B47%5C%5C%5C%5Cu0B48%5C%5C%5C%5Cu0B4B-%5C%5C%5C%5Cu0B4D%5C%5C%5C%5Cu0B56%5C%5C%5C%5Cu0B57%5C%5C%5C%5Cu0B62%5C%5C%5C%5Cu0B63%5C%5C%5C%5Cu0B82%5C%5C%5C%5Cu0BBE-%5C%5C%5C%5Cu0BC2%5C%5C%5C%5Cu0BC6-%5C%5C%5C%5Cu0BC8%5C%5C%5C%5Cu0BCA-%5C%5C%5C%5Cu0BCD%5C%5C%5C%5Cu0BD7%5C%5C%5C%5Cu0C00-%5C%5C%5C%5Cu0C03%5C%5C%5C%5Cu0C3E-%5C%5C%5C%5Cu0C44%5C%5C%5C%5Cu0C46-%5C%5C%5C%5Cu0C48%5C%5C%5C%5Cu0C4A-%5C%5C%5C%5Cu0C4D%5C%5C%5C%5Cu0C55%5C%5C%5C%5Cu0C56%5C%5C%5C%5Cu0C62%5C%5C%5C%5Cu0C63%5C%5C%5C%5Cu0C81-%5C%5C%5C%5Cu0C83%5C%5C%5C%5Cu0CBC%5C%5C%5C%5Cu0CBE-%5C%5C%5C%5Cu0CC4%5C%5C%5C%5Cu0CC6-%5C%5C%5C%5Cu0CC8%5C%5C%5C%5Cu0CCA-%5C%5C%5C%5Cu0CCD%5C%5C%5C%5Cu0CD5%5C%5C%5C%5Cu0CD6%5C%5C%5C%5Cu0CE2%5C%5C%5C%5Cu0CE3%5C%5C%5C%5Cu0D01-%5C%5C%5C%5Cu0D03%5C%5C%5C%5Cu0D3E-%5C%5C%5C%5Cu0D44%5C%5C%5C%5Cu0D46-%5C%5C%5C%5Cu0D48%5C%5C%5C%5Cu0D4A-%5C%5C%5C%5Cu0D4D%5C%5C%5C%5Cu0D57%5C%5C%5C%5Cu0D62%5C%5C%5C%5Cu0D63%5C%5C%5C%5Cu0D82%5C%5C%5C%5Cu0D83%5C%5C%5C%5Cu0DCA%5C%5C%5C%5Cu0DCF-%5C%5C%5C%5Cu0DD4%5C%5C%5C%5Cu0DD6%5C%5C%5C%5Cu0DD8-%5C%5C%5C%5Cu0DDF%5C%5C%5C%5Cu0DF2%5C%5C%5C%5Cu0DF3%5C%5C%5C%5Cu0E31%5C%5C%5C%5Cu0E34-%5C%5C%5C%5Cu0E3A%5C%5C%5C%5Cu0E47-%5C%5C%5C%5Cu0E4E%5C%5C%5C%5Cu0EB1%5C%5C%5C%5Cu0EB4-%5C%5C%5C%5Cu0EB9%5C%5C%5C%5Cu0EBB%5C%5C%5C%5Cu0EBC%5C%5C%5C%5Cu0EC8-%5C%5C%5C%5Cu0ECD%5C%5C%5C%5Cu0F18%5C%5C%5C%5Cu0F19%5C%5C%5C%5Cu0F35%5C%5C%5C%5Cu0F37%5C%5C%5C%5Cu0F39%5C%5C%5C%5Cu0F3E%5C%5C%5C%5Cu0F3F%5C%5C%5C%5Cu0F71-%5C%5C%5C%5Cu0F84%5C%5C%5C%5Cu0F86%5C%5C%5C%5Cu0F87%5C%5C%5C%5Cu0F8D-%5C%5C%5C%5Cu0F97%5C%5C%5C%5Cu0F99-%5C%5C%5C%5Cu0FBC%5C%5C%5C%5Cu0FC6%5C%5C%5C%5Cu102B-%5C%5C%5C%5Cu103E%5C%5C%5C%5Cu1056-%5C%5C%5C%5Cu1059%5C%5C%5C%5Cu105E-%5C%5C%5C%5Cu1060%5C%5C%5C%5Cu1062-%5C%5C%5C%5Cu1064%5C%5C%5C%5Cu1067-%5C%5C%5C%5Cu106D%5C%5C%5C%5Cu1071-%5C%5C%5C%5Cu1074%5C%5C%5C%5Cu1082-%5C%5C%5C%5Cu108D%5C%5C%5C%5Cu108F%5C%5C%5C%5Cu109A-%5C%5C%5C%5Cu109D%5C%5C%5C%5Cu135D-%5C%5C%5C%5Cu135F%5C%5C%5C%5Cu1712-%5C%5C%5C%5Cu1714%5C%5C%5C%5Cu1732-%5C%5C%5C%5Cu1734%5C%5C%5C%5Cu1752%5C%5C%5C%5Cu1753%5C%5C%5C%5Cu1772%5C%5C%5C%5Cu1773%5C%5C%5C%5Cu17B4-%5C%5C%5C%5Cu17D3%5C%5C%5C%5Cu17DD%5C%5C%5C%5Cu180B-%5C%5C%5C%5Cu180D%5C%5C%5C%5Cu1885%5C%5C%5C%5Cu1886%5C%5C%5C%5Cu18A9%5C%5C%5C%5Cu1920-%5C%5C%5C%5Cu192B%5C%5C%5C%5Cu1930-%5C%5C%5C%5Cu193B%5C%5C%5C%5Cu1A17-%5C%5C%5C%5Cu1A1B%5C%5C%5C%5Cu1A55-%5C%5C%5C%5Cu1A5E%5C%5C%5C%5Cu1A60-%5C%5C%5C%5Cu1A7C%5C%5C%5C%5Cu1A7F%5C%5C%5C%5Cu1AB0-%5C%5C%5C%5Cu1ABE%5C%5C%5C%5Cu1B00-%5C%5C%5C%5Cu1B04%5C%5C%5C%5Cu1B34-%5C%5C%5C%5Cu1B44%5C%5C%5C%5Cu1B6B-%5C%5C%5C%5Cu1B73%5C%5C%5C%5Cu1B80-%5C%5C%5C%5Cu1B82%5C%5C%5C%5Cu1BA1-%5C%5C%5C%5Cu1BAD%5C%5C%5C%5Cu1BE6-%5C%5C%5C%5Cu1BF3%5C%5C%5C%5Cu1C24-%5C%5C%5C%5Cu1C37%5C%5C%5C%5Cu1CD0-%5C%5C%5C%5Cu1CD2%5C%5C%5C%5Cu1CD4-%5C%5C%5C%5Cu1CE8%5C%5C%5C%5Cu1CED%5C%5C%5C%5Cu1CF2-%5C%5C%5C%5Cu1CF4%5C%5C%5C%5Cu1CF8%5C%5C%5C%5Cu1CF9%5C%5C%5C%5Cu1DC0-%5C%5C%5C%5Cu1DF5%5C%5C%5C%5Cu1DFB-%5C%5C%5C%5Cu1DFF%5C%5C%5C%5Cu20D0-%5C%5C%5C%5Cu20F0%5C%5C%5C%5Cu2CEF-%5C%5C%5C%5Cu2CF1%5C%5C%5C%5Cu2D7F%5C%5C%5C%5Cu2DE0-%5C%5C%5C%5Cu2DFF%5C%5C%5C%5Cu302A-%5C%5C%5C%5Cu302F%5C%5C%5C%5Cu3099%5C%5C%5C%5Cu309A%5C%5C%5C%5CuA66F-%5C%5C%5C%5CuA672%5C%5C%5C%5CuA674-%5C%5C%5C%5CuA67D%5C%5C%5C%5CuA69E%5C%5C%5C%5CuA69F%5C%5C%5C%5CuA6F0%5C%5C%5C%5CuA6F1%5C%5C%5C%5CuA802%5C%5C%5C%5CuA806%5C%5C%5C%5CuA80B%5C%5C%5C%5CuA823-%5C%5C%5C%5CuA827%5C%5C%5C%5CuA880%5C%5C%5C%5CuA881%5C%5C%5C%5CuA8B4-%5C%5C%5C%5CuA8C5%5C%5C%5C%5CuA8E0-%5C%5C%5C%5CuA8F1%5C%5C%5C%5CuA926-%5C%5C%5C%5CuA92D%5C%5C%5C%5CuA947-%5C%5C%5C%5CuA953%5C%5C%5C%5CuA980-%5C%5C%5C%5CuA983%5C%5C%5C%5CuA9B3-%5C%5C%5C%5CuA9C0%5C%5C%5C%5CuA9E5%5C%5C%5C%5CuAA29-%5C%5C%5C%5CuAA36%5C%5C%5C%5CuAA43%5C%5C%5C%5CuAA4C%5C%5C%5C%5CuAA4D%5C%5C%5C%5CuAA7B-%5C%5C%5C%5CuAA7D%5C%5C%5C%5CuAAB0%5C%5C%5C%5CuAAB2-%5C%5C%5C%5CuAAB4%5C%5C%5C%5CuAAB7%5C%5C%5C%5CuAAB8%5C%5C%5C%5CuAABE%5C%5C%5C%5CuAABF%5C%5C%5C%5CuAAC1%5C%5C%5C%5CuAAEB-%5C%5C%5C%5CuAAEF%5C%5C%5C%5CuAAF5%5C%5C%5C%5CuAAF6%5C%5C%5C%5CuABE3-%5C%5C%5C%5CuABEA%5C%5C%5C%5CuABEC%5C%5C%5C%5CuABED%5C%5C%5C%5CuFB1E%5C%5C%5C%5CuFE00-%5C%5C%5C%5CuFE0F%5C%5C%5C%5CuFE20-%5C%5C%5C%5CuFE2F%2F.source%2CYe%3D%2F0-9%5C%5C%5C%5Cu0660-%5C%5C%5C%5Cu0669%5C%5C%5C%5Cu06F0-%5C%5C%5C%5Cu06F9%5C%5C%5C%5Cu07C0-%5C%5C%5C%5Cu07C9%5C%5C%5C%5Cu0966-%5C%5C%5C%5Cu096F%5C%5C%5C%5Cu09E6-%5C%5C%5C%5Cu09EF%5C%5C%5C%5Cu0A66-%5C%5C%5C%5Cu0A6F%5C%5C%5C%5Cu0AE6-%5C%5C%5C%5Cu0AEF%5C%5C%5C%5Cu0B66-%5C%5C%5C%5Cu0B6F%5C%5C%5C%5Cu0BE6-%5C%5C%5C%5Cu0BEF%5C%5C%5C%5Cu0C66-%5C%5C%5C%5Cu0C6F%5C%5C%5C%5Cu0CE6-%5C%5C%5C%5Cu0CEF%5C%5C%5C%5Cu0D66-%5C%5C%5C%5Cu0D6F%5C%5C%5C%5Cu0DE6-%5C%5C%5C%5Cu0DEF%5C%5C%5C%5Cu0E50-%5C%5C%5C%5Cu0E59%5C%5C%5C%5Cu0ED0-%5C%5C%5C%5Cu0ED9%5C%5C%5C%5Cu0F20-%5C%5C%5C%5Cu0F29%5C%5C%5C%5Cu1040-%5C%5C%5C%5Cu1049%5C%5C%5C%5Cu1090-%5C%5C%5C%5Cu1099%5C%5C%5C%5Cu17E0-%5C%5C%5C%5Cu17E9%5C%5C%5C%5Cu1810-%5C%5C%5C%5Cu1819%5C%5C%5C%5Cu1946-%5C%5C%5C%5Cu194F%5C%5C%5C%5Cu19D0-%5C%5C%5C%5Cu19D9%5C%5C%5C%5Cu1A80-%5C%5C%5C%5Cu1A89%5C%5C%5C%5Cu1A90-%5C%5C%5C%5Cu1A99%5C%5C%5C%5Cu1B50-%5C%5C%5C%5Cu1B59%5C%5C%5C%5Cu1BB0-%5C%5C%5C%5Cu1BB9%5C%5C%5C%5Cu1C40-%5C%5C%5C%5Cu1C49%5C%5C%5C%5Cu1C50-%5C%5C%5C%5Cu1C59%5C%5C%5C%5CuA620-%5C%5C%5C%5CuA629%5C%5C%5C%5CuA8D0-%5C%5C%5C%5CuA8D9%5C%5C%5C%5CuA900-%5C%5C%5C%5CuA909%5C%5C%5C%5CuA9D0-%5C%5C%5C%5CuA9D9%5C%5C%5C%5CuA9F0-%5C%5C%5C%5CuA9F9%5C%5C%5C%5CuAA50-%5C%5C%5C%5CuAA59%5C%5C%5C%5CuABF0-%5C%5C%5C%5CuABF9%5C%5C%5C%5CuFF10-%5C%5C%5C%5CuFF19%2F.source%2CKe%3DJe%2BYe%2CQe%3DJe%2BYe%2CXe%3D%5C%5C%5C%22(%3F%3A%5B%5C%5C%5C%22%2BYe%2B%5C%5C%5C%22%5D%7B1%2C3%7D%5C%5C%5C%5C%5C%5C%5C%5C.)%7B3%7D%5B%5C%5C%5C%22%2BYe%2B%5C%5C%5C%22%5D%7B1%2C3%7D%5C%5C%5C%22%2Cet%3D%5C%5C%5C%22%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D(%3F%3A%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C-%5D%7B0%2C61%7D%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D)%3F%5C%5C%5C%22%2Ctt%3Dfunction(e)%7Breturn%5C%5C%5C%22(%3F%3D(%5C%5C%5C%22%2Bet%2B%5C%5C%5C%22))%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%5C%22%2Be%7D%2Crt%3Dfunction(e)%7Breturn%5C%5C%5C%22(%3F%3A%5C%5C%5C%22%2Btt(e)%2B%5C%5C%5C%22(%3F%3A%5C%5C%5C%5C%5C%5C%5C%5C.%5C%5C%5C%22%2Btt(e%2B1)%2B%5C%5C%5C%22)%7B0%2C126%7D%7C%5C%5C%5C%22%2BXe%2B%5C%5C%5C%22)%5C%5C%5C%22%7D%2Cnt%3Dnew%20RegExp(%5C%5C%5C%22%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%5C%5C%5C%22)%2Cot%3D%2F(%3F%3Axn--vermgensberatung-pwb%7Cxn--vermgensberater-ctb%7Cxn--clchc0ea0b2g2a9gcd%7Cxn--w4r85el8fhu5dnra%7Cnorthwesternmutual%7Ctravelersinsurance%7Cverm%C3%B6gensberatung%7Cxn--3oq18vl8pn36a%7Cxn--5su34j936bgsg%7Cxn--bck1b9a5dre4c%7Cxn--mgbai9azgqp6j%7Cxn--mgberp4a5d4ar%7Cxn--xkc2dl3a5ee0h%7Cverm%C3%B6gensberater%7Cxn--fzys8d69uvgm%7Cxn--mgba7c0bbn0a%7Cxn--xkc2al3hye2a%7Camericanexpress%7Ckerryproperties%7Csandvikcoromant%7Cxn--i1b6b1a6a2e%7Cxn--kcrx77d1x4a%7Cxn--lgbbat1ad8j%7Cxn--mgba3a4f16a%7Cxn--mgbaakc7dvf%7Cxn--mgbc0a9azcg%7Cxn--nqv7fs00ema%7Cafamilycompany%7Camericanfamily%7Cbananarepublic%7Ccancerresearch%7Ccookingchannel%7Ckerrylogistics%7Cweatherchannel%7Cxn--54b7fta0cc%7Cxn--6qq986b3xl%7Cxn--80aqecdr1a%7Cxn--b4w605ferd%7Cxn--fiq228c5hs%7Cxn--h2breg3eve%7Cxn--jlq61u9w7b%7Cxn--mgba3a3ejt%7Cxn--mgbaam7a8h%7Cxn--mgbayh7gpa%7Cxn--mgbb9fbpob%7Cxn--mgbbh1a71e%7Cxn--mgbca7dzdo%7Cxn--mgbi4ecexp%7Cxn--mgbx4cd0ab%7Cxn--rvc1e0am3e%7Cinternational%7Clifeinsurance%7Cspreadbetting%7Ctravelchannel%7Cwolterskluwer%7Cxn--eckvdtc9d%7Cxn--fpcrj9c3d%7Cxn--fzc2c9e2c%7Cxn--h2brj9c8c%7Cxn--tiq49xqyj%7Cxn--yfro4i67o%7Cxn--ygbi2ammx%7Cconstruction%7Clplfinancial%7Cscholarships%7Cversicherung%7Cxn--3e0b707e%7Cxn--45br5cyl%7Cxn--80adxhks%7Cxn--80asehdb%7Cxn--8y0a063a%7Cxn--gckr3f0f%7Cxn--mgb9awbf%7Cxn--mgbab2bd%7Cxn--mgbgu82a%7Cxn--mgbpl2fh%7Cxn--mgbt3dhd%7Cxn--mk1bu44c%7Cxn--ngbc5azd%7Cxn--ngbe9e0a%7Cxn--ogbpf8fl%7Cxn--qcka1pmc%7Caccountants%7Cbarclaycard%7Cblackfriday%7Cblockbuster%7Cbridgestone%7Ccalvinklein%7Ccontractors%7Ccreditunion%7Cengineering%7Centerprises%7Cfoodnetwork%7Cinvestments%7Ckerryhotels%7Clamborghini%7Cmotorcycles%7Colayangroup%7Cphotography%7Cplaystation%7Cproductions%7Cprogressive%7Credumbrella%7Crightathome%7Cwilliamhill%7Cxn--11b4c3d%7Cxn--1ck2e1b%7Cxn--1qqw23a%7Cxn--2scrj9c%7Cxn--3bst00m%7Cxn--3ds443g%7Cxn--3hcrj9c%7Cxn--42c2d9a%7Cxn--45brj9c%7Cxn--55qw42g%7Cxn--6frz82g%7Cxn--80ao21a%7Cxn--9krt00a%7Cxn--cck2b3b%7Cxn--czr694b%7Cxn--d1acj3b%7Cxn--efvy88h%7Cxn--estv75g%7Cxn--fct429k%7Cxn--fjq720a%7Cxn--flw351e%7Cxn--g2xx48c%7Cxn--gecrj9c%7Cxn--gk3at1e%7Cxn--h2brj9c%7Cxn--hxt814e%7Cxn--imr513n%7Cxn--j6w193g%7Cxn--jvr189m%7Cxn--kprw13d%7Cxn--kpry57d%7Cxn--kpu716f%7Cxn--mgbbh1a%7Cxn--mgbtx2b%7Cxn--mix891f%7Cxn--nyqy26a%7Cxn--otu796d%7Cxn--pbt977c%7Cxn--pgbs0dh%7Cxn--q9jyb4c%7Cxn--rhqv96g%7Cxn--rovu88b%7Cxn--s9brj9c%7Cxn--ses554g%7Cxn--t60b56a%7Cxn--vuq861b%7Cxn--w4rs40l%7Cxn--xhq521b%7Cxn--zfr164b%7C%E0%AE%9A%E0%AE%BF%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%AA%E0%AF%8D%E0%AE%AA%E0%AF%82%E0%AE%B0%E0%AF%8D%7Caccountant%7Capartments%7Cassociates%7Cbasketball%7Cbnpparibas%7Cboehringer%7Ccapitalone%7Cconsulting%7Ccreditcard%7Ccuisinella%7Ceurovision%7Cextraspace%7Cfoundation%7Chealthcare%7Cimmobilien%7Cindustries%7Cmanagement%7Cmitsubishi%7Cnationwide%7Cnewholland%7Cnextdirect%7Conyourside%7Cproperties%7Cprotection%7Cprudential%7Crealestate%7Crepublican%7Crestaurant%7Cschaeffler%7Cswiftcover%7Ctatamotors%7Ctechnology%7Ctelefonica%7Cuniversity%7Cvistaprint%7Cvlaanderen%7Cvolkswagen%7Cxn--30rr7y%7Cxn--3pxu8k%7Cxn--45q11c%7Cxn--4gbrim%7Cxn--55qx5d%7Cxn--5tzm5g%7Cxn--80aswg%7Cxn--90a3ac%7Cxn--9dbq2a%7Cxn--9et52u%7Cxn--c2br7g%7Cxn--cg4bki%7Cxn--czrs0t%7Cxn--czru2d%7Cxn--fiq64b%7Cxn--fiqs8s%7Cxn--fiqz9s%7Cxn--io0a7i%7Cxn--kput3i%7Cxn--mxtq1m%7Cxn--o3cw4h%7Cxn--pssy2u%7Cxn--unup4y%7Cxn--wgbh1c%7Cxn--wgbl6a%7Cxn--y9a3aq%7Caccenture%7Calfaromeo%7Callfinanz%7Camsterdam%7Canalytics%7Caquarelle%7Cbarcelona%7Cbloomberg%7Cchristmas%7Ccommunity%7Cdirectory%7Ceducation%7Cequipment%7Cfairwinds%7Cfinancial%7Cfirestone%7Cfresenius%7Cfrontdoor%7Cfujixerox%7Cfurniture%7Cgoldpoint%7Chisamitsu%7Chomedepot%7Chomegoods%7Chomesense%7Choneywell%7Cinstitute%7Cinsurance%7Ckuokgroup%7Cladbrokes%7Clancaster%7Clandrover%7Clifestyle%7Cmarketing%7Cmarshalls%7Cmelbourne%7Cmicrosoft%7Cpanasonic%7Cpassagens%7Cpramerica%7Crichardli%7Cscjohnson%7Cshangrila%7Csolutions%7Cstatebank%7Cstatefarm%7Cstockholm%7Ctravelers%7Cvacations%7Cxn--90ais%7Cxn--c1avg%7Cxn--d1alf%7Cxn--e1a4c%7Cxn--fhbei%7Cxn--j1aef%7Cxn--j1amh%7Cxn--l1acc%7Cxn--ngbrx%7Cxn--nqv7f%7Cxn--p1acf%7Cxn--tckwe%7Cxn--vhquv%7Cyodobashi%7Cabudhabi%7Cairforce%7Callstate%7Cattorney%7Cbarclays%7Cbarefoot%7Cbargains%7Cbaseball%7Cboutique%7Cbradesco%7Cbroadway%7Cbrussels%7Cbudapest%7Cbuilders%7Cbusiness%7Ccapetown%7Ccatering%7Ccatholic%7Cchrysler%7Ccipriani%7Ccityeats%7Ccleaning%7Cclinique%7Cclothing%7Ccommbank%7Ccomputer%7Cdelivery%7Cdeloitte%7Cdemocrat%7Cdiamonds%7Cdiscount%7Cdiscover%7Cdownload%7Cengineer%7Cericsson%7Cesurance%7Cetisalat%7Ceverbank%7Cexchange%7Cfeedback%7Cfidelity%7Cfirmdale%7Cfootball%7Cfrontier%7Cgoodyear%7Cgrainger%7Cgraphics%7Cguardian%7Chdfcbank%7Chelsinki%7Choldings%7Chospital%7Cinfiniti%7Cipiranga%7Cistanbul%7Cjpmorgan%7Clighting%7Clundbeck%7Cmarriott%7Cmaserati%7Cmckinsey%7Cmemorial%7Cmerckmsd%7Cmortgage%7Cmovistar%7Cobserver%7Cpartners%7Cpharmacy%7Cpictures%7Cplumbing%7Cproperty%7Credstone%7Creliance%7Csaarland%7Csamsclub%7Csecurity%7Cservices%7Cshopping%7Cshowtime%7Csoftbank%7Csoftware%7Cstcgroup%7Csupplies%7Csymantec%7Ctraining%7Cuconnect%7Cvanguard%7Cventures%7Cverisign%7Cwoodside%7Cxn--90ae%7Cxn--node%7Cxn--p1ai%7Cxn--qxam%7Cyokohama%7C%D8%A7%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D8%A9%7Cabogado%7Cacademy%7Cagakhan%7Calibaba%7Candroid%7Cathleta%7Cauction%7Caudible%7Causpost%7Cavianca%7Cbanamex%7Cbauhaus%7Cbentley%7Cbestbuy%7Cbooking%7Cbrother%7Cbugatti%7Ccapital%7Ccaravan%7Ccareers%7Ccartier%7Cchannel%7Ccharity%7Cchintai%7Ccitadel%7Cclubmed%7Ccollege%7Ccologne%7Ccomcast%7Ccompany%7Ccompare%7Ccontact%7Ccooking%7Ccorsica%7Ccountry%7Ccoupons%7Ccourses%7Ccricket%7Ccruises%7Cdentist%7Cdigital%7Cdomains%7Cexposed%7Cexpress%7Cfarmers%7Cfashion%7Cferrari%7Cferrero%7Cfinance%7Cfishing%7Cfitness%7Cflights%7Cflorist%7Cflowers%7Cforsale%7Cfrogans%7Cfujitsu%7Cgallery%7Cgenting%7Cgodaddy%7Cgrocery%7Cguitars%7Chamburg%7Changout%7Chitachi%7Choliday%7Chosting%7Choteles%7Chotmail%7Chyundai%7Ciselect%7Cismaili%7Cjewelry%7Cjuniper%7Ckitchen%7Ckomatsu%7Clacaixa%7Clancome%7Clanxess%7Clasalle%7Clatrobe%7Cleclerc%7Cliaison%7Climited%7Clincoln%7Cmarkets%7Cmetlife%7Cmonster%7Cnetbank%7Cnetflix%7Cnetwork%7Cneustar%7Cokinawa%7Coldnavy%7Corganic%7Corigins%7Cphilips%7Cpioneer%7Cpolitie%7Crealtor%7Crecipes%7Crentals%7Creviews%7Crexroth%7Csamsung%7Csandvik%7Cschmidt%7Cschwarz%7Cscience%7Cshiksha%7Cshriram%7Csingles%7Cstaples%7Cstarhub%7Cstorage%7Csupport%7Csurgery%7Csystems%7Ctemasek%7Ctheater%7Ctheatre%7Ctickets%7Ctiffany%7Ctoshiba%7Ctrading%7Cwalmart%7Cwanggou%7Cwatches%7Cweather%7Cwebsite%7Cwedding%7Cwhoswho%7Cwindows%7Cwinners%7Cxfinity%7Cyamaxun%7Cyoutube%7Czuerich%7C%D0%BA%D0%B0%D1%82%D0%BE%D0%BB%D0%B8%D0%BA%7C%D8%A7%D8%AA%D8%B5%D8%A7%D9%84%D8%A7%D8%AA%7C%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1%7C%D8%A7%D9%84%D8%B9%D9%84%D9%8A%D8%A7%D9%86%7C%D9%BE%D8%A7%DA%A9%D8%B3%D8%AA%D8%A7%D9%86%7C%D9%83%D8%A7%D8%AB%D9%88%D9%84%D9%8A%D9%83%7C%D9%85%D9%88%D8%A8%D8%A7%D9%8A%D9%84%D9%8A%7C%E0%AE%87%E0%AE%A8%E0%AF%8D%E0%AE%A4%E0%AE%BF%E0%AE%AF%E0%AE%BE%7Cabarth%7Cabbott%7Cabbvie%7Cactive%7Cafrica%7Cagency%7Cairbus%7Cairtel%7Calipay%7Calsace%7Calstom%7Canquan%7Caramco%7Cauthor%7Cbayern%7Cbeauty%7Cberlin%7Cbharti%7Cblanco%7Cbostik%7Cboston%7Cbroker%7Ccamera%7Ccareer%7Ccaseih%7Ccasino%7Ccenter%7Cchanel%7Cchrome%7Cchurch%7Ccircle%7Cclaims%7Cclinic%7Ccoffee%7Ccomsec%7Ccondos%7Ccoupon%7Ccredit%7Ccruise%7Cdating%7Cdatsun%7Cdealer%7Cdegree%7Cdental%7Cdesign%7Cdirect%7Cdoctor%7Cdunlop%7Cdupont%7Cdurban%7Cemerck%7Cenergy%7Cestate%7Cevents%7Cexpert%7Cfamily%7Cflickr%7Cfutbol%7Cgallup%7Cgarden%7Cgeorge%7Cgiving%7Cglobal%7Cgoogle%7Cgratis%7Chealth%7Chermes%7Chiphop%7Chockey%7Chotels%7Chughes%7Cimamat%7Cinsure%7Cintuit%7Cjaguar%7Cjoburg%7Cjuegos%7Ckaufen%7Ckinder%7Ckindle%7Ckosher%7Clancia%7Clatino%7Clawyer%7Clefrak%7Cliving%7Clocker%7Clondon%7Cluxury%7Cmadrid%7Cmaison%7Cmakeup%7Cmarket%7Cmattel%7Cmobile%7Cmobily%7Cmonash%7Cmormon%7Cmoscow%7Cmuseum%7Cmutual%7Cnagoya%7Cnatura%7Cnissan%7Cnissay%7Cnorton%7Cnowruz%7Coffice%7Colayan%7Conline%7Coracle%7Corange%7Cotsuka%7Cpfizer%7Cphotos%7Cphysio%7Cpiaget%7Cpictet%7Cquebec%7Cracing%7Crealty%7Creisen%7Crepair%7Creport%7Creview%7Crocher%7Crogers%7Cryukyu%7Csafety%7Csakura%7Csanofi%7Cschool%7Cschule%7Csearch%7Csecure%7Cselect%7Cshouji%7Csoccer%7Csocial%7Cstream%7Cstudio%7Csupply%7Csuzuki%7Cswatch%7Csydney%7Ctaipei%7Ctaobao%7Ctarget%7Ctattoo%7Ctennis%7Ctienda%7Ctjmaxx%7Ctkmaxx%7Ctoyota%7Ctravel%7Cunicom%7Cviajes%7Cviking%7Cvillas%7Cvirgin%7Cvision%7Cvoting%7Cvoyage%7Cvuelos%7Cwalter%7Cwarman%7Cwebcam%7Cxihuan%7Cyachts%7Cyandex%7Czappos%7C%D0%BC%D0%BE%D1%81%D0%BA%D0%B2%D0%B0%7C%D0%BE%D0%BD%D0%BB%D0%B0%D0%B9%D0%BD%7C%D8%A7%D8%A8%D9%88%D8%B8%D8%A8%D9%8A%7C%D8%A7%D8%B1%D8%A7%D9%85%D9%83%D9%88%7C%D8%A7%D9%84%D8%A7%D8%B1%D8%AF%D9%86%7C%D8%A7%D9%84%D9%85%D8%BA%D8%B1%D8%A8%7C%D8%A7%D9%85%D8%A7%D8%B1%D8%A7%D8%AA%7C%D9%81%D9%84%D8%B3%D8%B7%D9%8A%D9%86%7C%D9%85%D9%84%D9%8A%D8%B3%D9%8A%D8%A7%7C%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4%E0%A4%AE%E0%A5%8D%7C%E0%AE%87%E0%AE%B2%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AF%88%7C%E3%83%95%E3%82%A1%E3%83%83%E3%82%B7%E3%83%A7%E3%83%B3%7Cactor%7Cadult%7Caetna%7Camfam%7Camica%7Capple%7Carchi%7Caudio%7Cautos%7Cazure%7Cbaidu%7Cbeats%7Cbible%7Cbingo%7Cblack%7Cboats%7Cbosch%7Cbuild%7Ccanon%7Ccards%7Cchase%7Ccheap%7Ccisco%7Ccitic%7Cclick%7Ccloud%7Ccoach%7Ccodes%7Ccrown%7Ccymru%7Cdabur%7Cdance%7Cdeals%7Cdelta%7Cdodge%7Cdrive%7Cdubai%7Cearth%7Cedeka%7Cemail%7Cepost%7Cepson%7Cfaith%7Cfedex%7Cfinal%7Cforex%7Cforum%7Cgallo%7Cgames%7Cgifts%7Cgives%7Cglade%7Cglass%7Cglobo%7Cgmail%7Cgreen%7Cgripe%7Cgroup%7Cgucci%7Cguide%7Chomes%7Chonda%7Chorse%7Chouse%7Chyatt%7Cikano%7Cintel%7Cirish%7Civeco%7Cjetzt%7Ckoeln%7Ckyoto%7Clamer%7Clease%7Clegal%7Clexus%7Clilly%7Clinde%7Clipsy%7Clixil%7Cloans%7Clocus%7Clotte%7Clotto%7Clupin%7Cmacys%7Cmango%7Cmedia%7Cmiami%7Cmoney%7Cmopar%7Cmovie%7Cnadex%7Cnexus%7Cnikon%7Cninja%7Cnokia%7Cnowtv%7Comega%7Cosaka%7Cparis%7Cparts%7Cparty%7Cphone%7Cphoto%7Cpizza%7Cplace%7Cpoker%7Cpraxi%7Cpress%7Cprime%7Cpromo%7Cquest%7Cradio%7Crehab%7Creise%7Cricoh%7Crocks%7Crodeo%7Crugby%7Csalon%7Csener%7Cseven%7Csharp%7Cshell%7Cshoes%7Cskype%7Csling%7Csmart%7Csmile%7Csolar%7Cspace%7Csport%7Cstada%7Cstore%7Cstudy%7Cstyle%7Csucks%7Cswiss%7Ctatar%7Ctires%7Ctirol%7Ctmall%7Ctoday%7Ctokyo%7Ctools%7Ctoray%7Ctotal%7Ctours%7Ctrade%7Ctrust%7Ctunes%7Ctushu%7Cubank%7Cvegas%7Cvideo%7Cvodka%7Cvolvo%7Cwales%7Cwatch%7Cweber%7Cweibo%7Cworks%7Cworld%7Cxerox%7Cyahoo%7Czippo%7C%D8%A7%DB%8C%D8%B1%D8%A7%D9%86%7C%D8%A8%D8%A7%D8%B2%D8%A7%D8%B1%7C%D8%A8%DA%BE%D8%A7%D8%B1%D8%AA%7C%D8%B3%D9%88%D8%AF%D8%A7%D9%86%7C%D8%B3%D9%88%D8%B1%D9%8A%D8%A9%7C%D9%87%D9%85%D8%B1%D8%A7%D9%87%7C%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A5%8B%E0%A4%A4%7C%E0%A4%B8%E0%A4%82%E0%A4%97%E0%A4%A0%E0%A4%A8%7C%E0%A6%AC%E0%A6%BE%E0%A6%82%E0%A6%B2%E0%A6%BE%7C%E0%B0%AD%E0%B0%BE%E0%B0%B0%E0%B0%A4%E0%B1%8D%7C%E0%B4%AD%E0%B4%BE%E0%B4%B0%E0%B4%A4%E0%B4%82%7C%E5%98%89%E9%87%8C%E5%A4%A7%E9%85%92%E5%BA%97%7Caarp%7Cable%7Cadac%7Caero%7Caigo%7Cakdn%7Cally%7Camex%7Carab%7Carmy%7Carpa%7Carte%7Casda%7Casia%7Caudi%7Cauto%7Cbaby%7Cband%7Cbank%7Cbbva%7Cbeer%7Cbest%7Cbike%7Cbing%7Cblog%7Cblue%7Cbofa%7Cbond%7Cbook%7Cbuzz%7Ccafe%7Ccall%7Ccamp%7Ccare%7Ccars%7Ccasa%7Ccase%7Ccash%7Ccbre%7Ccern%7Cchat%7Cciti%7Ccity%7Cclub%7Ccool%7Ccoop%7Ccyou%7Cdata%7Cdate%7Cdclk%7Cdeal%7Cdell%7Cdesi%7Cdiet%7Cdish%7Cdocs%7Cdoha%7Cduck%7Cduns%7Cdvag%7Cerni%7Cfage%7Cfail%7Cfans%7Cfarm%7Cfast%7Cfiat%7Cfido%7Cfilm%7Cfire%7Cfish%7Cflir%7Cfood%7Cford%7Cfree%7Cfund%7Cgame%7Cgbiz%7Cgent%7Cggee%7Cgift%7Cgmbh%7Cgold%7Cgolf%7Cgoog%7Cguge%7Cguru%7Chair%7Chaus%7Chdfc%7Chelp%7Chere%7Chgtv%7Chost%7Chsbc%7Cicbc%7Cieee%7Cimdb%7Cimmo%7Cinfo%7Citau%7Cjava%7Cjeep%7Cjobs%7Cjprs%7Ckddi%7Ckiwi%7Ckpmg%7Ckred%7Cland%7Clego%7Clgbt%7Clidl%7Clife%7Clike%7Climo%7Clink%7Clive%7Cloan%7Cloft%7Clove%7Cltda%7Cluxe%7Cmaif%7Cmeet%7Cmeme%7Cmenu%7Cmini%7Cmint%7Cmobi%7Cmoda%7Cmoto%7Cname%7Cnavy%7Cnews%7Cnext%7Cnico%7Cnike%7Collo%7Copen%7Cpage%7Cpars%7Cpccw%7Cpics%7Cping%7Cpink%7Cplay%7Cplus%7Cpohl%7Cporn%7Cpost%7Cprod%7Cprof%7Cqpon%7Craid%7Cread%7Creit%7Crent%7Crest%7Crich%7Crmit%7Croom%7Crsvp%7Cruhr%7Csafe%7Csale%7Csarl%7Csave%7Csaxo%7Cscor%7Cscot%7Cseat%7Cseek%7Csexy%7Cshaw%7Cshia%7Cshop%7Cshow%7Csilk%7Csina%7Csite%7Cskin%7Csncf%7Csohu%7Csong%7Csony%7Cspot%7Cstar%7Csurf%7Ctalk%7Ctaxi%7Cteam%7Ctech%7Cteva%7Ctiaa%7Ctips%7Ctown%7Ctoys%7Ctube%7Cvana%7Cvisa%7Cviva%7Cvivo%7Cvote%7Cvoto%7Cwang%7Cweir%7Cwien%7Cwiki%7Cwine%7Cwork%7Cxbox%7Cyoga%7Czara%7Czero%7Czone%7C%D0%B4%D0%B5%D1%82%D0%B8%7C%D1%81%D0%B0%D0%B9%D1%82%7C%D8%A8%D8%A7%D8%B1%D8%AA%7C%D8%A8%D9%8A%D8%AA%D9%83%7C%DA%80%D8%A7%D8%B1%D8%AA%7C%D8%AA%D9%88%D9%86%D8%B3%7C%D8%B4%D8%A8%D9%83%D8%A9%7C%D8%B9%D8%B1%D8%A7%D9%82%7C%D8%B9%D9%85%D8%A7%D9%86%7C%D9%85%D9%88%D9%82%D8%B9%7C%E0%A4%AD%E0%A4%BE%E0%A4%B0%E0%A4%A4%7C%E0%A6%AD%E0%A6%BE%E0%A6%B0%E0%A6%A4%7C%E0%A6%AD%E0%A6%BE%E0%A7%B0%E0%A6%A4%7C%E0%A8%AD%E0%A8%BE%E0%A8%B0%E0%A8%A4%7C%E0%AA%AD%E0%AA%BE%E0%AA%B0%E0%AA%A4%7C%E0%AC%AD%E0%AC%BE%E0%AC%B0%E0%AC%A4%7C%E0%B2%AD%E0%B2%BE%E0%B2%B0%E0%B2%A4%7C%E0%B6%BD%E0%B6%82%E0%B6%9A%E0%B7%8F%7C%E3%82%B0%E3%83%BC%E3%82%B0%E3%83%AB%7C%E3%82%AF%E3%83%A9%E3%82%A6%E3%83%89%7C%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88%7C%E5%A4%A7%E4%BC%97%E6%B1%BD%E8%BD%A6%7C%E7%BB%84%E7%BB%87%E6%9C%BA%E6%9E%84%7C%E9%9B%BB%E8%A8%8A%E7%9B%88%E7%A7%91%7C%E9%A6%99%E6%A0%BC%E9%87%8C%E6%8B%89%7Caaa%7Cabb%7Cabc%7Caco%7Cads%7Caeg%7Cafl%7Caig%7Canz%7Caol%7Capp%7Cart%7Caws%7Caxa%7Cbar%7Cbbc%7Cbbt%7Cbcg%7Cbcn%7Cbet%7Cbid%7Cbio%7Cbiz%7Cbms%7Cbmw%7Cbnl%7Cbom%7Cboo%7Cbot%7Cbox%7Cbuy%7Cbzh%7Ccab%7Ccal%7Ccam%7Ccar%7Ccat%7Ccba%7Ccbn%7Ccbs%7Cceb%7Cceo%7Ccfa%7Ccfd%7Ccom%7Ccrs%7Ccsc%7Cdad%7Cday%7Cdds%7Cdev%7Cdhl%7Cdiy%7Cdnp%7Cdog%7Cdot%7Cdtv%7Cdvr%7Ceat%7Ceco%7Cedu%7Cesq%7Ceus%7Cfan%7Cfit%7Cfly%7Cfoo%7Cfox%7Cfrl%7Cftr%7Cfun%7Cfyi%7Cgal%7Cgap%7Cgdn%7Cgea%7Cgle%7Cgmo%7Cgmx%7Cgoo%7Cgop%7Cgot%7Cgov%7Chbo%7Chiv%7Chkt%7Chot%7Chow%7Cibm%7Cice%7Cicu%7Cifm%7Cinc%7Cing%7Cink%7Cint%7Cist%7Citv%7Cjcb%7Cjcp%7Cjio%7Cjll%7Cjmp%7Cjnj%7Cjot%7Cjoy%7Ckfh%7Ckia%7Ckim%7Ckpn%7Ckrd%7Clat%7Claw%7Clds%7Cllc%7Clol%7Clpl%7Cltd%7Cman%7Cmap%7Cmba%7Cmed%7Cmen%7Cmil%7Cmit%7Cmlb%7Cmls%7Cmma%7Cmoe%7Cmoi%7Cmom%7Cmov%7Cmsd%7Cmtn%7Cmtr%7Cnab%7Cnba%7Cnec%7Cnet%7Cnew%7Cnfl%7Cngo%7Cnhk%7Cnow%7Cnra%7Cnrw%7Cntt%7Cnyc%7Cobi%7Coff%7Cone%7Cong%7Conl%7Cooo%7Corg%7Cott%7Covh%7Cpay%7Cpet%7Cphd%7Cpid%7Cpin%7Cpnc%7Cpro%7Cpru%7Cpub%7Cpwc%7Cqvc%7Cred%7Cren%7Cril%7Crio%7Crip%7Crun%7Crwe%7Csap%7Csas%7Csbi%7Csbs%7Csca%7Cscb%7Cses%7Csew%7Csex%7Csfr%7Cski%7Csky%7Csoy%7Csrl%7Csrt%7Cstc%7Ctab%7Ctax%7Ctci%7Ctdk%7Ctel%7Cthd%7Ctjx%7Ctop%7Ctrv%7Ctui%7Ctvs%7Cubs%7Cuno%7Cuol%7Cups%7Cvet%7Cvig%7Cvin%7Cvip%7Cwed%7Cwin%7Cwme%7Cwow%7Cwtc%7Cwtf%7Cxin%7Cxxx%7Cxyz%7Cyou%7Cyun%7Czip%7C%D0%B1%D0%B5%D0%BB%7C%D0%BA%D0%BE%D0%BC%7C%D2%9B%D0%B0%D0%B7%7C%D0%BC%D0%BA%D0%B4%7C%D0%BC%D0%BE%D0%BD%7C%D0%BE%D1%80%D0%B3%7C%D1%80%D1%83%D1%81%7C%D1%81%D1%80%D0%B1%7C%D1%83%D0%BA%D1%80%7C%D5%B0%D5%A1%D5%B5%7C%D7%A7%D7%95%D7%9D%7C%D8%B9%D8%B1%D8%A8%7C%D9%82%D8%B7%D8%B1%7C%D9%83%D9%88%D9%85%7C%D9%85%D8%B5%D8%B1%7C%E0%A4%95%E0%A5%89%E0%A4%AE%7C%E0%A4%A8%E0%A5%87%E0%A4%9F%7C%E0%B8%84%E0%B8%AD%E0%B8%A1%7C%E0%B9%84%E0%B8%97%E0%B8%A2%7C%E3%82%B9%E3%83%88%E3%82%A2%7C%E3%82%BB%E3%83%BC%E3%83%AB%7C%E3%81%BF%E3%82%93%E3%81%AA%7C%E4%B8%AD%E6%96%87%E7%BD%91%7C%E5%A4%A9%E4%B8%BB%E6%95%99%7C%E6%88%91%E7%88%B1%E4%BD%A0%7C%E6%96%B0%E5%8A%A0%E5%9D%A1%7C%E6%B7%A1%E9%A9%AC%E9%94%A1%7C%E8%AF%BA%E5%9F%BA%E4%BA%9A%7C%E9%A3%9E%E5%88%A9%E6%B5%A6%7Cac%7Cad%7Cae%7Caf%7Cag%7Cai%7Cal%7Cam%7Cao%7Caq%7Car%7Cas%7Cat%7Cau%7Caw%7Cax%7Caz%7Cba%7Cbb%7Cbd%7Cbe%7Cbf%7Cbg%7Cbh%7Cbi%7Cbj%7Cbm%7Cbn%7Cbo%7Cbr%7Cbs%7Cbt%7Cbv%7Cbw%7Cby%7Cbz%7Cca%7Ccc%7Ccd%7Ccf%7Ccg%7Cch%7Cci%7Cck%7Ccl%7Ccm%7Ccn%7Cco%7Ccr%7Ccu%7Ccv%7Ccw%7Ccx%7Ccy%7Ccz%7Cde%7Cdj%7Cdk%7Cdm%7Cdo%7Cdz%7Cec%7Cee%7Ceg%7Cer%7Ces%7Cet%7Ceu%7Cfi%7Cfj%7Cfk%7Cfm%7Cfo%7Cfr%7Cga%7Cgb%7Cgd%7Cge%7Cgf%7Cgg%7Cgh%7Cgi%7Cgl%7Cgm%7Cgn%7Cgp%7Cgq%7Cgr%7Cgs%7Cgt%7Cgu%7Cgw%7Cgy%7Chk%7Chm%7Chn%7Chr%7Cht%7Chu%7Cid%7Cie%7Cil%7Cim%7Cin%7Cio%7Ciq%7Cir%7Cis%7Cit%7Cje%7Cjm%7Cjo%7Cjp%7Cke%7Ckg%7Ckh%7Cki%7Ckm%7Ckn%7Ckp%7Ckr%7Ckw%7Cky%7Ckz%7Cla%7Clb%7Clc%7Cli%7Clk%7Clr%7Cls%7Clt%7Clu%7Clv%7Cly%7Cma%7Cmc%7Cmd%7Cme%7Cmg%7Cmh%7Cmk%7Cml%7Cmm%7Cmn%7Cmo%7Cmp%7Cmq%7Cmr%7Cms%7Cmt%7Cmu%7Cmv%7Cmw%7Cmx%7Cmy%7Cmz%7Cna%7Cnc%7Cne%7Cnf%7Cng%7Cni%7Cnl%7Cno%7Cnp%7Cnr%7Cnu%7Cnz%7Com%7Cpa%7Cpe%7Cpf%7Cpg%7Cph%7Cpk%7Cpl%7Cpm%7Cpn%7Cpr%7Cps%7Cpt%7Cpw%7Cpy%7Cqa%7Cre%7Cro%7Crs%7Cru%7Crw%7Csa%7Csb%7Csc%7Csd%7Cse%7Csg%7Csh%7Csi%7Csj%7Csk%7Csl%7Csm%7Csn%7Cso%7Csr%7Cst%7Csu%7Csv%7Csx%7Csy%7Csz%7Ctc%7Ctd%7Ctf%7Ctg%7Cth%7Ctj%7Ctk%7Ctl%7Ctm%7Ctn%7Cto%7Ctr%7Ctt%7Ctv%7Ctw%7Ctz%7Cua%7Cug%7Cuk%7Cus%7Cuy%7Cuz%7Cva%7Cvc%7Cve%7Cvg%7Cvi%7Cvn%7Cvu%7Cwf%7Cws%7Cye%7Cyt%7Cza%7Czm%7Czw%7C%CE%B5%CE%BB%7C%D0%B1%D0%B3%7C%D0%B5%D1%8E%7C%D1%80%D1%84%7C%E1%83%92%E1%83%94%7C%EB%8B%B7%EB%84%B7%7C%EB%8B%B7%EC%BB%B4%7C%EC%82%BC%EC%84%B1%7C%ED%95%9C%EA%B5%AD%7C%E3%82%B3%E3%83%A0%7C%E4%B8%96%E7%95%8C%7C%E4%B8%AD%E4%BF%A1%7C%E4%B8%AD%E5%9B%BD%7C%E4%B8%AD%E5%9C%8B%7C%E4%BC%81%E4%B8%9A%7C%E4%BD%9B%E5%B1%B1%7C%E4%BF%A1%E6%81%AF%7C%E5%81%A5%E5%BA%B7%7C%E5%85%AB%E5%8D%A6%7C%E5%85%AC%E5%8F%B8%7C%E5%85%AC%E7%9B%8A%7C%E5%8F%B0%E6%B9%BE%7C%E5%8F%B0%E7%81%A3%7C%E5%95%86%E5%9F%8E%7C%E5%95%86%E5%BA%97%7C%E5%95%86%E6%A0%87%7C%E5%98%89%E9%87%8C%7C%E5%9C%A8%E7%BA%BF%7C%E5%A4%A7%E6%8B%BF%7C%E5%A8%B1%E4%B9%90%7C%E5%AE%B6%E9%9B%BB%7C%E5%B7%A5%E8%A1%8C%7C%E5%B9%BF%E4%B8%9C%7C%E5%BE%AE%E5%8D%9A%7C%E6%85%88%E5%96%84%7C%E6%89%8B%E6%9C%BA%7C%E6%89%8B%E8%A1%A8%7C%E6%8B%9B%E8%81%98%7C%E6%94%BF%E5%8A%A1%7C%E6%94%BF%E5%BA%9C%7C%E6%96%B0%E9%97%BB%7C%E6%97%B6%E5%B0%9A%7C%E6%9B%B8%E7%B1%8D%7C%E6%9C%BA%E6%9E%84%7C%E6%B8%B8%E6%88%8F%7C%E6%BE%B3%E9%96%80%7C%E7%82%B9%E7%9C%8B%7C%E7%8F%A0%E5%AE%9D%7C%E7%A7%BB%E5%8A%A8%7C%E7%BD%91%E5%9D%80%7C%E7%BD%91%E5%BA%97%7C%E7%BD%91%E7%AB%99%7C%E7%BD%91%E7%BB%9C%7C%E8%81%94%E9%80%9A%7C%E8%B0%B7%E6%AD%8C%7C%E8%B4%AD%E7%89%A9%7C%E9%80%9A%E8%B2%A9%7C%E9%9B%86%E5%9B%A2%7C%E9%A3%9F%E5%93%81%7C%E9%A4%90%E5%8E%85%7C%E9%A6%99%E6%B8%AF)%2F%2Cst%3Dfunction(e)%7Bfunction%20t()%7Bvar%20t%3Dnull!%3D%3De%26%26e.apply(this%2Carguments)%7C%7Cthis%3Breturn%20t.localPartCharRegex%3Dnew%20RegExp(%5C%5C%5C%22%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22!%23%24%25%26'*%2B%2F%3D%3F%5E_%60%7B%7C%7D~-%5D%5C%5C%5C%22)%2Ct.strictTldRegex%3Dnew%20RegExp(%5C%5C%5C%22%5E%5C%5C%5C%22%2Bot.source%2B%5C%5C%5C%22%24%5C%5C%5C%22)%2Ct%7Dreturn%20Re(t%2Ce)%2Ct.prototype.parseMatches%3Dfunction(e)%7Bfor(var%20t%3Dthis.tagBuilder%2Cr%3Dthis.localPartCharRegex%2Cn%3Dthis.strictTldRegex%2Co%3D%5B%5D%2Cs%3De.length%2Ci%3Dnew%20it%2Ca%3D%7Bm%3A%5C%5C%5C%22a%5C%5C%5C%22%2Ca%3A%5C%5C%5C%22i%5C%5C%5C%22%2Ci%3A%5C%5C%5C%22l%5C%5C%5C%22%2Cl%3A%5C%5C%5C%22t%5C%5C%5C%22%2Ct%3A%5C%5C%5C%22o%5C%5C%5C%22%2Co%3A%5C%5C%5C%22%3A%5C%5C%5C%22%7D%2Cu%3D0%2Cl%3D0%2Cc%3Di%3Bu%3Cs%3B)%7Bvar%20p%3De.charAt(u)%3Bswitch(l)%7Bcase%200%3Ah(p)%3Bbreak%3Bcase%201%3Af(e.charAt(u-1)%2Cp)%3Bbreak%3Bcase%202%3Ag(p)%3Bbreak%3Bcase%203%3Ad(p)%3Bbreak%3Bcase%204%3Am(p)%3Bbreak%3Bcase%205%3Ab(p)%3Bbreak%3Bcase%206%3Av(p)%3Bbreak%3Bcase%207%3Ak(p)%3Bbreak%3Bdefault%3AFe(l)%7Du%2B%2B%7Dreturn%20x()%2Co%3Bfunction%20h(e)%7B%5C%5C%5C%22m%5C%5C%5C%22%3D%3D%3De%3FA(1)%3Ar.test(e)%26%26A()%7Dfunction%20f(e%2Ct)%7B%5C%5C%5C%22%3A%5C%5C%5C%22%3D%3D%3De%3Fr.test(t)%3F(l%3D2%2Cc%3Dnew%20it(Ne(%7B%7D%2Cc%2C%7BhasMailtoPrefix%3A!0%7D)))%3Ay()%3Aa%5Be%5D%3D%3D%3Dt%7C%7C(r.test(t)%3Fl%3D2%3A%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3Dt%3Fl%3D3%3A%5C%5C%5C%22%40%5C%5C%5C%22%3D%3D%3Dt%3Fl%3D4%3Ay())%7Dfunction%20g(e)%7B%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3De%3Fl%3D3%3A%5C%5C%5C%22%40%5C%5C%5C%22%3D%3D%3De%3Fl%3D4%3Ar.test(e)%7C%7Cy()%7Dfunction%20d(e)%7B%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3De%3Fy()%3A%5C%5C%5C%22%40%5C%5C%5C%22%3D%3D%3De%3Fy()%3Ar.test(e)%3Fl%3D2%3Ay()%7Dfunction%20m(e)%7Bnt.test(e)%3Fl%3D5%3Ay()%7Dfunction%20b(e)%7B%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3De%3Fl%3D7%3A%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3Fl%3D6%3Ant.test(e)%7C%7Cx()%7Dfunction%20v(e)%7B%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%7C%7C%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3De%3Fx()%3Ant.test(e)%3Fl%3D5%3Ax()%7Dfunction%20k(e)%7B%5C%5C%5C%22.%5C%5C%5C%22%3D%3D%3De%7C%7C%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3Fx()%3Ant.test(e)%3F(l%3D5%2Cc%3Dnew%20it(Ne(%7B%7D%2Cc%2C%7BhasDomainDot%3A!0%7D)))%3Ax()%7Dfunction%20A(e)%7Bvoid%200%3D%3D%3De%26%26(e%3D2)%2Cl%3De%2Cc%3Dnew%20it(%7Bidx%3Au%7D)%7Dfunction%20y()%7Bl%3D0%2Cc%3Di%7Dfunction%20x()%7Bif(c.hasDomainDot)%7Bvar%20r%3De.slice(c.idx%2Cu)%3B%2F%5B-.%5D%24%2F.test(r)%26%26(r%3Dr.slice(0%2C-1))%3Bvar%20s%3Dc.hasMailtoPrefix%3Fr.slice(%5C%5C%5C%22mailto%3A%5C%5C%5C%22.length)%3Ar%3B(function(e)%7Bvar%20t%3D(e.split(%5C%5C%5C%22.%5C%5C%5C%22).pop()%7C%7C%5C%5C%5C%22%5C%5C%5C%22).toLowerCase()%3Breturn%20n.test(t)%7D)(s)%26%26o.push(new%20ze(%7BtagBuilder%3At%2CmatchedText%3Ar%2Coffset%3Ac.idx%2Cemail%3As%7D))%7Dy()%7D%7D%2Ct%7D(Ue)%2Cit%3Dfunction(e)%7Bvoid%200%3D%3D%3De%26%26(e%3D%7B%7D)%2Cthis.idx%3Dvoid%200!%3D%3De.idx%3Fe.idx%3A-1%2Cthis.hasMailtoPrefix%3D!!e.hasMailtoPrefix%2Cthis.hasDomainDot%3D!!e.hasDomainDot%7D%2Cat%3Dfunction()%7Bfunction%20e()%7B%7Dreturn%20e.isValid%3Dfunction(e%2Ct)%7Breturn!(t%26%26!this.isValidUriScheme(t)%7C%7Cthis.urlMatchDoesNotHaveProtocolOrDot(e%2Ct)%7C%7Cthis.urlMatchDoesNotHaveAtLeastOneWordChar(e%2Ct)%26%26!this.isValidIpAddress(e)%7C%7Cthis.containsMultipleDots(e))%7D%2Ce.isValidIpAddress%3Dfunction(e)%7Bvar%20t%3Dnew%20RegExp(this.hasFullProtocolRegex.source%2Bthis.ipRegex.source)%3Breturn%20null!%3D%3De.match(t)%7D%2Ce.containsMultipleDots%3Dfunction(e)%7Bvar%20t%3De%3Breturn%20this.hasFullProtocolRegex.test(e)%26%26(t%3De.split(%5C%5C%5C%22%3A%2F%2F%5C%5C%5C%22)%5B1%5D)%2Ct.split(%5C%5C%5C%22%2F%5C%5C%5C%22)%5B0%5D.indexOf(%5C%5C%5C%22..%5C%5C%5C%22)%3E-1%7D%2Ce.isValidUriScheme%3Dfunction(e)%7Bvar%20t%3De.match(this.uriSchemeRegex)%2Cr%3Dt%26%26t%5B0%5D.toLowerCase()%3Breturn%5C%5C%5C%22javascript%3A%5C%5C%5C%22!%3D%3Dr%26%26%5C%5C%5C%22vbscript%3A%5C%5C%5C%22!%3D%3Dr%7D%2Ce.urlMatchDoesNotHaveProtocolOrDot%3Dfunction(e%2Ct)%7Breturn!(!e%7C%7Ct%26%26this.hasFullProtocolRegex.test(t)%7C%7C-1!%3D%3De.indexOf(%5C%5C%5C%22.%5C%5C%5C%22))%7D%2Ce.urlMatchDoesNotHaveAtLeastOneWordChar%3Dfunction(e%2Ct)%7Breturn!(!e%7C%7C!t)%26%26!this.hasWordCharAfterProtocolRegex.test(e)%7D%2Ce.hasFullProtocolRegex%3D%2F%5E%5BA-Za-z%5D%5B-.%2BA-Za-z0-9%5D*%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F%2F%2Ce.uriSchemeRegex%3D%2F%5E%5BA-Za-z%5D%5B-.%2BA-Za-z0-9%5D*%3A%2F%2Ce.hasWordCharAfterProtocolRegex%3Dnew%20RegExp(%5C%5C%5C%22%3A%5B%5E%5C%5C%5C%5C%5C%5C%5C%5Cs%5D*%3F%5B%5C%5C%5C%22%2BWe%2B%5C%5C%5C%22%5D%5C%5C%5C%22)%2Ce.ipRegex%3D%2F%5B0-9%5D%5B0-9%5D%3F%5B0-9%5D%3F%5C%5C%5C%5C.%5B0-9%5D%5B0-9%5D%3F%5B0-9%5D%3F%5C%5C%5C%5C.%5B0-9%5D%5B0-9%5D%3F%5B0-9%5D%3F%5C%5C%5C%5C.%5B0-9%5D%5B0-9%5D%3F%5B0-9%5D%3F(%3A%5B0-9%5D*)%3F%5C%5C%5C%5C%2F%3F%24%2F%2Ce%7D()%2Cut%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%2Cn%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20n.stripPrefix%3D%7Bscheme%3A!0%2Cwww%3A!0%7D%2Cn.stripTrailingSlash%3D!0%2Cn.decodePercentEncoding%3D!0%2Cn.matcherRegex%3D(r%3Dnew%20RegExp(%5C%5C%5C%22%5B%2F%3F%23%5D(%3F%3A%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C-%2B%26%40%23%2F%25%3D~_()%7C'%24*%5C%5C%5C%5C%5C%5C%5C%5C%5B%5C%5C%5C%5C%5C%5C%5C%5C%5D%3F!%3A%2C.%3B%E2%9C%93%5D*%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C-%2B%26%40%23%2F%25%3D~_()%7C'%24*%5C%5C%5C%5C%5C%5C%5C%5C%5B%5C%5C%5C%5C%5C%5C%5C%5C%5D%E2%9C%93%5D)%3F%5C%5C%5C%22)%2Cnew%20RegExp(%5B%5C%5C%5C%22(%3F%3A%5C%5C%5C%22%2C%5C%5C%5C%22(%5C%5C%5C%22%2C%2F(%3F%3A%5BA-Za-z%5D%5B-.%2BA-Za-z0-9%5D%7B0%2C63%7D%3A(%3F!%5BA-Za-z%5D%5B-.%2BA-Za-z0-9%5D%7B0%2C63%7D%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F)(%3F!%5C%5C%5C%5Cd%2B%5C%5C%5C%5C%2F%3F)(%3F%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F)%3F)%2F.source%2Crt(2)%2C%5C%5C%5C%22)%5C%5C%5C%22%2C%5C%5C%5C%22%7C%5C%5C%5C%22%2C%5C%5C%5C%22(%5C%5C%5C%22%2C%5C%5C%5C%22(%2F%2F)%3F%5C%5C%5C%22%2C%2F(%3F%3Awww%5C%5C%5C%5C.)%2F.source%2Crt(6)%2C%5C%5C%5C%22)%5C%5C%5C%22%2C%5C%5C%5C%22%7C%5C%5C%5C%22%2C%5C%5C%5C%22(%5C%5C%5C%22%2C%5C%5C%5C%22(%2F%2F)%3F%5C%5C%5C%22%2Crt(10)%2B%5C%5C%5C%22%5C%5C%5C%5C%5C%5C%5C%5C.%5C%5C%5C%22%2Cot.source%2C%5C%5C%5C%22(%3F!%5B-%5C%5C%5C%22%2BKe%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2C%5C%5C%5C%22)%5C%5C%5C%22%2C%5C%5C%5C%22)%5C%5C%5C%22%2C%5C%5C%5C%22(%3F%3A%3A%5B0-9%5D%2B)%3F%5C%5C%5C%22%2C%5C%5C%5C%22(%3F%3A%5C%5C%5C%22%2Br.source%2B%5C%5C%5C%22)%3F%5C%5C%5C%22%5D.join(%5C%5C%5C%22%5C%5C%5C%22)%2C%5C%5C%5C%22gi%5C%5C%5C%22))%2Cn.wordCharRegExp%3Dnew%20RegExp(%5C%5C%5C%22%5B%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%5C%5C%5C%22)%2Cn.stripPrefix%3Dt.stripPrefix%2Cn.stripTrailingSlash%3Dt.stripTrailingSlash%2Cn.decodePercentEncoding%3Dt.decodePercentEncoding%2Cn%7Dreturn%20Re(t%2Ce)%2Ct.prototype.parseMatches%3Dfunction(e)%7Bfor(var%20t%2Cr%3Dthis.matcherRegex%2Cn%3Dthis.stripPrefix%2Co%3Dthis.stripTrailingSlash%2Cs%3Dthis.decodePercentEncoding%2Ci%3Dthis.tagBuilder%2Ca%3D%5B%5D%2Cu%3Dfunction()%7Bvar%20r%3Dt%5B0%5D%2Cu%3Dt%5B1%5D%2Cc%3Dt%5B4%5D%2Cp%3Dt%5B5%5D%2Ch%3Dt%5B9%5D%2Cf%3Dt.index%2Cg%3Dp%7C%7Ch%2Cd%3De.charAt(f-1)%3Bif(!at.isValid(r%2Cu))return%5C%5C%5C%22continue%5C%5C%5C%22%3Bif(f%3E0%26%26%5C%5C%5C%22%40%5C%5C%5C%22%3D%3D%3Dd)return%5C%5C%5C%22continue%5C%5C%5C%22%3Bif(f%3E0%26%26g%26%26l.wordCharRegExp.test(d))return%5C%5C%5C%22continue%5C%5C%5C%22%3Bif(%2F%5C%5C%5C%5C%3F%24%2F.test(r)%26%26(r%3Dr.substr(0%2Cr.length-1))%2Cl.matchHasUnbalancedClosingParen(r))r%3Dr.substr(0%2Cr.length-1)%3Belse%7Bvar%20m%3Dl.matchHasInvalidCharAfterTld(r%2Cu)%3Bm%3E-1%26%26(r%3Dr.substr(0%2Cm))%7Dvar%20b%3D%5B%5C%5C%5C%22http%3A%2F%2F%5C%5C%5C%22%2C%5C%5C%5C%22https%3A%2F%2F%5C%5C%5C%22%5D.find(function(e)%7Breturn!!u%26%26-1!%3D%3Du.indexOf(e)%7D)%3Bif(b)%7Bvar%20v%3Dr.indexOf(b)%3Br%3Dr.substr(v)%2Cu%3Du.substr(v)%2Cf%2B%3Dv%7Dvar%20k%3Du%3F%5C%5C%5C%22scheme%5C%5C%5C%22%3Ac%3F%5C%5C%5C%22www%5C%5C%5C%22%3A%5C%5C%5C%22tld%5C%5C%5C%22%2CA%3D!!u%3Ba.push(new%20Oe(%7BtagBuilder%3Ai%2CmatchedText%3Ar%2Coffset%3Af%2CurlMatchType%3Ak%2Curl%3Ar%2CprotocolUrlMatch%3AA%2CprotocolRelativeMatch%3A!!g%2CstripPrefix%3An%2CstripTrailingSlash%3Ao%2CdecodePercentEncoding%3As%7D))%7D%2Cl%3Dthis%3Bnull!%3D%3D(t%3Dr.exec(e))%3B)u()%3Breturn%20a%7D%2Ct.prototype.matchHasUnbalancedClosingParen%3Dfunction(e)%7Bvar%20t%2Cr%3De.charAt(e.length-1)%3Bif(%5C%5C%5C%22)%5C%5C%5C%22%3D%3D%3Dr)t%3D%5C%5C%5C%22(%5C%5C%5C%22%3Belse%7Bif(%5C%5C%5C%22%5D%5C%5C%5C%22!%3D%3Dr)return!1%3Bt%3D%5C%5C%5C%22%5B%5C%5C%5C%22%7Dfor(var%20n%3D0%2Co%3D0%2Cs%3De.length-1%3Bo%3Cs%3Bo%2B%2B)%7Bvar%20i%3De.charAt(o)%3Bi%3D%3D%3Dt%3Fn%2B%2B%3Ai%3D%3D%3Dr%26%26(n%3DMath.max(n-1%2C0))%7Dreturn%200%3D%3D%3Dn%7D%2Ct.prototype.matchHasInvalidCharAfterTld%3Dfunction(e%2Ct)%7Bif(!e)return-1%3Bvar%20r%3D0%3Bt%26%26(r%3De.indexOf(%5C%5C%5C%22%3A%5C%5C%5C%22)%2Ce%3De.slice(r))%3Bvar%20n%3Dnew%20RegExp(%5C%5C%5C%22%5E((.%3F%2F%2F)%3F%5B-.%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D*%5B-%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%5C%5C%5C%5C%5C%5C%5C%5C.%5B-%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%2B)%5C%5C%5C%22).exec(e)%3Breturn%20null%3D%3D%3Dn%3F-1%3A(r%2B%3Dn%5B1%5D.length%2Ce%3De.slice(n%5B1%5D.length)%2C%2F%5E%5B%5E-.A-Za-z0-9%3A%5C%5C%5C%5C%2F%3F%23%5D%2F.test(e)%3Fr%3A-1)%7D%2Ct%7D(Ue)%2Clt%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.serviceName%3D%5C%5C%5C%22twitter%5C%5C%5C%22%2Cr.matcherRegex%3Dnew%20RegExp(%5C%5C%5C%22%23%5B_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%7B1%2C139%7D(%3F!%5B_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2C%5C%5C%5C%22g%5C%5C%5C%22)%2Cr.nonWordCharRegex%3Dnew%20RegExp(%5C%5C%5C%22%5B%5E%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%5C%5C%5C%22)%2Cr.serviceName%3Dt.serviceName%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.parseMatches%3Dfunction(e)%7Bfor(var%20t%2Cr%3Dthis.matcherRegex%2Cn%3Dthis.nonWordCharRegex%2Co%3Dthis.serviceName%2Cs%3Dthis.tagBuilder%2Ci%3D%5B%5D%3Bnull!%3D%3D(t%3Dr.exec(e))%3B)%7Bvar%20a%3Dt.index%2Cu%3De.charAt(a-1)%3Bif(0%3D%3D%3Da%7C%7Cn.test(u))%7Bvar%20l%3Dt%5B0%5D%2Cc%3Dt%5B0%5D.slice(1)%3Bi.push(new%20Pe(%7BtagBuilder%3As%2CmatchedText%3Al%2Coffset%3Aa%2CserviceName%3Ao%2Chashtag%3Ac%7D))%7D%7Dreturn%20i%7D%2Ct%7D(Ue)%2Cct%3Dfunction(e)%7Bfunction%20t()%7Bvar%20t%3Dnull!%3D%3De%26%26e.apply(this%2Carguments)%7C%7Cthis%3Breturn%20t.matcherRegex%3D%2F(%3F%3A(%3F%3A(%3F%3A(%5C%5C%5C%5C%2B)%3F%5C%5C%5C%5Cd%7B1%2C3%7D%5B-%5C%5C%5C%5C040.%5D%3F)%3F%5C%5C%5C%5C(%3F%5C%5C%5C%5Cd%7B3%7D%5C%5C%5C%5C)%3F%5B-%5C%5C%5C%5C040.%5D%3F%5C%5C%5C%5Cd%7B3%7D%5B-%5C%5C%5C%5C040.%5D%3F%5C%5C%5C%5Cd%7B4%7D)%7C(%3F%3A(%5C%5C%5C%5C%2B)(%3F%3A9%5B976%5D%5C%5C%5C%5Cd%7C8%5B987530%5D%5C%5C%5C%5Cd%7C6%5B987%5D%5C%5C%5C%5Cd%7C5%5B90%5D%5C%5C%5C%5Cd%7C42%5C%5C%5C%5Cd%7C3%5B875%5D%5C%5C%5C%5Cd%7C2%5B98654321%5D%5C%5C%5C%5Cd%7C9%5B8543210%5D%7C8%5B6421%5D%7C6%5B6543210%5D%7C5%5B87654321%5D%7C4%5B987654310%5D%7C3%5B9643210%5D%7C2%5B70%5D%7C7%7C1)%5B-%5C%5C%5C%5C040.%5D%3F(%3F%3A%5C%5C%5C%5Cd%5B-%5C%5C%5C%5C040.%5D%3F)%7B6%2C12%7D%5C%5C%5C%5Cd%2B))(%5B%2C%3B%5D%2B%5B0-9%5D%2B%23%3F)*%2Fg%2Ct%7Dreturn%20Re(t%2Ce)%2Ct.prototype.parseMatches%3Dfunction(e)%7Bfor(var%20t%2Cr%3Dthis.matcherRegex%2Cn%3Dthis.tagBuilder%2Co%3D%5B%5D%3Bnull!%3D%3D(t%3Dr.exec(e))%3B)%7Bvar%20s%3Dt%5B0%5D%2Ci%3Ds.replace(%2F%5B%5E0-9%2C%3B%23%5D%2Fg%2C%5C%5C%5C%22%5C%5C%5C%22)%2Ca%3D!(!t%5B1%5D%26%26!t%5B2%5D)%2Cu%3D0%3D%3Dt.index%3F%5C%5C%5C%22%5C%5C%5C%22%3Ae.substr(t.index-1%2C1)%2Cl%3De.substr(t.index%2Bs.length%2C1)%2Cc%3D!u.match(%2F%5C%5C%5C%5Cd%2F)%26%26!l.match(%2F%5C%5C%5C%5Cd%2F)%3Bthis.testMatch(t%5B3%5D)%26%26this.testMatch(s)%26%26c%26%26o.push(new%20Ie(%7BtagBuilder%3An%2CmatchedText%3As%2Coffset%3At.index%2Cnumber%3Ai%2CplusSign%3Aa%7D))%7Dreturn%20o%7D%2Ct.prototype.testMatch%3Dfunction(e)%7Breturn%2F%5C%5C%5C%5CD%2F.test(e)%7D%2Ct%7D(Ue)%2Cpt%3Dfunction(e)%7Bfunction%20t(t)%7Bvar%20r%3De.call(this%2Ct)%7C%7Cthis%3Breturn%20r.serviceName%3D%5C%5C%5C%22twitter%5C%5C%5C%22%2Cr.matcherRegexes%3D%7Btwitter%3Anew%20RegExp(%5C%5C%5C%22%40%5B_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%7B1%2C50%7D(%3F!%5B_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2C%5C%5C%5C%22g%5C%5C%5C%22)%2Cinstagram%3Anew%20RegExp(%5C%5C%5C%22%40%5B_.%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%7B1%2C30%7D(%3F!%5B_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2C%5C%5C%5C%22g%5C%5C%5C%22)%2Csoundcloud%3Anew%20RegExp(%5C%5C%5C%22%40%5B-_.%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%7B1%2C50%7D(%3F!%5B-_%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D)%5C%5C%5C%22%2C%5C%5C%5C%22g%5C%5C%5C%22)%7D%2Cr.nonWordCharRegex%3Dnew%20RegExp(%5C%5C%5C%22%5B%5E%5C%5C%5C%22%2BQe%2B%5C%5C%5C%22%5D%5C%5C%5C%22)%2Cr.serviceName%3Dt.serviceName%2Cr%7Dreturn%20Re(t%2Ce)%2Ct.prototype.parseMatches%3Dfunction(e)%7Bvar%20t%2Cr%3Dthis.serviceName%2Cn%3Dthis.matcherRegexes%5Bthis.serviceName%5D%2Co%3Dthis.nonWordCharRegex%2Cs%3Dthis.tagBuilder%2Ci%3D%5B%5D%3Bif(!n)return%20i%3Bfor(%3Bnull!%3D%3D(t%3Dn.exec(e))%3B)%7Bvar%20a%3Dt.index%2Cu%3De.charAt(a-1)%3Bif(0%3D%3D%3Da%7C%7Co.test(u))%7Bvar%20l%3Dt%5B0%5D.replace(%2F%5C%5C%5C%5C.%2B%24%2Fg%2C%5C%5C%5C%22%5C%5C%5C%22)%2Cc%3Dl.slice(1)%3Bi.push(new%20je(%7BtagBuilder%3As%2CmatchedText%3Al%2Coffset%3Aa%2CserviceName%3Ar%2Cmention%3Ac%7D))%7D%7Dreturn%20i%7D%2Ct%7D(Ue)%3Bfunction%20ht(e%2Ct)%7Bfor(var%20r%3Dt.onOpenTag%2Cn%3Dt.onCloseTag%2Co%3Dt.onText%2Cs%3Dt.onComment%2Ci%3Dt.onDoctype%2Ca%3Dnew%20ft%2Cu%3D0%2Cl%3De.length%2Cc%3D0%2Cp%3D0%2Ch%3Da%3Bu%3Cl%3B)%7Bvar%20f%3De.charAt(u)%3Bswitch(c)%7Bcase%200%3Ag(f)%3Bbreak%3Bcase%201%3Ad(f)%3Bbreak%3Bcase%202%3Ab(f)%3Bbreak%3Bcase%203%3Am(f)%3Bbreak%3Bcase%204%3Av(f)%3Bbreak%3Bcase%205%3Ak(f)%3Bbreak%3Bcase%206%3AA(f)%3Bbreak%3Bcase%207%3Ay(f)%3Bbreak%3Bcase%208%3Ax(f)%3Bbreak%3Bcase%209%3Aw(f)%3Bbreak%3Bcase%2010%3AC(f)%3Bbreak%3Bcase%2011%3AE(f)%3Bbreak%3Bcase%2012%3AD(f)%3Bbreak%3Bcase%2013%3A_()%3Bbreak%3Bcase%2014%3AB(f)%3Bbreak%3Bcase%2015%3Aq(f)%3Bbreak%3Bcase%2016%3AF(f)%3Bbreak%3Bcase%2017%3AM(f)%3Bbreak%3Bcase%2018%3AS(f)%3Bbreak%3Bcase%2019%3AT(f)%3Bbreak%3Bcase%2020%3AL(f)%3Bbreak%3Bdefault%3AFe(c)%7Du%2B%2B%7Dfunction%20g(e)%7B%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%26%26N()%7Dfunction%20d(e)%7B%5C%5C%5C%22!%5C%5C%5C%22%3D%3D%3De%3Fc%3D13%3A%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3F(c%3D2%2Ch%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7BisClosing%3A!0%7D)))%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3AHe.test(e)%3F(c%3D3%2Ch%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7BisOpening%3A!0%7D)))%3A(c%3D0%2Ch%3Da)%7Dfunction%20m(e)%7BGe.test(e)%3F(h%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7Bname%3AP()%7D))%2Cc%3D4)%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3A%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3F(h%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7Bname%3AP()%7D))%2Cc%3D12)%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3F(h%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7Bname%3AP()%7D))%2Cz())%3AHe.test(e)%7C%7CVe.test(e)%7C%7C%5C%5C%5C%22%3A%5C%5C%5C%22%3D%3D%3De%7C%7CR()%7Dfunction%20b(e)%7B%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3FR()%3AHe.test(e)%3Fc%3D3%3AR()%7Dfunction%20v(e)%7BGe.test(e)%7C%7C(%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3Fc%3D12%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3A%5C%5C%5C%22%3D%5C%5C%5C%22%3D%3D%3De%7C%7C%24e.test(e)%7C%7CZe.test(e)%3FR()%3Ac%3D5)%7Dfunction%20k(e)%7BGe.test(e)%3Fc%3D6%3A%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3Fc%3D12%3A%5C%5C%5C%22%3D%5C%5C%5C%22%3D%3D%3De%3Fc%3D7%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3A%24e.test(e)%26%26R()%7Dfunction%20A(e)%7BGe.test(e)%7C%7C(%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3Fc%3D12%3A%5C%5C%5C%22%3D%5C%5C%5C%22%3D%3D%3De%3Fc%3D7%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3A%24e.test(e)%3FR()%3Ac%3D5)%7Dfunction%20y(e)%7BGe.test(e)%7C%7C('%5C%5C%5C%22'%3D%3D%3De%3Fc%3D8%3A%5C%5C%5C%22'%5C%5C%5C%22%3D%3D%3De%3Fc%3D9%3A%2F%5B%3E%3D%60%5D%2F.test(e)%3FR()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3Ac%3D10)%7Dfunction%20x(e)%7B'%5C%5C%5C%22'%3D%3D%3De%26%26(c%3D11)%7Dfunction%20w(e)%7B%5C%5C%5C%22'%5C%5C%5C%22%3D%3D%3De%26%26(c%3D11)%7Dfunction%20C(e)%7BGe.test(e)%3Fc%3D4%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%26%26N()%7Dfunction%20E(e)%7BGe.test(e)%3Fc%3D4%3A%5C%5C%5C%22%2F%5C%5C%5C%22%3D%3D%3De%3Fc%3D12%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%3FN()%3A(c%3D4%2Cu--)%7Dfunction%20D(e)%7B%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3F(h%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7BisClosing%3A!0%7D))%2Cz())%3Ac%3D4%7Dfunction%20_(t)%7B%5C%5C%5C%22--%5C%5C%5C%22%3D%3D%3De.substr(u%2C2)%3F(u%2B%3D2%2Ch%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7Btype%3A%5C%5C%5C%22comment%5C%5C%5C%22%7D))%2Cc%3D14)%3A%5C%5C%5C%22DOCTYPE%5C%5C%5C%22%3D%3D%3De.substr(u%2C7).toUpperCase()%3F(u%2B%3D7%2Ch%3Dnew%20ft(Ne(%7B%7D%2Ch%2C%7Btype%3A%5C%5C%5C%22doctype%5C%5C%5C%22%7D))%2Cc%3D20)%3AR()%7Dfunction%20B(e)%7B%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3Fc%3D15%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3FR()%3Ac%3D16%7Dfunction%20q(e)%7B%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3Fc%3D18%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3FR()%3Ac%3D16%7Dfunction%20F(e)%7B%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%26%26(c%3D17)%7Dfunction%20M(e)%7Bc%3D%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3F18%3A16%7Dfunction%20S(e)%7B%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22!%5C%5C%5C%22%3D%3D%3De%3Fc%3D19%3A%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%7C%7C(c%3D16)%7Dfunction%20T(e)%7B%5C%5C%5C%22-%5C%5C%5C%22%3D%3D%3De%3Fc%3D17%3A%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3Ac%3D16%7Dfunction%20L(e)%7B%5C%5C%5C%22%3E%5C%5C%5C%22%3D%3D%3De%3Fz()%3A%5C%5C%5C%22%3C%5C%5C%5C%22%3D%3D%3De%26%26N()%7Dfunction%20R()%7Bc%3D0%2Ch%3Da%7Dfunction%20N()%7Bc%3D1%2Ch%3Dnew%20ft(%7Bidx%3Au%7D)%7Dfunction%20z()%7Bvar%20t%3De.slice(p%2Ch.idx)%3Bt%26%26o(t%2Cp)%2C%5C%5C%5C%22comment%5C%5C%5C%22%3D%3D%3Dh.type%3Fs(h.idx)%3A%5C%5C%5C%22doctype%5C%5C%5C%22%3D%3D%3Dh.type%3Fi(h.idx)%3A(h.isOpening%26%26r(h.name%2Ch.idx)%2Ch.isClosing%26%26n(h.name%2Ch.idx))%2CR()%2Cp%3Du%2B1%7Dfunction%20P()%7Bvar%20t%3Dh.idx%2B(h.isClosing%3F2%3A1)%3Breturn%20e.slice(t%2Cu).toLowerCase()%7Dp%3Cu%26%26function()%7Bvar%20t%3De.slice(p%2Cu)%3Bo(t%2Cp)%2Cp%3Du%2B1%7D()%7Dvar%20ft%3Dfunction(e)%7Bvoid%200%3D%3D%3De%26%26(e%3D%7B%7D)%2Cthis.idx%3Dvoid%200!%3D%3De.idx%3Fe.idx%3A-1%2Cthis.type%3De.type%7C%7C%5C%5C%5C%22tag%5C%5C%5C%22%2Cthis.name%3De.name%7C%7C%5C%5C%5C%22%5C%5C%5C%22%2Cthis.isOpening%3D!!e.isOpening%2Cthis.isClosing%3D!!e.isClosing%7D%2Cgt%3Dfunction()%7Bfunction%20e(t)%7Bvoid%200%3D%3D%3Dt%26%26(t%3D%7B%7D)%2Cthis.version%3De.version%2Cthis.urls%3D%7B%7D%2Cthis.email%3D!0%2Cthis.phone%3D!0%2Cthis.hashtag%3D!1%2Cthis.mention%3D!1%2Cthis.newWindow%3D!0%2Cthis.stripPrefix%3D%7Bscheme%3A!0%2Cwww%3A!0%7D%2Cthis.stripTrailingSlash%3D!0%2Cthis.decodePercentEncoding%3D!0%2Cthis.truncate%3D%7Blength%3A0%2Clocation%3A%5C%5C%5C%22end%5C%5C%5C%22%7D%2Cthis.className%3D%5C%5C%5C%22%5C%5C%5C%22%2Cthis.replaceFn%3Dnull%2Cthis.context%3Dvoid%200%2Cthis.matchers%3Dnull%2Cthis.tagBuilder%3Dnull%2Cthis.urls%3Dthis.normalizeUrlsCfg(t.urls)%2Cthis.email%3D%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20t.email%3Ft.email%3Athis.email%2Cthis.phone%3D%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20t.phone%3Ft.phone%3Athis.phone%2Cthis.hashtag%3Dt.hashtag%7C%7Cthis.hashtag%2Cthis.mention%3Dt.mention%7C%7Cthis.mention%2Cthis.newWindow%3D%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20t.newWindow%3Ft.newWindow%3Athis.newWindow%2Cthis.stripPrefix%3Dthis.normalizeStripPrefixCfg(t.stripPrefix)%2Cthis.stripTrailingSlash%3D%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20t.stripTrailingSlash%3Ft.stripTrailingSlash%3Athis.stripTrailingSlash%2Cthis.decodePercentEncoding%3D%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20t.decodePercentEncoding%3Ft.decodePercentEncoding%3Athis.decodePercentEncoding%3Bvar%20r%3Dthis.mention%3Bif(!1!%3D%3Dr%26%26%5C%5C%5C%22twitter%5C%5C%5C%22!%3D%3Dr%26%26%5C%5C%5C%22instagram%5C%5C%5C%22!%3D%3Dr%26%26%5C%5C%5C%22soundcloud%5C%5C%5C%22!%3D%3Dr)throw%20new%20Error(%5C%5C%5C%22invalid%20%60mention%60%20cfg%20-%20see%20docs%5C%5C%5C%22)%3Bvar%20n%3Dthis.hashtag%3Bif(!1!%3D%3Dn%26%26%5C%5C%5C%22twitter%5C%5C%5C%22!%3D%3Dn%26%26%5C%5C%5C%22facebook%5C%5C%5C%22!%3D%3Dn%26%26%5C%5C%5C%22instagram%5C%5C%5C%22!%3D%3Dn)throw%20new%20Error(%5C%5C%5C%22invalid%20%60hashtag%60%20cfg%20-%20see%20docs%5C%5C%5C%22)%3Bthis.truncate%3Dthis.normalizeTruncateCfg(t.truncate)%2Cthis.className%3Dt.className%7C%7Cthis.className%2Cthis.replaceFn%3Dt.replaceFn%7C%7Cthis.replaceFn%2Cthis.context%3Dt.context%7C%7Cthis%7Dreturn%20e.link%3Dfunction(t%2Cr)%7Breturn%20new%20e(r).link(t)%7D%2Ce.parse%3Dfunction(t%2Cr)%7Breturn%20new%20e(r).parse(t)%7D%2Ce.prototype.normalizeUrlsCfg%3Dfunction(e)%7Breturn%20null%3D%3De%26%26(e%3D!0)%2C%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20e%3F%7BschemeMatches%3Ae%2CwwwMatches%3Ae%2CtldMatches%3Ae%7D%3A%7BschemeMatches%3A%5C%5C%5C%22boolean%5C%5C%5C%22!%3Dtypeof%20e.schemeMatches%7C%7Ce.schemeMatches%2CwwwMatches%3A%5C%5C%5C%22boolean%5C%5C%5C%22!%3Dtypeof%20e.wwwMatches%7C%7Ce.wwwMatches%2CtldMatches%3A%5C%5C%5C%22boolean%5C%5C%5C%22!%3Dtypeof%20e.tldMatches%7C%7Ce.tldMatches%7D%7D%2Ce.prototype.normalizeStripPrefixCfg%3Dfunction(e)%7Breturn%20null%3D%3De%26%26(e%3D!0)%2C%5C%5C%5C%22boolean%5C%5C%5C%22%3D%3Dtypeof%20e%3F%7Bscheme%3Ae%2Cwww%3Ae%7D%3A%7Bscheme%3A%5C%5C%5C%22boolean%5C%5C%5C%22!%3Dtypeof%20e.scheme%7C%7Ce.scheme%2Cwww%3A%5C%5C%5C%22boolean%5C%5C%5C%22!%3Dtypeof%20e.www%7C%7Ce.www%7D%7D%2Ce.prototype.normalizeTruncateCfg%3Dfunction(e)%7Breturn%5C%5C%5C%22number%5C%5C%5C%22%3D%3Dtypeof%20e%3F%7Blength%3Ae%2Clocation%3A%5C%5C%5C%22end%5C%5C%5C%22%7D%3Afunction(e%2Ct)%7Bfor(var%20r%20in%20t)t.hasOwnProperty(r)%26%26void%200%3D%3D%3De%5Br%5D%26%26(e%5Br%5D%3Dt%5Br%5D)%3Breturn%20e%7D(e%7C%7C%7B%7D%2C%7Blength%3ANumber.POSITIVE_INFINITY%2Clocation%3A%5C%5C%5C%22end%5C%5C%5C%22%7D)%7D%2Ce.prototype.parse%3Dfunction(e)%7Bvar%20t%3Dthis%2Cr%3D%5B%5C%5C%5C%22a%5C%5C%5C%22%2C%5C%5C%5C%22style%5C%5C%5C%22%2C%5C%5C%5C%22script%5C%5C%5C%22%5D%2Cn%3D0%2Co%3D%5B%5D%3Breturn%20ht(e%2C%7BonOpenTag%3Afunction(e)%7Br.indexOf(e)%3E%3D0%26%26n%2B%2B%7D%2ConText%3Afunction(e%2Cr)%7Bif(0%3D%3D%3Dn)%7Bvar%20s%3Dfunction(e%2Ct)%7Bif(!t.global)throw%20new%20Error(%5C%5C%5C%22%60splitRegex%60%20must%20have%20the%20'g'%20flag%20set%5C%5C%5C%22)%3Bfor(var%20r%2Cn%3D%5B%5D%2Co%3D0%3Br%3Dt.exec(e)%3B)n.push(e.substring(o%2Cr.index))%2Cn.push(r%5B0%5D)%2Co%3Dr.index%2Br%5B0%5D.length%3Breturn%20n.push(e.substring(o))%2Cn%7D(e%2C%2F(%26nbsp%3B%7C%26%23160%3B%7C%26lt%3B%7C%26%2360%3B%7C%26gt%3B%7C%26%2362%3B%7C%26quot%3B%7C%26%2334%3B%7C%26%2339%3B)%2Fgi)%2Ci%3Dr%3Bs.forEach(function(e%2Cr)%7Bif(r%252%3D%3D0)%7Bvar%20n%3Dt.parseText(e%2Ci)%3Bo.push.apply(o%2Cn)%7Di%2B%3De.length%7D)%7D%7D%2ConCloseTag%3Afunction(e)%7Br.indexOf(e)%3E%3D0%26%26(n%3DMath.max(n-1%2C0))%7D%2ConComment%3Afunction(e)%7B%7D%2ConDoctype%3Afunction(e)%7B%7D%7D)%2Co%3Dthis.compactMatches(o)%2Co%3Dthis.removeUnwantedMatches(o)%7D%2Ce.prototype.compactMatches%3Dfunction(e)%7Be.sort(function(e%2Ct)%7Breturn%20e.getOffset()-t.getOffset()%7D)%3Bfor(var%20t%3D0%3Bt%3Ce.length-1%3Bt%2B%2B)%7Bvar%20r%3De%5Bt%5D%2Cn%3Dr.getOffset()%2Co%3Dr.getMatchedText().length%2Cs%3Dn%2Bo%3Bif(t%2B1%3Ce.length)%7Bif(e%5Bt%2B1%5D.getOffset()%3D%3D%3Dn)%7Bvar%20i%3De%5Bt%2B1%5D.getMatchedText().length%3Eo%3Ft%3At%2B1%3Be.splice(i%2C1)%3Bcontinue%7De%5Bt%2B1%5D.getOffset()%3Cs%26%26e.splice(t%2B1%2C1)%7D%7Dreturn%20e%7D%2Ce.prototype.removeUnwantedMatches%3Dfunction(e)%7Breturn%20this.hashtag%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22hashtag%5C%5C%5C%22%3D%3D%3De.getType()%7D)%2Cthis.email%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22email%5C%5C%5C%22%3D%3D%3De.getType()%7D)%2Cthis.phone%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22phone%5C%5C%5C%22%3D%3D%3De.getType()%7D)%2Cthis.mention%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22mention%5C%5C%5C%22%3D%3D%3De.getType()%7D)%2Cthis.urls.schemeMatches%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22url%5C%5C%5C%22%3D%3D%3De.getType()%26%26%5C%5C%5C%22scheme%5C%5C%5C%22%3D%3D%3De.getUrlMatchType()%7D)%2Cthis.urls.wwwMatches%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22url%5C%5C%5C%22%3D%3D%3De.getType()%26%26%5C%5C%5C%22www%5C%5C%5C%22%3D%3D%3De.getUrlMatchType()%7D)%2Cthis.urls.tldMatches%7C%7Cqe(e%2Cfunction(e)%7Breturn%5C%5C%5C%22url%5C%5C%5C%22%3D%3D%3De.getType()%26%26%5C%5C%5C%22tld%5C%5C%5C%22%3D%3D%3De.getUrlMatchType()%7D)%2Ce%7D%2Ce.prototype.parseText%3Dfunction(e%2Ct)%7Bvoid%200%3D%3D%3Dt%26%26(t%3D0)%2Ct%3Dt%7C%7C0%3Bfor(var%20r%3Dthis.getMatchers()%2Cn%3D%5B%5D%2Co%3D0%2Cs%3Dr.length%3Bo%3Cs%3Bo%2B%2B)%7Bfor(var%20i%3Dr%5Bo%5D.parseMatches(e)%2Ca%3D0%2Cu%3Di.length%3Ba%3Cu%3Ba%2B%2B)i%5Ba%5D.setOffset(t%2Bi%5Ba%5D.getOffset())%3Bn.push.apply(n%2Ci)%7Dreturn%20n%7D%2Ce.prototype.link%3Dfunction(e)%7Bif(!e)return%5C%5C%5C%22%5C%5C%5C%22%3Bfor(var%20t%3Dthis.parse(e)%2Cr%3D%5B%5D%2Cn%3D0%2Co%3D0%2Cs%3Dt.length%3Bo%3Cs%3Bo%2B%2B)%7Bvar%20i%3Dt%5Bo%5D%3Br.push(e.substring(n%2Ci.getOffset()))%2Cr.push(this.createMatchReturnVal(i))%2Cn%3Di.getOffset()%2Bi.getMatchedText().length%7Dreturn%20r.push(e.substring(n))%2Cr.join(%5C%5C%5C%22%5C%5C%5C%22)%7D%2Ce.prototype.createMatchReturnVal%3Dfunction(e)%7Bvar%20t%3Breturn%20this.replaceFn%26%26(t%3Dthis.replaceFn.call(this.context%2Ce))%2C%5C%5C%5C%22string%5C%5C%5C%22%3D%3Dtypeof%20t%3Ft%3A!1%3D%3D%3Dt%3Fe.getMatchedText()%3At%20instanceof%20Me%3Ft.toAnchorString()%3Ae.buildTag().toAnchorString()%7D%2Ce.prototype.getMatchers%3Dfunction()%7Bif(this.matchers)return%20this.matchers%3Bvar%20e%3Dthis.getTagBuilder()%2Ct%3D%5Bnew%20lt(%7BtagBuilder%3Ae%2CserviceName%3Athis.hashtag%7D)%2Cnew%20st(%7BtagBuilder%3Ae%7D)%2Cnew%20ct(%7BtagBuilder%3Ae%7D)%2Cnew%20pt(%7BtagBuilder%3Ae%2CserviceName%3Athis.mention%7D)%2Cnew%20ut(%7BtagBuilder%3Ae%2CstripPrefix%3Athis.stripPrefix%2CstripTrailingSlash%3Athis.stripTrailingSlash%2CdecodePercentEncoding%3Athis.decodePercentEncoding%7D)%5D%3Breturn%20this.matchers%3Dt%7D%2Ce.prototype.getTagBuilder%3Dfunction()%7Bvar%20e%3Dthis.tagBuilder%3Breturn%20e%7C%7C(e%3Dthis.tagBuilder%3Dnew%20Se(%7BnewWindow%3Athis.newWindow%2Ctruncate%3Athis.truncate%2CclassName%3Athis.className%7D))%2Ce%7D%2Ce.version%3D%5C%5C%5C%223.11.0%5C%5C%5C%22%2Ce.AnchorTagBuilder%3DSe%2Ce.HtmlTag%3DMe%2Ce.matcher%3D%7BEmail%3Ast%2CHashtag%3Alt%2CMatcher%3AUe%2CMention%3Apt%2CPhone%3Act%2CUrl%3Aut%7D%2Ce.match%3D%7BEmail%3Aze%2CHashtag%3APe%2CMatch%3ATe%2CMention%3Aje%2CPhone%3AIe%2CUrl%3AOe%7D%2Ce%7D()%2Cdt%3D%2Fwww%7C%40%7C%5C%5C%5C%5C%3A%5C%5C%5C%5C%2F%5C%5C%5C%5C%2F%2F%3Bfunction%20mt(e)%7Breturn%2F%5E%3C%5C%5C%5C%5C%2Fa%5C%5C%5C%5Cs*%3E%2Fi.test(e)%7Dfunction%20bt()%7Bvar%20e%3D%5B%5D%2Ct%3Dnew%20gt(%7BstripPrefix%3A!1%2Curl%3A!0%2Cemail%3A!0%2CreplaceFn%3Afunction(t)%7Bswitch(t.getType())%7Bcase%5C%5C%5C%22url%5C%5C%5C%22%3Ae.push(%7Btext%3At.matchedText%2Curl%3At.getUrl()%7D)%3Bbreak%3Bcase%5C%5C%5C%22email%5C%5C%5C%22%3Ae.push(%7Btext%3At.matchedText%2Curl%3A%5C%5C%5C%22mailto%3A%5C%5C%5C%22%2Bt.getEmail().replace(%2F%5Emailto%3A%2Fi%2C%5C%5C%5C%22%5C%5C%5C%22)%7D)%7Dreturn!1%7D%7D)%3Breturn%7Blinks%3Ae%2Cautolinker%3At%7D%7Dfunction%20vt(e)%7Bvar%20t%2Cr%2Cn%2Co%2Cs%2Ci%2Ca%2Cu%2Cl%2Cc%2Cp%2Ch%2Cf%2Cg%2Cd%3De.tokens%2Cm%3Dnull%3Bfor(r%3D0%2Cn%3Dd.length%3Br%3Cn%3Br%2B%2B)if(%5C%5C%5C%22inline%5C%5C%5C%22%3D%3D%3Dd%5Br%5D.type)for(p%3D0%2Ct%3D(o%3Dd%5Br%5D.children).length-1%3Bt%3E%3D0%3Bt--)if(%5C%5C%5C%22link_close%5C%5C%5C%22!%3D%3D(s%3Do%5Bt%5D).type)%7Bif(%5C%5C%5C%22htmltag%5C%5C%5C%22%3D%3D%3Ds.type%26%26(g%3Ds.content%2C%2F%5E%3Ca%5B%3E%5C%5C%5C%5Cs%5D%2Fi.test(g)%26%26p%3E0%26%26p--%2Cmt(s.content)%26%26p%2B%2B)%2C!(p%3E0)%26%26%5C%5C%5C%22text%5C%5C%5C%22%3D%3D%3Ds.type%26%26dt.test(s.content))%7Bif(m%7C%7C(h%3D(m%3Dbt()).links%2Cf%3Dm.autolinker)%2Ci%3Ds.content%2Ch.length%3D0%2Cf.link(i)%2C!h.length)continue%3Bfor(a%3D%5B%5D%2Cc%3Ds.level%2Cu%3D0%3Bu%3Ch.length%3Bu%2B%2B)e.inline.validateLink(h%5Bu%5D.url)%26%26((l%3Di.indexOf(h%5Bu%5D.text))%26%26a.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ai.slice(0%2Cl)%2Clevel%3Ac%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22link_open%5C%5C%5C%22%2Chref%3Ah%5Bu%5D.url%2Ctitle%3A%5C%5C%5C%22%5C%5C%5C%22%2Clevel%3Ac%2B%2B%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ah%5Bu%5D.text%2Clevel%3Ac%7D)%2Ca.push(%7Btype%3A%5C%5C%5C%22link_close%5C%5C%5C%22%2Clevel%3A--c%7D)%2Ci%3Di.slice(l%2Bh%5Bu%5D.text.length))%3Bi.length%26%26a.push(%7Btype%3A%5C%5C%5C%22text%5C%5C%5C%22%2Ccontent%3Ai%2Clevel%3Ac%7D)%2Cd%5Br%5D.children%3Do%3D%5B%5D.concat(o.slice(0%2Ct)%2Ca%2Co.slice(t%2B1))%7D%7Delse%20for(t--%3Bo%5Bt%5D.level!%3D%3Ds.level%26%26%5C%5C%5C%22link_open%5C%5C%5C%22!%3D%3Do%5Bt%5D.type%3B)t--%7De.Remarkable%3D_e%2Ce.linkify%3Dfunction(e)%7Be.core.ruler.push(%5C%5C%5C%22linkify%5C%5C%5C%22%2Cvt)%7D%2Ce.utils%3DA%2CObject.defineProperty(e%2C%5C%5C%5C%22__esModule%5C%5C%5C%22%2C%7Bvalue%3A!0%7D)%7D)%3B%5C%5Cn%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22%3A%20%5C%22application%2Fjavascript%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fremarkable.js%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22module-type%5C%22%3A%20%5C%22library%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fimages%2Fnew-markdown-button%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fimages%2Fnew-markdown-button%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FImage%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%3Csvg%20class%3D%5C%5C%5C%22tc-image-new-markdown-button%20tc-image-button%5C%5C%5C%22%20viewBox%3D%5C%5C%5C%220%200%20128%20128%5C%5C%5C%22%20width%3D%5C%5C%5C%2222pt%5C%5C%5C%22%20height%3D%5C%5C%5C%2222pt%5C%5C%5C%22%3E%5C%5Cn%20%20%20%20%3Cg%20fill-rule%3D%5C%5C%5C%22evenodd%5C%5C%5C%22%3E%5C%5Cn%20%20%20%20%20%20%20%20%3Crect%20x%3D%5C%5C%5C%2280%5C%5C%5C%22%20y%3D%5C%5C%5C%2296%5C%5C%5C%22%20width%3D%5C%5C%5C%2248%5C%5C%5C%22%20height%3D%5C%5C%5C%2216%5C%5C%5C%22%20rx%3D%5C%5C%5C%228%5C%5C%5C%22%3E%3C%2Frect%3E%5C%5Cn%20%20%20%20%20%20%20%20%3Crect%20x%3D%5C%5C%5C%2296%5C%5C%5C%22%20y%3D%5C%5C%5C%2280%5C%5C%5C%22%20width%3D%5C%5C%5C%2216%5C%5C%5C%22%20height%3D%5C%5C%5C%2248%5C%5C%5C%22%20rx%3D%5C%5C%5C%228%5C%5C%5C%22%3E%3C%2Frect%3E%5C%5Cn%20%20%20%20%20%20%20%20%3Cpath%20d%3D%5C%5C%5C%22M3.23876972%2C39.5396716%20C3.23876972%2C35.9653274%206.13586353%2C33.0691646%209.7141757%2C33.0691646%20L98.1283744%2C33.0691646%20C101.706101%2C33.0691646%20104.60378%2C35.9646626%20104.60378%2C39.5396716%20L104.60378%2C84.8296213%20C104.60378%2C88.4039654%20101.706687%2C91.3001282%2098.1283744%2C91.3001282%20L9.7141757%2C91.3001282%20C6.13644944%2C91.3001282%203.23876972%2C88.4046302%203.23876972%2C84.8296213%20L3.23876972%2C39.5396716%20L3.23876972%2C39.5396716%20Z%20M-2.15298617%2C39.5396716%20L-2.15298617%2C84.8296213%20C-2.15298617%2C91.3833243%203.15957363%2C96.6918841%209.7141757%2C96.6918841%20L98.1283744%2C96.6918841%20C104.684083%2C96.6918841%20109.995536%2C91.382138%20109.995536%2C84.8296213%20L109.995536%2C39.5396716%20C109.995536%2C32.9859686%20104.682977%2C27.6774087%2098.1283744%2C27.6774087%20L9.7141757%2C27.6774087%20C3.15846686%2C27.6774087%20-2.15298617%2C32.9871549%20-2.15298617%2C39.5396716%20Z%20M14.0222815%2C80.5166164%20L14.0222815%2C43.8526764%20L24.8057933%2C43.8526764%20L35.589305%2C57.3320661%20L46.3728168%2C43.8526764%20L57.1563286%2C43.8526764%20L57.1563286%2C80.5166164%20L46.3728168%2C80.5166164%20L46.3728168%2C59.4887685%20L35.589305%2C72.9681582%20L24.8057933%2C59.4887685%20L24.8057933%2C80.5166164%20L14.0222815%2C80.5166164%20Z%20M81.4192301%2C80.5166164%20L65.2439624%2C62.723822%20L76.0274742%2C62.723822%20L76.0274742%2C43.8526764%20L86.810986%2C43.8526764%20L86.810986%2C62.723822%20L97.5944978%2C62.723822%20L81.4192301%2C80.5166164%20Z%5C%5C%5C%22transform%3D%5C%5C%5C%22translate(53.921275%2C%2062.184646)%20rotate(-60.000000)%20translate(-53.921275%2C%20-62.184646)%20%5C%5C%5C%22%3E%3C%2Fpath%3E%5C%5Cn%20%20%20%20%3C%2Fg%3E%5C%5Cn%3C%2Fsvg%3E%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fnew-markdown-button%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fnew-markdown-button%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22tags%5C%22%3A%20%5C%22%24%3A%2Ftags%2FPageControls%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22caption%5C%22%3A%20%5C%22%7B%7B%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fimages%2Fnew-markdown-button%7D%7D%20%7B%7B%24%3A%2Flanguage%2FButtons%2FNewMarkdown%2FCaption%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22description%5C%22%3A%20%5C%22%7B%7B%24%3A%2Flanguage%2FButtons%2FNewMarkdown%2FHint%7D%7D%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22list-after%5C%22%3A%20%5C%22%24%3A%2Fcore%2Fui%2FButtons%2Fnew-tiddler%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%5C%5C%5C%5Cwhitespace%20trim%5C%5Cn%3C%24button%20tooltip%3D%7B%7B%24%3A%2Flanguage%2FButtons%2FNewMarkdown%2FHint%7D%7D%20aria-label%3D%7B%7B%24%3A%2Flanguage%2FButtons%2FNewMarkdown%2FCaption%7D%7D%20class%3D%3C%3Ctv-config-toolbar-class%3E%3E%3E%5C%5Cn%3C%24action-sendmessage%20%24message%3D%5C%5C%5C%22tm-new-tiddler%5C%5C%5C%22%20type%3D%5C%5C%5C%22text%2Fx-markdown%5C%5C%5C%22%2F%3E%5C%5Cn%3C%24list%20filter%3D%5C%5C%5C%22%5B%3Ctv-config-toolbar-icons%3Ematch%5Byes%5D%5D%5C%5C%5C%22%3E%5C%5Cn%7B%7B%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fimages%2Fnew-markdown-button%7D%7D%5C%5Cn%3C%2F%24list%3E%5C%5Cn%3C%24list%20filter%3D%5C%5C%5C%22%5B%3Ctv-config-toolbar-text%3Ematch%5Byes%5D%5D%5C%5C%5C%22%3E%5C%5Cn%3Cspan%20class%3D%5C%5C%5C%22tc-btn-text%5C%5C%5C%22%3E%3C%24text%20text%3D%7B%7B%24%3A%2Flanguage%2FButtons%2FNewMarkdown%2FCaption%7D%7D%2F%3E%3C%2Fspan%3E%5C%5Cn%3C%2F%24list%3E%5C%5Cn%3C%2F%24button%3E%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Freadme%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Freadme%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22This%20is%20a%20TiddlyWiki%20plugin%20for%20parsing%20Markdown%20text%2C%20using%20the%20%5B%5BRemarkable%7Chttps%3A%2F%2Fgithub.com%2Fjonschlinkert%2Fremarkable%5D%5D%20library.%5C%5Cn%5C%5CnIt%20is%20completely%20self-contained%2C%20and%20doesn't%20need%20an%20Internet%20connection%20in%20order%20to%20work.%20It%20works%20both%20in%20the%20browser%20and%20under%20Node.js.%5C%5Cn%5C%5Cn%5B%5BSource%20code%7Chttps%3A%2F%2Fgithub.com%2FJermolene%2FTiddlyWiki5%2Fblob%2Fmaster%2Fplugins%2Ftiddlywiki%2Fmarkdown%5D%5D%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fusage%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fusage%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22!%20Plugin%20Configuration%5C%5Cn%5C%5Cn%7C!Config%20%7C!Default%20%7C!Description%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5Bbreaks%7C%24%3A%2Fconfig%2Fmarkdown%2Fbreaks%5D%5D%3C%2Fcode%3E%7C%20%60%60false%60%60%7CRemarkable%20library%20config%3A%20Convert%20'%5C%5C%5C%5Cn'%20in%20paragraphs%20into%20%60%60%3Cbr%3E%60%60%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5Blinkify%7C%24%3A%2Fconfig%2Fmarkdown%2Flinkify%5D%5D%3C%2Fcode%3E%7C%20%60%60false%60%60%7CRemarkable%20library%20config%3A%20Autoconvert%20URL-like%20text%20to%20links%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5BlinkNewWindow%7C%24%3A%2Fconfig%2Fmarkdown%2FlinkNewWindow%5D%5D%3C%2Fcode%3E%7C%20%60%60true%60%60%7CFor%20external%20links%2C%20should%20clicking%20on%20them%20open%20a%20new%20window%2Ftab%20automatically%3F%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5Bquotes%7C%24%3A%2Fconfig%2Fmarkdown%2Fquotes%5D%5D%3C%2Fcode%3E%7C%20%60%60%E2%80%9C%E2%80%9D%E2%80%98%E2%80%99%60%60%7CRemarkable%20library%20config%3A%20Double%20%2B%20single%20quotes%20replacement%20pairs%2C%20when%20%60%60typographer%60%60%20enabled%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5BrenderWikiText%7C%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiText%5D%5D%3C%2Fcode%3E%7C%20%60%60true%60%60%7CAfter%20Markdown%20is%20parsed%2C%20should%20any%20text%20elements%20be%20handed%20off%20to%20the%20~WikiText%20parser%20for%20further%20processing%3F%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5BrenderWikiTextPragma%7C%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiTextPragma%5D%5D%3C%2Fcode%3E%7C%20%60%60%5C%5C%5C%5Crules%20only%20html%20image%20macrocallinline%20syslink%20transcludeinline%20wikilink%20filteredtranscludeblock%20macrocallblock%20transcludeblock%60%60%7CWhen%20handing%20off%20to%20the%20~WikiText%20parser%2C%20what%20pragma%20rules%20should%20it%20follow%3F%20%7C%5C%5Cn%7C%20%3Ccode%3E%5B%5Btypographer%7C%24%3A%2Fconfig%2Fmarkdown%2Ftypographer%5D%5D%3C%2Fcode%3E%7C%20%60%60false%60%60%7CRemarkable%20library%20config%3A%20Enable%20some%20language-neutral%20replacement%20%2B%20quotes%20beautification%20%7C%5C%5Cn%5C%5Cn!%20Creating%20~WikiLinks%5C%5Cn%5C%5CnCreate%20wiki%20links%20with%20the%20usual%20Markdown%20link%20syntax%20targeting%20%60%23%60%20and%20the%20target%20tiddler%20title%3A%5C%5Cn%5C%5Cn%60%60%60%5C%5Cn%5Blink%20text%5D(%23TiddlerTitle)%5C%5Cn%60%60%60%5C%5Cn%5C%5CnIf%20the%20target%20tiddler%20has%20a%20space%20in%20its%20name%2C%20that%20name%20must%20be%20URL-escaped%20to%20be%20detected%20as%20a%20URL%3A%5C%5Cn%5C%5Cn%60%60%60%5C%5Cn%5Blink%20text%5D(%23Test%2520Tiddler)%5C%5Cn%60%60%60%5C%5Cn%5C%5Cn!%20Images%5C%5Cn%5C%5CnMarkdown%20image%20syntax%20can%20be%20used%20to%20reference%20images%20by%20tiddler%20title%20or%20an%20external%20URI.%20For%20example%3A%5C%5Cn%5C%5Cn%60%60%60%5C%5Cn!%5Balt%20text%5D(%2Fpath%2Fto%2Fimg.jpg%20%5C%5C%5C%22Title%5C%5C%5C%22)%5C%5Cn%5C%5Cn!%5Balt%20text%5D(Motovun%20Jack.jpg%20%5C%5C%5C%22Title%5C%5C%5C%22)%5C%5Cn%60%60%60%5C%5Cn%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%2C%5Cn%20%20%20%20%20%20%20%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fwrapper.js%5C%22%3A%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22%3A%20%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fwrapper.js%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22%3A%20%5C%22%2F*%5C%5C%5C%5C%5C%5Cntitle%3A%20%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fwrapper.js%5C%5Cntype%3A%20application%2Fjavascript%5C%5Cnmodule-type%3A%20parser%5C%5Cn%5C%5CnWraps%20up%20the%20remarkable%20parser%20for%20use%20as%20a%20Parser%20in%20TiddlyWiki%5C%5Cn%5C%5Cn%5C%5C%5C%5C*%2F%5C%5Cn(function()%7B%5C%5Cn%5C%5Cn%2F*jslint%20node%3A%20true%2C%20browser%3A%20true%20*%2F%5C%5Cn%2F*global%20%24tw%3A%20false%20*%2F%5C%5Cn%5C%5C%5C%22use%20strict%5C%5C%5C%22%3B%5C%5Cn%5C%5Cnconst%20%7B%20Remarkable%2C%20linkify%2C%20utils%20%7D%20%3D%20require(%5C%5C%5C%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%2Fremarkable.js%5C%5C%5C%22)%3B%5C%5Cn%5C%5Cn%2F%2F%2F%2F%2F%20Set%20up%20configuration%20options%20%2F%2F%2F%2F%2F%5C%5Cnfunction%20parseAsBoolean(tiddlerName)%20%7B%5C%5Cn%5C%5Ctreturn%20%24tw.wiki.getTiddlerText(tiddlerName).toLowerCase()%20%3D%3D%3D%20%5C%5C%5C%22true%5C%5C%5C%22%3B%5C%5Cn%7D%5C%5Cnvar%20pluginOpts%20%3D%20%7B%5C%5Cn%5C%5CtlinkNewWindow%3A%20parseAsBoolean(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2FlinkNewWindow%5C%5C%5C%22)%2C%5C%5Cn%5C%5CtrenderWikiText%3A%20parseAsBoolean(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiText%5C%5C%5C%22)%2C%5C%5Cn%5C%5CtrenderWikiTextPragma%3A%20%24tw.wiki.getTiddlerText(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2FrenderWikiTextPragma%5C%5C%5C%22).trim()%5C%5Cn%7D%3B%5C%5Cnvar%20remarkableOpts%20%3D%20%7B%5C%5Cn%5C%5Ctbreaks%3A%20parseAsBoolean(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fbreaks%5C%5C%5C%22)%2C%5C%5Cn%5C%5Ctquotes%3A%20%24tw.wiki.getTiddlerText(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2Fquotes%5C%5C%5C%22)%2C%5C%5Cn%5C%5Cttypographer%3A%20parseAsBoolean(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2Ftypographer%5C%5C%5C%22)%5C%5Cn%7D%3B%5C%5Cn%5C%5Cnvar%20md%20%3D%20new%20Remarkable(remarkableOpts)%3B%5C%5Cn%5C%5Cnif%20(parseAsBoolean(%5C%5C%5C%22%24%3A%2Fconfig%2Fmarkdown%2Flinkify%5C%5C%5C%22))%20%7B%5C%5Cn%5C%5Ctmd%20%3D%20md.use(linkify)%3B%5C%5Cn%7D%5C%5Cn%5C%5Cnfunction%20findTagWithType(nodes%2C%20startPoint%2C%20type%2C%20level)%20%7B%5C%5Cn%5C%5Ctfor%20(var%20i%20%3D%20startPoint%3B%20i%20%3C%20nodes.length%3B%20i%2B%2B)%20%7B%5C%5Cn%5C%5Ct%5C%5Ctif%20(nodes%5Bi%5D.type%20%3D%3D%3D%20type%20%26%26%20nodes%5Bi%5D.level%20%3D%3D%3D%20level)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctreturn%20i%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%7D%5C%5Cn%5C%5Ctreturn%20false%3B%5C%5Cn%7D%5C%5Cn%5C%5Cn%2F**%5C%5Cn%20*%20Remarkable%20creates%20nodes%20that%20look%20like%3A%5C%5Cn%20*%20%5B%5C%5Cn%20*%20%20%20%7B%20type%3A%20'paragraph_open'%7D%2C%5C%5Cn%20*%20%20%20%7B%20type%3A%20'inline'%2C%20content%3A%20'Hello%20World'%2C%20children%3A%5B%7Btype%3A%20'text'%2C%20content%3A%20'Hello%20World'%7D%5D%7D%2C%5C%5Cn%20*%20%20%20%7B%20type%3A%20'paragraph_close'%7D%5C%5Cn%20*%20%5D%5C%5Cn%20*%5C%5Cn%20*%20But%20TiddlyWiki%20wants%20the%20Parser%20(https%3A%2F%2Ftiddlywiki.com%2Fdev%2Fstatic%2FParser.html)%20to%20emit%20nodes%20like%3A%5C%5Cn%20*%5C%5Cn%20*%20%5B%5C%5Cn%20*%20%20%20%7B%20type%3A%20'element'%2C%20tag%3A%20'p'%2C%20children%3A%20%5B%7Btype%3A%20'text'%2C%20text%3A%20'Hello%20World'%7D%5D%7D%5C%5Cn%20*%20%5D%5C%5Cn%20*%2F%5C%5Cnfunction%20convertNodes(remarkableTree%2C%20isStartOfInline)%20%7B%5C%5Cn%5C%5Ctlet%20out%20%3D%20%5B%5D%3B%5C%5Cn%5C%5Cn%5C%5Ctfunction%20wrappedElement(elementTag%2C%20currentIndex%2C%20currentLevel%2C%20closingType%2C%20nodes)%20%7B%5C%5Cn%5C%5Ct%5C%5Ctvar%20j%20%3D%20findTagWithType(nodes%2C%20currentIndex%20%2B%201%2C%20closingType%2C%20currentLevel)%3B%5C%5Cn%5C%5Ct%5C%5Ctif%20(j%20%3D%3D%3D%20false)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctconsole.error(%5C%5C%5C%22Failed%20to%20find%20a%20%5C%5C%5C%22%20%2B%20closingType%20%2B%20%5C%5C%5C%22%20node%20after%20position%20%5C%5C%5C%22%20%2B%20currentIndex)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctconsole.log(nodes)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctreturn%20currentIndex%20%2B%201%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ctlet%20children%20%3D%20convertNodes(nodes.slice(currentIndex%20%2B%201%2C%20j))%3B%5C%5Cn%5C%5Cn%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22element%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cttag%3A%20elementTag%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctchildren%3A%20children%5C%5Cn%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ctreturn%20j%3B%5C%5Cn%5C%5Ct%7D%5C%5Cn%5C%5Cn%5C%5Ctfor%20(var%20i%20%3D%200%3B%20i%20%3C%20remarkableTree.length%3B%20i%2B%2B)%20%7B%5C%5Cn%5C%5Ct%5C%5Ctvar%20currentNode%20%3D%20remarkableTree%5Bi%5D%3B%5C%5Cn%5C%5Ct%5C%5Ctif%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22paragraph_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement(%5C%5C%5C%22p%5C%5C%5C%22%2C%20i%2C%20currentNode.level%2C%20%5C%5C%5C%22paragraph_close%5C%5C%5C%22%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22heading_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement(%5C%5C%5C%22h%5C%5C%5C%22%20%2B%20currentNode.hLevel%2C%20i%2C%20currentNode.level%2C%20%5C%5C%5C%22heading_close%5C%5C%5C%22%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22bullet_list_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement(%5C%5C%5C%22ul%5C%5C%5C%22%2C%20i%2C%20currentNode.level%2C%20%5C%5C%5C%22bullet_list_close%5C%5C%5C%22%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%20'ordered_list_open')%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement('ol'%2C%20i%2C%20currentNode.level%2C'ordered_list_close'%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22list_item_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement(%5C%5C%5C%22li%5C%5C%5C%22%2C%20i%2C%20currentNode.level%2C%20%5C%5C%5C%22list_item_close%5C%5C%5C%22%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22link_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctvar%20j%20%3D%20findTagWithType(remarkableTree%2C%20i%20%2B%201%2C%20%5C%5C%5C%22link_close%5C%5C%5C%22%2C%20currentNode.level)%3B%5C%5Cn%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctif%20(currentNode.href%5B0%5D%20!%3D%3D%20%5C%5C%5C%22%23%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20External%20link%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctvar%20attributes%20%3D%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cthref%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20currentNode.href%20%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctif%20(pluginOpts.linkNewWindow)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctattributes.target%20%3D%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20%5C%5C%5C%22_blank%5C%5C%5C%22%20%7D%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22element%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttag%3A%20%5C%5C%5C%22a%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctattributes%3A%20attributes%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctchildren%3A%20convertNodes(remarkableTree.slice(i%20%2B%201%2C%20j))%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D%20else%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20Internal%20link%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22link%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctattributes%3A%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctto%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20decodeURI(currentNode.href.substr(1))%20%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctchildren%3A%20convertNodes(remarkableTree.slice(i%20%2B%201%2C%20j))%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20j%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type.substr(currentNode.type.length%20-%205)%20%3D%3D%3D%20%5C%5C%5C%22_open%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctvar%20tagName%20%3D%20currentNode.type.substr(0%2C%20currentNode.type.length%20-%205)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Cti%20%3D%20wrappedElement(tagName%2C%20i%2C%20currentNode.level%2C%20tagName%20%2B%20%5C%5C%5C%22_close%5C%5C%5C%22%2C%20remarkableTree)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22code%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22element%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttag%3A%20currentNode.block%20%3F%20%5C%5C%5C%22pre%5C%5C%5C%22%20%3A%20%5C%5C%5C%22code%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctchildren%3A%20%5B%7B%20type%3A%20%5C%5C%5C%22text%5C%5C%5C%22%2C%20text%3A%20currentNode.content%20%7D%5D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22fence%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22codeblock%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctattributes%3A%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctlanguage%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20currentNode.params%20%7D%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctcode%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20currentNode.content%20%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22image%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22image%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctattributes%3A%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttooltip%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20currentNode.alt%20%7D%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctsource%3A%20%7B%20type%3A%20%5C%5C%5C%22string%5C%5C%5C%22%2C%20value%3A%20currentNode.src%20%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22softbreak%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22element%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttag%3A%20%5C%5C%5C%22br%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%20'hr')%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20'element'%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttag%3A%20'hr'%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22inline%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout%20%3D%20out.concat(convertNodes(currentNode.children%2C%20true))%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20if%20(currentNode.type%20%3D%3D%3D%20%5C%5C%5C%22text%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctif%20(!pluginOpts.renderWikiText)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22text%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttext%3A%20currentNode.content%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D%20else%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20The%20Markdown%20compiler%20thinks%20this%20is%20just%20text.%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20Hand%20off%20to%20the%20WikiText%20parser%20to%20see%20if%20there's%20more%20to%20render%5C%5Cn%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20If%20we're%20inside%20a%20block%20element%20(div%2C%20p%2C%20td%2C%20h1)%2C%20and%20this%20is%20the%20first%20child%20in%20the%20tree%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20handle%20as%20a%20block-level%20parse.%20Otherwise%20not.%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctvar%20parseAsInline%20%3D%20!(isStartOfInline%20%26%26%20i%20%3D%3D%3D%200)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctvar%20textToParse%20%3D%20currentNode.content%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctif%20(pluginOpts.renderWikiTextPragma%20!%3D%3D%20%5C%5C%5C%22%5C%5C%5C%22)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5CttextToParse%20%3D%20pluginOpts.renderWikiTextPragma%20%2B%20%5C%5C%5C%22%5C%5C%5C%5Cn%5C%5C%5C%22%20%2B%20textToParse%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctvar%20wikiParser%20%3D%20%24tw.wiki.parseText(%5C%5C%5C%22text%2Fvnd.tiddlywiki%5C%5C%5C%22%2C%20textToParse%2C%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5CtparseAsInline%3A%20parseAsInline%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctvar%20rs%20%3D%20wikiParser.tree%3B%5C%5Cn%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20If%20we%20parsed%20as%20a%20block%2C%20but%20the%20root%20element%20the%20WikiText%20parser%20gave%20is%20a%20paragraph%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20we%20should%20discard%20the%20paragraph%2C%20since%20the%20way%20Remarkable%20nests%20its%20nodes%2C%20this%20%5C%5C%5C%22inline%5C%5C%5C%22%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20node%20is%20always%20inside%20something%20else%20that's%20a%20block-level%20element%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctif%20(!parseAsInline%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%26%26%20rs.length%20%3D%3D%3D%201%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%26%26%20rs%5B0%5D.type%20%3D%3D%3D%20%5C%5C%5C%22element%5C%5C%5C%22%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%26%26%20rs%5B0%5D.tag%20%3D%3D%3D%20%5C%5C%5C%22p%5C%5C%5C%22%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctrs%20%3D%20rs%5B0%5D.children%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%2F%2F%20If%20the%20original%20text%20element%20started%20with%20a%20space%2C%20add%20it%20back%20in%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctif%20(rs.length%20%3E%200%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%26%26%20rs%5B0%5D.type%20%3D%3D%3D%20%5C%5C%5C%22text%5C%5C%5C%22%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%26%26%20currentNode.content%5B0%5D%20%3D%3D%3D%20%5C%5C%5C%22%20%5C%5C%5C%22%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct)%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctrs%5B0%5D.text%20%3D%20%5C%5C%5C%22%20%5C%5C%5C%22%20%2B%20rs%5B0%5D.text%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Ctout%20%3D%20out.concat(rs)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%5C%5Ct%7D%20else%20%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctconsole.error(%5C%5C%5C%22Unknown%20node%20type%3A%20%5C%5C%5C%22%20%2B%20currentNode.type%2C%20currentNode)%3B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ctout.push(%7B%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttype%3A%20%5C%5C%5C%22text%5C%5C%5C%22%2C%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%5C%5Cttext%3A%20currentNode.content%5C%5Cn%5C%5Ct%5C%5Ct%5C%5Ct%7D)%3B%5C%5Cn%5C%5Ct%5C%5Ct%7D%5C%5Cn%5C%5Ct%7D%5C%5Cn%5C%5Ctreturn%20out%3B%5C%5Cn%7D%5C%5Cn%5C%5Cnvar%20MarkdownParser%20%3D%20function(type%2C%20text%2C%20options)%20%7B%5C%5Cn%5C%5Ctvar%20tree%20%3D%20md.parse(text%2C%20%7B%7D)%3B%5C%5Cn%5C%5Ct%2F%2Fconsole.debug(tree)%3B%5C%5Cn%5C%5Cttree%20%3D%20convertNodes(tree)%3B%5C%5Cn%5C%5Ct%2F%2Fconsole.debug(tree)%3B%5C%5Cn%5C%5Cn%5C%5Ctthis.tree%20%3D%20tree%3B%5C%5Cn%7D%3B%5C%5Cn%5C%5Cnexports%5B%5C%5C%5C%22text%2Fx-markdown%5C%5C%5C%22%5D%20%3D%20MarkdownParser%3B%5C%5Cn%5C%5Cn%7D)()%3B%5C%5Cn%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22%3A%20%5C%22application%2Fjavascript%5C%22%2C%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22module-type%5C%22%3A%20%5C%22parser%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%7D%22%2C%22version%22%3A%225.1.22-prerelease%22%2C%22type%22%3A%22application%2Fjson%22%2C%22title%22%3A%22%24%3A%2Fplugins%2Ftiddlywiki%2Fmarkdown%22%2C%22plugin-type%22%3A%22plugin%22%2C%22name%22%3A%22Markdown%22%2C%22list%22%3A%22readme%20usage%22%2C%22description%22%3A%22Markdown%20parser%20based%20on%20markdown-js%22%2C%22dependents%22%3A%22%22%7D%2C%7B%22created%22%3A%2220200204160625042%22%2C%22text%22%3A%22This%20tiddler%20is%20written%20in%20**Markdown**%2C%20which%20means%20that%20it%20uses%20the%20Markdown%20plugin.%20However%2C%20the%20plugin%20isn't%20loaded%20in%20this%20wiki%20by%20default%2C%20it's%20being%20loaded%20from%20the%20URL%20as%20part%20of%20the%20sharing%20payload.%22%2C%22tags%22%3A%22%22%2C%22title%22%3A%22This%20is%20a%20demo!%22%2C%22modified%22%3A%2220200204160706091%22%2C%22type%22%3A%22text%2Fx-markdown%22%7D%5D

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d66ab55d-f4bf-4bc3-9b44-18228b819d1e%40googlegroups.com.

Jeremy Ruston

unread,
Feb 4, 2020, 11:22:20 AM2/4/20
to TiddlyWiki
Sadly Google Groups fails to linkify URLs that contain round brackets (even though they are legal URL characters). However, I was able to make the link work by manually copying and pasting into the browser address bar.

Best wishes

Jeremy.

On 4 Feb 2020, at 16:14, Jeremy Ruston <jeremy...@gmail.com> wrote:

The “share” plugin is now published. The acid test is that you should be able to click the link at the bottom of this post and see something like the screenshot below.

To make your own share URLs, visit https://tiddlywiki.com/prerelease/share.html and follow the instructions:

1. Import/create your tiddlers
2. Verify that the correct tiddlers are listed
3. Click the “Generate” button to create the link

The plugin settings allow a different base URL to be specified, so Tony should be able to explore some of the experiments he’s discussed.

The code is here:


Let me know how you get on,

Best wishes

Jeremy.

<PastedGraphic-1.png>

Mark S.

unread,
Feb 4, 2020, 11:55:17 AM2/4/20
to tiddl...@googlegroups.com
What setting do I use if I want to make the empty edition the base?

I've tried variations on


and none of them produced the tiddler.

Also, is there a way that one or more of the included tiddlers could open in the story? Like a permalink? So that users wouldn't have to rummage through the "recent" tiddlers to get started.

Thanks!

Mat

unread,
Feb 4, 2020, 11:57:29 AM2/4/20
to TiddlyWiki
Jeremy Ruston wrote:
Sadly Google Groups fails to linkify URLs that contain round brackets

Appears to be double round closing brackets that causes problem. Still, very close!

However, I was able to make the link work by manually copying and pasting into the browser address bar.

When I do this, the second tiddler has the title "Filter error: Syntax error in filter expression"

Anyway, this only speaks for the need for an URL shortening service - which seems appropriate regardless because that link you posted fills up several pages in this discussion thread on the google group board (I don't know what service or device you're using so maybe you don't see it).

Here is a pretty link for test! (which will most likely give that "Filter error" I mentioned above since that is the url I'm copying.) ....Oooh as I pasted the link into the browser pretty-link dialogue the browser froze (do you want to Wait or Cancel).

<:-)

Ste Wilson

unread,
Feb 4, 2020, 1:30:15 PM2/4/20
to TiddlyWiki
Wow! You've itty.Biited tiddlywiki!

Ste Wilson

unread,
Feb 4, 2020, 1:33:15 PM2/4/20
to TiddlyWiki
https://bit.ly/37TuPOF seems to work!

Mat

unread,
Feb 4, 2020, 1:33:51 PM2/4/20
to TiddlyWiki
Following the sharing instructions, I first created a modified HelloThere and dragged it into the sharing wiki.

Here's the prettylink... hopefully working.

The url does not appear to include any double closing brackets so below is the explicit full link:

https://tiddlywiki.com/prerelease/share.html##%5B%7B%22created%22%3A%2220130822170200000%22%2C%22text%22%3A%22''Have%20you%20ever%20had%20the%20feeling%20that%20your%20head%20is%20not%20quite%20big%20enough%20to%20hold%20everything%20you%20need%20to%20remember%3F''%5Cn%5CnWelcome%20to%20TiddlyWiki%2C%20a%20unique%20%5B%5Bnon-linear%7CPhilosophy%20of%20Tiddlers%5D%5D%20notebook%20for%20%5B%5Bcapturing%7CCreating%20and%20editing%20tiddlers%5D%5D%2C%20%5B%5Borganising%7CStructuring%20TiddlyWiki%5D%5D%20and%20%5B%5Bsharing%7CSharing%20your%20tiddlers%20with%20others%5D%5D%20complex%20information.%5Cn%5CnUse%20it%20to%20keep%20your%20%5B%5Bto-do%20list%7CTaskManagementExample%5D%5D%2C%20to%20plan%20an%20%5B%5Bessay%20or%20novel%7C%5C%22TiddlyWiki%20for%20Scholars%5C%22%20by%20Alberto%20Molina%5D%5D%2C%20or%20to%20organise%20your%20wedding.%20Record%20every%20thought%20that%20crosses%20your%20brain%2C%20or%20build%20a%20flexible%20and%20responsive%20website.%5Cn%5Cn%3Cdiv%20style%3D%5C%22font-size%3A0.7em%3Btext-align%3Acenter%3Bmargin-top%3A2em%3Bmargin-bottom%3A2em%3B%5C%22%3E%5Cn%3C%3Clist-thumbnails%20filter%3A%5C%22%5Btag%5BHelloThumbnail%5D%5D%5C%22%20width%3A%5C%22168%5C%22%20height%3A%5C%2295%5C%22%3E%3E%5Cn%3C%2Fdiv%3E%5Cn%5CnUnlike%20conventional%20online%20services%2C%20TiddlyWiki%20lets%20you%20choose%20where%20to%20keep%20your%20data%2C%20guaranteeing%20that%20in%20the%20decades%20to%20come%20you%20will%20%5B%5Bstill%20be%20able%20to%20use%7CFuture%20Proof%5D%5D%20the%20notes%20you%20take%20today.%5Cn%5Cn%3Cdiv%20style%3D%5C%22font-size%3A0.7em%3Btext-align%3Acenter%3Bmargin%3A3em%20auto%3B%5C%22%3E%5Cn%3Ca%20href%3D%5C%22http%3A%2F%2Fgroups.google.com%2Fgroup%2FTiddlyWiki%5C%22%20class%3D%5C%22tc-btn-big-green%5C%22%20style%3D%5C%22border-radius%3A4px%3Bbackground-color%3A%23FF8C19%3B%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%20noreferrer%5C%22%3E%5Cn%7B%7B%24%3A%2Fcore%2Fimages%2Fhelp%7D%7D%20Forum%5Cn%3C%2Fa%3E%5Cn%3Ca%20href%3D%5C%22https%3A%2F%2Fwww.youtube.com%2Fc%2FJeremyRuston%5C%22%20class%3D%5C%22tc-btn-big-green%5C%22%20style%3D%5C%22border-radius%3A4px%3Bbackground-color%3A%23e52d27%3B%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%20noreferrer%5C%22%3E%5Cn%7B%7B%24%3A%2Fcore%2Fimages%2Fvideo%7D%7D%20~YouTube%5Cn%3C%2Fa%3E%5Cn%3Ca%20href%3D%5C%22https%3A%2F%2Ftwitter.com%2FTiddlyWiki%5C%22%20class%3D%5C%22tc-btn-big-green%5C%22%20style%3D%5C%22border-radius%3A4px%3Bbackground-color%3A%235E9FCA%3B%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%20noreferrer%5C%22%3E%5Cn%7B%7B%24%3A%2Fcore%2Fimages%2Ftwitter%7D%7D%20Twitter%5Cn%3C%2Fa%3E%5Cn%3Ca%20href%3D%5C%22https%3A%2F%2Fgithub.com%2FJermolene%2FTiddlyWiki5%5C%22%20class%3D%5C%22tc-btn-big-green%5C%22%20style%3D%5C%22border-radius%3A4px%3Bbackground-color%3A%23444%3B%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%20noreferrer%5C%22%3E%5Cn%7B%7B%24%3A%2Fcore%2Fimages%2Fgithub%7D%7D%20~GitHub%5Cn%3C%2Fa%3E%5Cn%3Ca%20href%3D%5C%22https%3A%2F%2Fgitter.im%2FTiddlyWiki%2Fpublic%5C%22%20class%3D%5C%22tc-btn-big-green%5C%22%20style%3D%5C%22border-radius%3A4px%3Bbackground-color%3A%23753a88%3Bbackground-image%3Alinear-gradient(to%20left%2C%23cc2b5e%2C%23753a88)%3B%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%20noreferrer%5C%22%3E%5Cn%7B%7B%24%3A%2Fcore%2Fimages%2Fgitter%7D%7D%20Gitter%5Cn%3C%2Fa%3E%5Cn%3C%2Fdiv%3E%5Cn%5Cn%3C%3C%3C.tc-big-quote%5Cn''The%20~TiddlyWiki%20is%20the%20best%20software%20I've%20ever%20found%20for%20organising%20my%20ideas.''%5Cn%5CnIt's%20well%20worth%20spending%20an%20hour%20or%20so%20playing%20with%20it%20to%20see%20how%20it%20can%20help%20you.%20This%20will%20be%20time%20well-spent%20and%20will%20change%20how%20you%20think%20and%20how%20you%20organise%20your%20ideas.%5Cn%3C%3C%3C%20%5B%5BJoe%20Armstrong%2C%20Co-inventor%20of%20Erlang%7Chttps%3A%2F%2Fjoearms.github.io%2F%5D%5D%5Cn%5Cn%3C%3C%3C.tc-big-quote%5Cn''~TiddlyWiki%20gets%20a%20Gearhead%20rating%20of%206%20out%20of%205%20(it's%20that%20good).''%5Cn%5CnFinding%20code%20that%20works%20flawlessly%20after%20just%20two%20or%20three%20years%20is%20magical%20enough%20but%20after%20seven%20years%3F!%5Cn%3C%3C%3C%20%5B%5BMark%20Gibbs%2C%20Network%20World%7Chttp%3A%2F%2Fwww.networkworld.com%2Farticle%2F3028098%2Fopen-source-tools%2Ftiddlywiki-a-free-open-source-wiki-revisited.html%5D%5D%5Cn%22%2C%22type%22%3A%22text%2Fvnd.tiddlywiki%22%2C%22title%22%3A%22My%20own%20HelloThere%22%2C%22tags%22%3A%22TableOfContents%22%2C%22modified%22%3A%2220200204182829923%22%2C%22list%22%3A%22%5B%5BA%20Gentle%20Guide%20to%20TiddlyWiki%5D%5D%20%5B%5BDiscover%20TiddlyWiki%5D%5D%20%5B%5BSome%20of%20the%20things%20you%20can%20do%20with%20TiddlyWiki%5D%5D%20%5B%5BTen%20reasons%20to%20switch%20to%20TiddlyWiki%5D%5D%20Examples%20%5B%5BWhat%20happened%20to%20the%20original%20TiddlyWiki%3F%5D%5D%20%5B%5BHelloThumbnail%20-%20TWEUM2017%5D%5D%22%7D%5D

Mat

unread,
Feb 4, 2020, 1:38:59 PM2/4/20
to TiddlyWiki
Ste's link does work - but @Ste could you try it with another tiddler than the instructions?

My own attempts here above do not seem to work properly: They do produce the instructions BUT I had not included the instructions as a tiddler to share, only my modified "HelloThere" tiddler (modified to have the title "My own HelloThere").

<:-)

Mat

unread,
Feb 4, 2020, 2:12:25 PM2/4/20
to TiddlyWiki
@Jermolene

My attempt above works if I copy-paste the link but not if I click on it which goes through the google redirection page. These two variants give two different urls - the working one is at top and the no-working at bottom. Differences (for this very small snip of the url) are marked out:

urls.png


<:-)

TonyM

unread,
Feb 4, 2020, 6:35:11 PM2/4/20
to TiddlyWiki
Folks

Great to see the progress on this. I to have come undone on my android/fire fox with the
Redirect Notice
The page you were on is trying to send you to

There must be something that causes the link to be treated differently to other links. I suppose the question is can we change the link to not trigger this.

On my mobile the only link that worked as expected was the short url of ste.

I will investigate on desktop later today.

Jeremy thanks for taking on board some of my suggestions and building the share wiki as a tool to build share urls as well.

Sure we are getting some impediments but it will be of great value. I can see us packaging some small sets of tiddlers as test data so people can use those when reporting problems or questions. This would help when people are reluctant to share their own wikis.

I must say I would point some loaded urls to tiddlywiki.com because it has a larger set of tiddlers a large toc etc...

Tony

Ste Wilson

unread,
Feb 5, 2020, 4:10:34 AM2/5/20
to tiddl...@googlegroups.com
Tried to bitly your long link....not a valid URL!

I've tried importing a few tiddlers urling after adding each one.  First couple bit.ly'd fine.  Third gave an invalid url. full non working  url here: https://pastebin.com/HSmPX4Zr

HC Haase

unread,
Feb 5, 2020, 8:15:51 AM2/5/20
to TiddlyWiki
This looks interesting. But beyond my skills

It would be very nice to have an easier way of sharing. The step of making a demo wiki sometimes make me postpone the sharing of a working solution. And the absence of a demo make me postpone testing others.

And it also looks useful for general sharing tiddlers with the outsiders.

This reminds me of  a threat on a "share with a link thing" itty.bitty. Is what you are doing here along the same lines or is it something different?

Jeremy Ruston

unread,
Feb 5, 2020, 5:39:56 PM2/5/20
to tiddl...@googlegroups.com
As is typical when we try to bend the edges of what browsers are supposed to do, it seems that links of this size won’t work correctly everywhere under all circumstances, and so we probably need to be systematic in finding the places where we can safely use them. 

On 4 Feb 2020, at 16:55, 'Mark S.' via TiddlyWiki <tiddl...@googlegroups.com> wrote:

What setting do I use if I want to make the empty edition the base? 


The empty edition does not include the share plugin, and so will not load tiddlers from the location hash part of the address bar.

On 5 Feb 2020, at 09:10, Ste Wilson <needco...@gmail.com> wrote:

Tried to bitly your long link....not a valis URL!

I think the problem may just be a limit on the length of URLs. A short example like this works OK:


On 4 Feb 2020, at 23:35, TonyM <anthony...@gmail.com> wrote:

I must say I would point some loaded urls to tiddlywiki.com because it has a larger set of tiddlers a large toc etc...

There are security risks around this plugin, in particular it makes it possible to construct certain phishing attacks: I can make a URL which accesses

On 4 Feb 2020, at 16:55, 'Mark S.' via TiddlyWiki <tiddl...@googlegroups.com> wrote:

Also, is there a way that one or more of the included tiddlers could open in the story? Like a permalink? So that users wouldn't have to rummage through the "recent" tiddlers to get started.

Just include $:/StoryList in the tiddlers that are shared.

Best wishes

Jeremy

TonyM

unread,
Feb 5, 2020, 5:47:15 PM2/5/20
to TiddlyWiki
HC,

Before the url shortening the key is what I would call "loaded URL's" urls to an online wiki (eg tiddlywiki.com/share.html) but the URL contains tiddlers encoded in it. The plugin allows generation of such links, if referenced in Google Groups (and elsewhere) would open the wiki and dump the tiddler payload. 

This will allow sharing, where to see the shared item needs only a click, not downloads and drag and drop etc.. This can be done on mobiles as well.

If we try to use URL shorteners they will have to honor loaded urls of possibly larger sizes, the tiddlers will thus exist in the shortener database, typically forever. 

Regards
Tony

TonyM

unread,
Feb 5, 2020, 6:02:51 PM2/5/20
to TiddlyWiki
Jeremy,

you said;

There are security risks around this plugin, in particular it makes it possible to construct certain phishing attacks: I can make a URL which accesses

 Perhaps you were going to say more?

On Thursday, February 6, 2020 at 9:39:56 AM UTC+11, Jeremy Ruston wrote:
As is typical when we try to bend the edges of what browsers are supposed to do, it seems that links of this size won’t work correctly everywhere under all circumstances, and so we probably need to be systematic in finding the places where we can safely use them. 

I had assumed the only installable component was for the creation of loaded URL's not the receipt of them.

Not withstanding the important security considerations if the ability to receive loaded urls were possible in all wikis, but perhaps with an on off toggle it would be an advantage. Perhaps when such an event occurs a wiki is loaded and a payload dropped a notification appears that will not go away until deleted eg: "Warning, payload tiddlers installed as a result of a 'loaded URL' .

Keeping in mind a standard link to a current tiddlywiki could be a phishing attempt, as is any link to any website.

Regards
tony

Regards
Tony

Jeremy Ruston

unread,
Feb 5, 2020, 6:29:21 PM2/5/20
to tiddl...@googlegroups.com
Hi Tony

There are security risks around this plugin, in particular it makes it possible to construct certain phishing attacks: I can make a URL which accesses

 Perhaps you were going to say more?

Indeed, apologies, see my answer below.

On Thursday, February 6, 2020 at 9:39:56 AM UTC+11, Jeremy Ruston wrote:
As is typical when we try to bend the edges of what browsers are supposed to do, it seems that links of this size won’t work correctly everywhere under all circumstances, and so we probably need to be systematic in finding the places where we can safely use them. 

I had assumed the only installable component was for the creation of loaded URL's not the receipt of them.

Not withstanding the important security considerations if the ability to receive loaded urls were possible in all wikis, but perhaps with an on off toggle it would be an advantage. Perhaps when such an event occurs a wiki is loaded and a payload dropped a notification appears that will not go away until deleted eg: "Warning, payload tiddlers installed as a result of a 'loaded URL' .

Keeping in mind a standard link to a current tiddlywiki could be a phishing attempt, as is any link to any website.

I can make a URL which points to tiddlywiki.com and yet contains my own content. The ability to remotely change the content of a website in the same action as sharing it is pretty dangerous. For example, I could craft a link to tiddlywiki.com that changes the wiki so that the download button downloads malware. It's actually a 'cross site scripting' attack.

Best wishes

Jeremy




Regards
tony

Regards
Tony

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.

Mark S.

unread,
Feb 6, 2020, 9:54:34 AM2/6/20
to TiddlyWiki
Is it possible the "receiving" portion of this plugin could make it into the core, so that any TW could receive tiddlers?

I think this functionality would be most useful when suggesting code snippets that work with other plugins or editions. For
instance, I have a filter that I use on top of TodoNow. I could share my extension without having to post an
entire web-page with TodoNow in it. And someone could see how the code works without having to add it to their
own instance or having to download a copy of Thomas' site. (I'm assuming that TodoNow would eventually have the
latest core, of course).

Thanks!

On Saturday, February 1, 2020 at 2:21:00 AM UTC-8, Jeremy Ruston wrote:

PMario

unread,
Feb 7, 2020, 5:33:27 AM2/7/20
to TiddlyWiki
On Thursday, February 6, 2020 at 3:54:34 PM UTC+1, Mark S. wrote:
Is it possible the "receiving" portion of this plugin could make it into the core, so that any TW could receive tiddlers?

In a recent post, Jeremy pointed out, that the receiving part of the plugin is a "cross site scripting" attack vector. .. Without the need to use executable code.

On Thursday, February 6, 2020 at 12:29:21 AM UTC+1, Jeremy Ruston wrote:
...
For example, I could craft a link to tiddlywiki.com that changes the wiki so that the download button downloads malware. It's actually a 'cross site scripting' attack.


The usecase you describe allows everyone to impersonate every existing plugin. It will be easy to create an evil copy of a plugin and post it within a link.

With this link you want to point to a 3rd party but "friendly" tiddlywiki edition, that will in turn allow a naive user to download maleware from a 4th party site.

The cool thing now is, that the "friendly" repository will get all the fame and will probably be blocked by its hosting agency. ... That's a very nice move!
I'd really like to enable this behavioural pattern for all of my sites. ... Jokes aside.

I think with this "functionality" tiddlywiki will easily make it into every browsers black list.

having not much fun atm
-mario

TonyM

unread,
Feb 7, 2020, 5:54:19 AM2/7/20
to TiddlyWiki
Mario

I appreciate your ever security aware feedback.

Can we step back to the original need and use case and find a solution informed by your observations.

A mentor of mine many years ago said he is happy for me to bring problems to him, but can I bring a possible solution at the same time.

Any link can point to somewhere that misrepresents itself. Any link on any tiddlywiki can do this, a tiddlywiki could be designed to look like my bank login as well, However I trust myself in my own network and would prefer the functionality available there at least.

Perhaps the loaded urls have an option set to trigger the import and preview process. But I can bypass this at home?


your thoughts please.

Regards
Tony

Luis Gonzalez

unread,
Feb 7, 2020, 7:11:24 AM2/7/20
to TiddlyWiki

El martes, 4 de febrero de 2020, 17:22:20 (UTC+1), Jeremy Ruston escribió:
Sadly Google Groups fails to linkify URLs that contain round brackets (even though they are legal URL characters). However, I was able to make the link work by manually copying and pasting into the browser address bar.

Best wishes

Jeremy.




Maybe I don't understand the problem and if it was solved or not, so maybe these are unimportant questions:
  • The problem is to generate an address for sharing tiddlers.
  • The address has to work in GG.
  • You have a component, "share" inside tiddlywiki.com to generate and receive this address.
  • At now, the share component generates a clean "html-ok" string.
  • The address is longer or has bad-html characters for google groups.
  • You can code the share component to generate what we want.

Is not possible to build a "share" tiddler-widget-javascript" to generate a "compress" address with only "good-ascii" characters with a shorter length?

If I understand, is the "share" who will generate and interpret that compress address.
Maybe we need a tiddlywiki way to compress tiddlers or json strings.

PMario

unread,
Feb 7, 2020, 7:36:50 AM2/7/20
to TiddlyWiki
On Friday, February 7, 2020 at 11:54:19 AM UTC+1, TonyM wrote:
...
A mentor of mine many years ago said he is happy for me to bring problems to him, but can I bring a possible solution at the same time.

As I wrote in my first post.

On Saturday, February 1, 2020 at 11:46:18 AM UTC+1, PMario wrote:
...
We already have the possibility to save to github. So it should be simple to write tiddlers to https://gist.github.com/ ... I think, there are several advantages.

 - Everything is visible
 - No compressing or shortening is needed.
 - Automatic versioning
 - gists can be commented

We can use the existing tiddlers.json export format, that should be easy to import.
If someone dosn't want to send data to github, we do have a gitlab saver too.
 
--------------------------------

There are some elements that I don't like with the proposed new behaviour.

Besides the security and privacy concerns.
  1. The URL even if it is visible (not shortened) is not "human-user friendly". It's very hard to review content like this.  
  2. Shortened URLs make it even harder to review the content.
  3. Shortened links introduce 1 more dependency into a system that is already weak (if not broken).
    See link-rot [1]
  4. Shortened links introduce 1 more party that actively collects your data.
    see Terms of service bitly [2]
  5. It isn't reliable. The URL size of different browser isn't the same.
  6. Tiddlers are imported, without a "user review state", that the existing import mechanism provides.
  7. I know that most users "just click" the import button without reviewing. That's OK, because it's the users choice.
    But skipping the process by design, isn't best practice, because the user has _no choice_
There are probably more, but I don't want to spend more time, with it atm.

-mario


Mark S.

unread,
Feb 7, 2020, 10:34:00 AM2/7/20
to TiddlyWiki


On Friday, February 7, 2020 at 2:33:27 AM UTC-8, PMario wrote:

The usecase you describe allows everyone to impersonate every existing plugin. It will be easy to create an evil copy of a plugin and post it within a link.


No. Plugins have to be saved and reloaded to become active. This requires much more from a user than a single click.
 
With this link you want to point to a 3rd party but "friendly" tiddlywiki edition, that will in turn allow a naive user to download maleware from a 4th party site.


Way too alarmist. If what you say is true, then there shouldn't even be a share site at all. In which case we shouldn't have the share plugin at all.
There is, in fact, no use for the share plugin because there is nowhere that you could put a receiving site that couldn't be "hacked".

But in order to be hacked, a hacker first has to put a link on some other site, say site "A". And it has to be a popular site, if it is going to get much
traffic. Well, if well-known site "A" has been hacked, the hacker isn't going to bounce it off a share site and THEN aim for a malware site.
Especially not if it requires the user to save and reload a TW with a plugin. He's going to send site "A" directly to the malware site. 
He's already achieved his goal just by hacking site "A".

As for attribution ... who's doing this attribution? I would expect any competent security consultant to recognize the difference between an innocent
bystander site and an actual malware site.

Thanks!

Mat

unread,
Feb 7, 2020, 2:58:16 PM2/7/20
to TiddlyWiki
Mark S. wrote:

Way too alarmist. If what you say is true, then there shouldn't even be a share site at all. In which case we shouldn't have the share plugin at all.


I agree. In the end all links are a risk, see bottom part here: https://tiddlywiki.com/prerelease/#AlertMechanism

<:-)

Thomas Elmiger

unread,
Feb 7, 2020, 5:30:15 PM2/7/20
to tiddl...@googlegroups.com
Hi folks,

As I had problems with Jeremy’s ultra long example link (no demo tiddler in Firefox Developer Edition on Mac), I made my own test. Copying several versions between FF and Safari led to a JS-embarrassing error. But finally I believe I have a working demo:


As this overwrites core icons you should be able to see them on the download button and in the editor on the excise tool in action.

Expected result below.

All the best,
Thomas


Thomas Elmiger

unread,
Feb 7, 2020, 5:32:53 PM2/7/20
to TiddlyWiki
Does this work?

https://tiddlywiki.com/prerelease/share.html##%5B%7B%22title%22%3A%22%24%3A%2FStoryList%22%2C%22created%22%3A%2220200207221124736%22%2C%22text%22%3A%22%22%2C%22list%22%3A%22%24%3A%2Ftelmiger%2Fsvg%2Fstyles.css%20%24%3A%2Fcore%2Fimages%2Fsave-button%20%24%3A%2Fcore%2Fimages%2Fexcise%22%2C%22modified%22%3A%2220200207221132178%22%7D%2C%7B%22created%22%3A%2220200111221027181%22%2C%22text%22%3A%22%2F*%20Use%20classes%20to%20apply%20colour%20%E2%80%93%20thus%20designers%20can%20use%20%5Cn%20%20%20your%20SVGs%20in%20different%20looking%20themes%20using%20CSS%20only%20*%2F%5Cn%5Cn.icon-accent%20%7B%20%5Cn%20%20%20fill%3A%20orange%3B%5Cn%20%20%20stroke%3A%20orange%3B%5Cn%7D%5Cnbutton%20.tc-image-button%2C%20a%20.tc-image-button%20%7B%5Cn%20%20%20fill%3A%20currentColor%3B%5Cn%7D%5Cnbutton%3Ahover%20.icon-accent%2C%20a%3Ahover%20.icon-accent%20%7B%20%5Cn%20%20%20fill%3A%20inherit%3B%5Cn%7D%22%2C%22title%22%3A%22%24%3A%2Ftelmiger%2Fsvg%2Fstyles.css%22%2C%22tags%22%3A%22%24%3A%2Ftags%2FStylesheet%22%2C%22modifier%22%3A%22Thomas%20Elmiger%22%2C%22modified%22%3A%2220200207221547757%22%2C%22creator%22%3A%22Thomas%20Elmiger%22%7D%2C%7B%22created%22%3A%2220200120062707567%22%2C%22text%22%3A%22%3Csvg%20width%3D%5C%2222pt%5C%22%20height%3D%5C%2222pt%5C%22%20class%3D%5C%22tc-image-save-button%20tc-image-button%5C%22%20viewBox%3D%5C%220%200%20128%20128%5C%22%3E%3Cg%20fill-rule%3D%5C%22evenodd%5C%22%3E%5Cn%3Cpath%20class%3D%5C%22icon-accent%5C%22%20d%3D%5C%22%5CnM59%2073.5%5CnL59%2073.5%2042%2056.6%5Cnc-3.127-3.127-8.2-3.123-11.32-0-3.123%203.123-3.12%208.2%200%2011.32%5Cnl22.62%2022.62%5Cna8%208%200%200%200%205.66%202.35%5Cnc2%200%204.1%20-.8%205.66%20-2.35%5Cnl59%20-59%5Cna8%208%200%200%200%20-12%20-12z%5Cn%5C%22%2F%3E%5Cn%20%20%3Cpath%20stroke-width%3D0%20transform%3D%5C%22scale(5.8)%5C%22%20d%3D%5C%22M21.4%207.2c.4%201.2.6%202.5.6%203.8%200%206.2-4.8%2011-11%2011a11%2011%200%20117-19.5l-1.9%202a8.3%208.3%200%20103%205l2.3-2.3z%5C%22%2F%3E%3C%2Fsvg%3E%22%2C%22title%22%3A%22%24%3A%2Fcore%2Fimages%2Fsave-button%22%2C%22tags%22%3A%22%24%3A%2Ftags%2FImage%22%2C%22modifier%22%3A%22Thomas%20Elmiger%22%2C%22modified%22%3A%2220200207221200022%22%2C%22creator%22%3A%22Thomas%20Elmiger%22%7D%2C%7B%22created%22%3A%2220200126214854279%22%2C%22text%22%3A%22%3Csvg%20width%3D%5C%2222pt%5C%22%20height%3D%5C%2222pt%5C%22%20class%3D%5C%22tc-image-excise%20tc-image-button%5C%22%20viewBox%3D%5C%220%200%20128%20128%5C%22%3E%5Cn%3Cpath%20d%3D%5C%22%5CnM56%2098%20l-7%207%5Cna8%208%200%201%201%20-11.3%20-11.3%20l20.7-20.7%5Cna8%208%200%200%201%205.7%20-2.4%5Cnc2%200%204%20.9%205.6%202.4%20l20.7%2020.7%5Cna8%208%200%200%201%20-11.3%2011.3%20l-7-7%5CnV120%5Cna8%208%200%200%201%20-16%200z%5C%22%2F%3E%5Cn%3Crect%20class%3D%5C%22icon-accent%5C%22%20width%3D%5C%2216%5C%22%20height%3D%5C%2248%5C%22%20rx%3D%5C%228%5C%22%20x%3D%5C%2256%5C%22%20y%3D%5C%220%5C%22%2F%3E%5Cn%3Crect%20width%3D%5C%2216%5C%22%20height%3D%5C%2248%5C%22%20rx%3D%5C%228%5C%22%20x%3D%5C%220%5C%22%20y%3D%5C%2228%5C%22%2F%3E%5Cn%3Crect%20width%3D%5C%2216%5C%22%20height%3D%5C%2248%5C%22%20rx%3D%5C%228%5C%22%20x%3D%5C%2228%5C%22%20y%3D%5C%2228%5C%22%2F%3E%5Cn%3Crect%20width%3D%5C%2216%5C%22%20height%3D%5C%2248%5C%22%20rx%3D%5C%228%5C%22%20x%3D%5C%2284%5C%22%20y%3D%5C%2228%5C%22%2F%3E%5Cn%3Crect%20width%3D%5C%2216%5C%22%20height%3D%5C%2248%5C%22%20rx%3D%5C%228%5C%22%20x%3D%5C%22112%5C%22%20y%3D%5C%2228%5C%22%2F%3E%5Cn%3C%2Fsvg%3E%22%2C%22title%22%3A%22%24%3A%2Fcore%2Fimages%2Fexcise%22%2C%22tags%22%3A%22%24%3A%2Ftags%2FImage%22%2C%22modifier%22%3A%22Thomas%20Elmiger%22%2C%22modified%22%3A%2220200207221212825%22%2C%22creator%22%3A%22Thomas%20Elmiger%22%7D%5D

Thomas Elmiger

unread,
Feb 7, 2020, 5:40:27 PM2/7/20
to TiddlyWiki
Sorry for spamming. For me, the second link only works when I copy and paste it manually.
All other attempts seem to be intercepted and ruined by Google.
:(

TonyM

unread,
Feb 7, 2020, 11:00:28 PM2/7/20
to TiddlyWiki
Thomas,

The Big Link did not work for me - clicked, or copy and pasted in both chrome and firefox, this because it results in a "Redirect Notice", then a redirect link that results in a fault.

I have tried to generate other links with my own payload with no success.

Here is an example that provides an on off button to toggle a toc on the current tiddler


I have had success generating a loaded bookmarklette but not sure if I can share them on a google post. These even worked if dragged from FireFox to Chrome.

Regards
Tony


Jeremy Ruston

unread,
Feb 14, 2020, 10:13:08 AM2/14/20
to TiddlyWiki
To try to mitigate some of the potential security risks of the tool, there is now a warning message requiring confirmation shown before the wiki is loaded (see the illustration below).

Warning: This site is designed to share untrusted content

Please do not proceed unless you are certain you understand the warnings below

This is a special site that allows users to share content for TiddlyWiki without needing conventional hosting. Instead, the content is encoded in the URL used to access the site. This means that there are no controls or protections on the content that is shared, and as such it may contain malicious links or any kind of content.

Viewing links to this site in the browser is generally safe because web pages are designed to run in a sandbox that prevents them from accessing or harming your data. However, please exercise caution before downloading content to your own computer, or importing content into your own TiddlyWiki.

 Click here to see the tiddlers that are being shared

Only continue if you understand the risks

 

Technical details

This web page is a TiddlyWiki loaded with the Share plugin. It has the special capability that at startup it can load raw tiddlers from a block of JSON encoded into the location hash part of the URL (ie the part after the # character).

This is useful because it enables people to share working examples of TiddlyWikis without needing to arrange special hosting. The only restriction is that browsers and other Internet infrastructure frequently limit the length of URLs to a few tens of kilobytes.


Best wishes

Jeremy.



--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.

Mark S.

unread,
Feb 14, 2020, 1:58:56 PM2/14/20
to TiddlyWiki
After sharing, the "Welcome to ..." message still comes up even though it's not in the storylist.
Is there a way to just display the desired items? Users will have already threaded a bit of
a gauntlet with the red message of dread.

With the new safety warnings, could the plugin be more universally distributed? It seems to me that the
real power of the technique is when you can share snippets on top of existing tiddlywikis that
already have various plugins installed. You couldn't distribute an entire plugin easily with this
approach, because plugins have to be saved and reloaded first. Plus they would push the size
of the TW over the edge of what the various url shortening services allow.

Thanks!
Reply all
Reply to author
Forward
0 new messages