append hyphen for advanced links

This commit is contained in:
Felix Wu
2018-09-14 15:39:22 +02:00
committed by Felix Wu
parent ba785feca6
commit 65dba24061
3 changed files with 2083 additions and 258 deletions

View File

@ -145,21 +145,21 @@ average(1, 2, 3);
* [`intersectionWith`](#intersectionwith) * [`intersectionWith`](#intersectionwith)
* [`isSorted`](#issorted) * [`isSorted`](#issorted)
* [`join`](#join) * [`join`](#join)
* [`JSONtoCSV`](#jsontocsv) * [`JSONtoCSV`](#jsontocsv-)
* [`last`](#last) * [`last`](#last)
* [`longestItem`](#longestitem) * [`longestItem`](#longestitem)
* [`mapObject`](#mapobject) * [`mapObject`](#mapobject-)
* [`maxN`](#maxn) * [`maxN`](#maxn)
* [`minN`](#minn) * [`minN`](#minn)
* [`none`](#none) * [`none`](#none)
* [`nthElement`](#nthelement) * [`nthElement`](#nthelement)
* [`offset`](#offset) * [`offset`](#offset)
* [`partition`](#partition) * [`partition`](#partition)
* [`permutations`](#permutations) * [`permutations`](#permutations-)
* [`pull`](#pull) * [`pull`](#pull)
* [`pullAtIndex`](#pullatindex) * [`pullAtIndex`](#pullatindex-)
* [`pullAtValue`](#pullatvalue) * [`pullAtValue`](#pullatvalue-)
* [`pullBy`](#pullby) * [`pullBy`](#pullby-)
* [`reducedFilter`](#reducedfilter) * [`reducedFilter`](#reducedfilter)
* [`reduceSuccessive`](#reducesuccessive) * [`reduceSuccessive`](#reducesuccessive)
* [`reduceWhich`](#reducewhich) * [`reduceWhich`](#reducewhich)
@ -173,7 +173,7 @@ average(1, 2, 3);
* [`sortedIndexBy`](#sortedindexby) * [`sortedIndexBy`](#sortedindexby)
* [`sortedLastIndex`](#sortedlastindex) * [`sortedLastIndex`](#sortedlastindex)
* [`sortedLastIndexBy`](#sortedlastindexby) * [`sortedLastIndexBy`](#sortedlastindexby)
* [`stableSort`](#stablesort) * [`stableSort`](#stablesort-)
* [`symmetricDifference`](#symmetricdifference) * [`symmetricDifference`](#symmetricdifference)
* [`symmetricDifferenceBy`](#symmetricdifferenceby) * [`symmetricDifferenceBy`](#symmetricdifferenceby)
* [`symmetricDifferenceWith`](#symmetricdifferencewith) * [`symmetricDifferenceWith`](#symmetricdifferencewith)
@ -191,12 +191,12 @@ average(1, 2, 3);
* [`uniqueElementsByRight`](#uniqueelementsbyright) * [`uniqueElementsByRight`](#uniqueelementsbyright)
* [`uniqueSymmetricDifference`](#uniquesymmetricdifference) * [`uniqueSymmetricDifference`](#uniquesymmetricdifference)
* [`unzip`](#unzip) * [`unzip`](#unzip)
* [`unzipWith`](#unzipwith) * [`unzipWith`](#unzipwith-)
* [`without`](#without) * [`without`](#without)
* [`xProd`](#xprod) * [`xProd`](#xprod)
* [`zip`](#zip) * [`zip`](#zip)
* [`zipObject`](#zipobject) * [`zipObject`](#zipobject)
* [`zipWith`](#zipwith) * [`zipWith`](#zipwith-)
</details> </details>
@ -207,32 +207,32 @@ average(1, 2, 3);
* [`arrayToHtmlList`](#arraytohtmllist) * [`arrayToHtmlList`](#arraytohtmllist)
* [`bottomVisible`](#bottomvisible) * [`bottomVisible`](#bottomvisible)
* [`copyToClipboard`](#copytoclipboard) * [`copyToClipboard`](#copytoclipboard-)
* [`counter`](#counter) * [`counter`](#counter-)
* [`createElement`](#createelement) * [`createElement`](#createelement)
* [`createEventHub`](#createeventhub) * [`createEventHub`](#createeventhub-)
* [`currentURL`](#currenturl) * [`currentURL`](#currenturl)
* [`detectDeviceType`](#detectdevicetype) * [`detectDeviceType`](#detectdevicetype)
* [`elementContains`](#elementcontains) * [`elementContains`](#elementcontains)
* [`elementIsVisibleInViewport`](#elementisvisibleinviewport) * [`elementIsVisibleInViewport`](#elementisvisibleinviewport-)
* [`getScrollPosition`](#getscrollposition) * [`getScrollPosition`](#getscrollposition)
* [`getStyle`](#getstyle) * [`getStyle`](#getstyle)
* [`hasClass`](#hasclass) * [`hasClass`](#hasclass)
* [`hashBrowser`](#hashbrowser) * [`hashBrowser`](#hashbrowser-)
* [`hide`](#hide) * [`hide`](#hide)
* [`httpsRedirect`](#httpsredirect) * [`httpsRedirect`](#httpsredirect)
* [`insertAfter`](#insertafter) * [`insertAfter`](#insertafter)
* [`insertBefore`](#insertbefore) * [`insertBefore`](#insertbefore)
* [`isBrowserTabFocused`](#isbrowsertabfocused) * [`isBrowserTabFocused`](#isbrowsertabfocused)
* [`nodeListToArray`](#nodelisttoarray) * [`nodeListToArray`](#nodelisttoarray)
* [`observeMutations`](#observemutations) * [`observeMutations`](#observemutations-)
* [`off`](#off) * [`off`](#off)
* [`on`](#on) * [`on`](#on)
* [`onUserInputChange`](#onuserinputchange) * [`onUserInputChange`](#onuserinputchange-)
* [`prefix`](#prefix) * [`prefix`](#prefix)
* [`recordAnimationFrames`](#recordanimationframes) * [`recordAnimationFrames`](#recordanimationframes)
* [`redirect`](#redirect) * [`redirect`](#redirect)
* [`runAsync`](#runasync) * [`runAsync`](#runasync-)
* [`scrollToTop`](#scrolltotop) * [`scrollToTop`](#scrolltotop)
* [`setStyle`](#setstyle) * [`setStyle`](#setstyle)
* [`show`](#show) * [`show`](#show)
@ -274,14 +274,14 @@ average(1, 2, 3);
* [`delay`](#delay) * [`delay`](#delay)
* [`functionName`](#functionname) * [`functionName`](#functionname)
* [`hz`](#hz) * [`hz`](#hz)
* [`memoize`](#memoize) * [`memoize`](#memoize-)
* [`negate`](#negate) * [`negate`](#negate)
* [`once`](#once) * [`once`](#once)
* [`partial`](#partial) * [`partial`](#partial)
* [`partialRight`](#partialright) * [`partialRight`](#partialright)
* [`runPromisesInSeries`](#runpromisesinseries) * [`runPromisesInSeries`](#runpromisesinseries)
* [`sleep`](#sleep) * [`sleep`](#sleep)
* [`throttle`](#throttle) * [`throttle`](#throttle-)
* [`times`](#times) * [`times`](#times)
* [`uncurry`](#uncurry) * [`uncurry`](#uncurry)
* [`unfold`](#unfold) * [`unfold`](#unfold)
@ -302,7 +302,7 @@ average(1, 2, 3);
* [`degreesToRads`](#degreestorads) * [`degreesToRads`](#degreestorads)
* [`digitize`](#digitize) * [`digitize`](#digitize)
* [`distance`](#distance) * [`distance`](#distance)
* [`elo`](#elo) * [`elo`](#elo-)
* [`factorial`](#factorial) * [`factorial`](#factorial)
* [`fibonacci`](#fibonacci) * [`fibonacci`](#fibonacci)
* [`gcd`](#gcd) * [`gcd`](#gcd)
@ -313,7 +313,7 @@ average(1, 2, 3);
* [`isEven`](#iseven) * [`isEven`](#iseven)
* [`isPrime`](#isprime) * [`isPrime`](#isprime)
* [`lcm`](#lcm) * [`lcm`](#lcm)
* [`luhnCheck`](#luhncheck) * [`luhnCheck`](#luhncheck-)
* [`maxBy`](#maxby) * [`maxBy`](#maxby)
* [`median`](#median) * [`median`](#median)
* [`minBy`](#minby) * [`minBy`](#minby)
@ -362,7 +362,7 @@ average(1, 2, 3);
* [`deepFreeze`](#deepfreeze) * [`deepFreeze`](#deepfreeze)
* [`defaults`](#defaults) * [`defaults`](#defaults)
* [`dig`](#dig) * [`dig`](#dig)
* [`equals`](#equals) * [`equals`](#equals-)
* [`findKey`](#findkey) * [`findKey`](#findkey)
* [`findLastKey`](#findlastkey) * [`findLastKey`](#findlastkey)
* [`flattenObject`](#flattenobject) * [`flattenObject`](#flattenobject)
@ -390,7 +390,7 @@ average(1, 2, 3);
* [`size`](#size) * [`size`](#size)
* [`transform`](#transform) * [`transform`](#transform)
* [`truthCheckCollection`](#truthcheckcollection) * [`truthCheckCollection`](#truthcheckcollection)
* [`unflattenObject`](#unflattenobject) * [`unflattenObject`](#unflattenobject-)
</details> </details>
@ -403,7 +403,7 @@ average(1, 2, 3);
* [`capitalize`](#capitalize) * [`capitalize`](#capitalize)
* [`capitalizeEveryWord`](#capitalizeeveryword) * [`capitalizeEveryWord`](#capitalizeeveryword)
* [`CSVToArray`](#csvtoarray) * [`CSVToArray`](#csvtoarray)
* [`CSVToJSON`](#csvtojson) * [`CSVToJSON`](#csvtojson-)
* [`decapitalize`](#decapitalize) * [`decapitalize`](#decapitalize)
* [`escapeHTML`](#escapehtml) * [`escapeHTML`](#escapehtml)
* [`escapeRegExp`](#escaperegexp) * [`escapeRegExp`](#escaperegexp)
@ -421,14 +421,14 @@ average(1, 2, 3);
* [`reverseString`](#reversestring) * [`reverseString`](#reversestring)
* [`sortCharactersInString`](#sortcharactersinstring) * [`sortCharactersInString`](#sortcharactersinstring)
* [`splitLines`](#splitlines) * [`splitLines`](#splitlines)
* [`stringPermutations`](#stringpermutations) * [`stringPermutations`](#stringpermutations-)
* [`stripHTMLTags`](#striphtmltags) * [`stripHTMLTags`](#striphtmltags)
* [`toCamelCase`](#tocamelcase) * [`toCamelCase`](#tocamelcase)
* [`toKebabCase`](#tokebabcase) * [`toKebabCase`](#tokebabcase)
* [`toSnakeCase`](#tosnakecase) * [`toSnakeCase`](#tosnakecase)
* [`truncateString`](#truncatestring) * [`truncateString`](#truncatestring)
* [`unescapeHTML`](#unescapehtml) * [`unescapeHTML`](#unescapehtml)
* [`URLJoin`](#urljoin) * [`URLJoin`](#urljoin-)
* [`words`](#words) * [`words`](#words)
</details> </details>
@ -470,14 +470,14 @@ average(1, 2, 3);
* [`coalesceFactory`](#coalescefactory) * [`coalesceFactory`](#coalescefactory)
* [`extendHex`](#extendhex) * [`extendHex`](#extendhex)
* [`getURLParameters`](#geturlparameters) * [`getURLParameters`](#geturlparameters)
* [`hexToRGB`](#hextorgb) * [`hexToRGB`](#hextorgb-)
* [`httpGet`](#httpget) * [`httpGet`](#httpget)
* [`httpPost`](#httppost) * [`httpPost`](#httppost)
* [`isBrowser`](#isbrowser) * [`isBrowser`](#isbrowser)
* [`mostPerformant`](#mostperformant) * [`mostPerformant`](#mostperformant)
* [`nthArg`](#ntharg) * [`nthArg`](#ntharg)
* [`parseCookie`](#parsecookie) * [`parseCookie`](#parsecookie)
* [`prettyBytes`](#prettybytes) * [`prettyBytes`](#prettybytes-)
* [`randomHexColorCode`](#randomhexcolorcode) * [`randomHexColorCode`](#randomhexcolorcode)
* [`RGBToHex`](#rgbtohex) * [`RGBToHex`](#rgbtohex)
* [`serializeCookie`](#serializecookie) * [`serializeCookie`](#serializecookie)

View File

@ -176,7 +176,7 @@ try {
lists.ul(taggedSnippets, (snippet) => lists.ul(taggedSnippets, (snippet) =>
misc.link( misc.link(
`\`${snippet[0]}\``, `\`${snippet[0]}\``,
misc.anchor(snippet[0]) `${misc.anchor(snippet[0])}${snippet[1].includes('advanced') ? '-' : ''}`
) )
) )
) + '\n'; ) + '\n';

File diff suppressed because it is too large Load Diff