-
-
Save tmcw/93034cdd604b9f9217db5bd2ac7de6af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>tokenizer.js documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
.navigation { | |
order: 2; } | |
@media (min-width: 768px) { | |
.navigation { | |
overflow: hidden; | |
word-wrap: normal; | |
} | |
} | |
.flex-auto-0 { | |
flex: 1 1 0%; | |
} | |
@media (min-width: 1600px) { | |
.br-xl { | |
border-right-style: solid; | |
border-right-width: 1px; | |
} | |
} | |
</style> | |
</head> | |
<body class='sans-serif'> | |
<div class='mw9 center'> | |
<div class='pa3 ph4-ns bg-white bn-ns bb b--black-10'> | |
<div class='dt-ns w-100'> | |
<div class='db dtc-ns v-mid tl w-50'> | |
<a class='dib f4'> | |
tokenizer.js | |
<div class='dib'> | |
<span class='f6 black-70 nowrap'>v1.0.0</span> | |
</div> | |
</a> | |
</div> | |
<div class='db-ns dn dtc-ns v-mid w-100 tl tr-ns mt2 mt0-ns'> | |
<input type='text' placeholder='Search...' /> | |
</div> | |
<div class='dn-ns db dtc-ns v-mid w-100 tl tr-ns mt2 mt0-ns'> | |
Menu | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class='black-70 bt-m bt-l b--black-10 bg-near-white'> | |
<div class='center mw9 black-70 flex-row flex-ns'> | |
<div class='navigation dn db-ns mw5-ns w-25-ns ph3 ph4-ns br-ns b--black-10 order-1-ns'> | |
<div class='ma0 pv3'> | |
<a href='#a' class='f5 fw4 dim link blue db pv1'>inlineTokenizer</a> | |
<a href='#b' class='f5 fw4 dim link blue db pv1'>renderMarkdown</a> | |
<a href='#b' class='f5 fw4 dim link blue db pv1'>typesandnonbreakinglongname</a> | |
</div> | |
</div> | |
<div class='order-2-ns flex-auto-0 black-70 bg-white br-xl b--black-10'> | |
<div class='pa4-ns pa3'> | |
<h3 class='f3' id='inline_tokenizer'> | |
inline_tokenizer | |
</h3> | |
<div> | |
<div class='dib code pa3 ba br2 b--black-10'>inline_tokenizer(processor: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined">undefined</a></div> | |
</div> | |
<div class='lh-copy f5 measure-wide'> | |
<p>A remark plugin that installs | |
<a href="https://github.com/wooorm/remark/blob/master/doc/remarkplugin.3.md#function-tokenizereat-value-silent">tokenizers</a> | |
and <a href="https://github.com/wooorm/remark/blob/master/doc/remarkplugin.3.md#function-locatorvalue-fromindex">locators</a> | |
for JSDoc inline <code>{@link}</code> and <code>{@tutorial}</code> tags.</p> | |
<p>This does not handle the <code>[text]({@link url})</code> and <code>[text]({@tutorial url})</code> forms of these tags. | |
That's a JSDoc misfeature; just use regular markdown syntax instead: <code>[text](url)</code>.</p> | |
</div> | |
<h4 class='f4'>Parameters</h4> | |
<div class='prose'> | |
<span>processor</span> <code class='quiet'>(<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code> remark instance | |
</div> | |
<h4 class='f4'>Returns</h4> | |
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined">undefined</a></code>: | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class='bt b--black-10'> | |
<div class='mw9 center'> | |
<div class='pa3 ph4-ns bg-white'> | |
<div class='f6 black-70 lh-copy'> | |
<div> | |
© 2016 BigCorp | |
</div> | |
<div> | |
Generated by <a class='blue dim link' href='http://documentation.js.org'>documentation.js v4.0.0</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment