Skip to content

Commit

Permalink
Fix for RTL chars breaking links in two
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjacobs committed Sep 7, 2022
1 parent 8119d5c commit e518a70
Show file tree
Hide file tree
Showing 32 changed files with 697 additions and 33 deletions.
19 changes: 14 additions & 5 deletions dist/Autolinker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/Autolinker.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/Autolinker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/Autolinker.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/api/data-1459c0dbd0e7b0c4e9b8377784a06829.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/api/data-953de3caca2ec437e67819d095f500d0.js

This file was deleted.

25 changes: 17 additions & 8 deletions docs/api/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Autolinker v3.16.0 API Docs</title>
<title>Autolinker v3.16.1 API Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="fragment" content="!">
Expand All @@ -13,7 +13,7 @@
<link rel="stylesheet" href="styles-3eba09980fa05ead185cb17d9c0deb0f.css" type="text/css" />

<script type="text/javascript" src="extjs/ext-all.js"></script>
<script type="text/javascript" src="data-953de3caca2ec437e67819d095f500d0.js"></script>
<script type="text/javascript" src="data-1459c0dbd0e7b0c4e9b8377784a06829.js"></script>

<script type="text/javascript" src="app-0c945a27f43452df695771ddb60b3d14.js"></script>

Expand All @@ -22,14 +22,25 @@
</head>
<body id="ext-body">

<div id="loading"><span class="title">Autolinker v3.16.0 API Docs</span><span class="logo"></span></div>
<div id="loading"><span class="title">Autolinker v3.16.1 API Docs</span><span class="logo"></span></div>

<div id="header-content">Autolinker v3.16.0 API Docs</div>
<div id="header-content">Autolinker v3.16.1 API Docs</div>

<div id='categories-content' style='display:none'>
<div class='section'>
<h1>Autolinker</h1>
<div class='left-column'>
<h3>htmlParser</h3>
<ul class='links'>
<li><a href="#!/api/Autolinker.htmlParser.CommentNode" rel="Autolinker.htmlParser.CommentNode" class="docClass">Autolinker.htmlParser.CommentNode</a></li>
<li><a href="#!/api/Autolinker.htmlParser.ElementNode" rel="Autolinker.htmlParser.ElementNode" class="docClass">Autolinker.htmlParser.ElementNode</a></li>
<li><a href="#!/api/Autolinker.htmlParser.EntityNode" rel="Autolinker.htmlParser.EntityNode" class="docClass">Autolinker.htmlParser.EntityNode</a></li>
<li><a href="#!/api/Autolinker.htmlParser.HtmlNode" rel="Autolinker.htmlParser.HtmlNode" class="docClass">Autolinker.htmlParser.HtmlNode</a></li>
<li><a href="#!/api/Autolinker.htmlParser.HtmlParser" rel="Autolinker.htmlParser.HtmlParser" class="docClass">Autolinker.htmlParser.HtmlParser</a></li>
<li><a href="#!/api/Autolinker.htmlParser.TextNode" rel="Autolinker.htmlParser.TextNode" class="docClass">Autolinker.htmlParser.TextNode</a></li>
</ul>
</div>
<div class='middle-column'>
<h3>match</h3>
<ul class='links'>
<li><a href="#!/api/Autolinker.match.Email" rel="Autolinker.match.Email" class="docClass">Autolinker.match.Email</a></li>
Expand All @@ -40,7 +51,7 @@ <h3>match</h3>
<li><a href="#!/api/Autolinker.match.Url" rel="Autolinker.match.Url" class="docClass">Autolinker.match.Url</a></li>
</ul>
</div>
<div class='middle-column'>
<div class='right-column'>
<h3>matcher</h3>
<ul class='links'>
<li><a href="#!/api/Autolinker.matcher.Email" rel="Autolinker.matcher.Email" class="docClass">Autolinker.matcher.Email</a></li>
Expand All @@ -50,8 +61,6 @@ <h3>matcher</h3>
<li><a href="#!/api/Autolinker.matcher.Phone" rel="Autolinker.matcher.Phone" class="docClass">Autolinker.matcher.Phone</a></li>
<li><a href="#!/api/Autolinker.matcher.Url" rel="Autolinker.matcher.Url" class="docClass">Autolinker.matcher.Url</a></li>
</ul>
</div>
<div class='right-column'>
<h3>Others...</h3>
<ul class='links'>
<li><a href="#!/api/Autolinker" rel="Autolinker" class="docClass">Autolinker</a></li>
Expand Down Expand Up @@ -79,7 +88,7 @@ <h3>Others...</h3>



<div id='footer-content' style='display: none'>Generated on Mon 22 Aug 2022 17:57:12 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>
<div id='footer-content' style='display: none'>Generated on Wed 07 Sep 2022 14:57:44 by <a href='https://github.com/senchalabs/jsduck'>JSDuck</a> 5.3.4.</div>



Expand Down
1 change: 1 addition & 0 deletions docs/api/output/Autolinker.htmlParser.CommentNode.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e518a70

Please sign in to comment.