This repository was archived by the owner on Jun 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (60 loc) · 4.37 KB
/
index.html
File metadata and controls
83 lines (60 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>mark.js | RHElements</title>
<meta property="og:title" content="mark.js" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="RHElements is a set of web components" />
<meta property="og:description" content="RHElements is a set of web components" />
<link rel="canonical" href="http://localhost:4000/assets/node_modules/mark.js/" />
<meta property="og:url" content="http://localhost:4000/assets/node_modules/mark.js/" />
<meta property="og:site_name" content="RHElements" />
<script type="application/ld+json">
{"name":null,"description":"RHElements is a set of web components","author":null,"@type":"WebPage","url":"http://localhost:4000/assets/node_modules/mark.js/","publisher":null,"image":null,"headline":"mark.js","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://overpass-30e2.kxcdn.com/overpass.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/assets/css/style.css?v=f39f57b4ea22d402b440701b659c28950534c021">
</head>
<body>
<section class="page-header">
<h1 class="project-name">RHElements</h1>
<h2 class="project-tagline">RHElements is a set of web components</h2>
<a href="http://github.com/RHElements/rhelements.github.io" class="btn">View on GitHub</a>
</section>
<main>
<section class="main-content">
<h1 id="markjs">mark.js</h1>
<h4 id="sparkles-formerly-known-as-jquerymark-or-jmhighlight-sparkles">:sparkles: formerly known as jquery.mark or jmHighlight :sparkles:</h4>
<h5 id="highlight-keywords-using-javascript-intended-for-every-use-case--can-eg-be-used-to-mark-text-in-search-results">Highlight keywords using JavaScript. Intended for every use case. <br /> Can e.g. be used to mark text in search results.</h5>
<p><a href="https://travis-ci.org/julmot/mark.js"><img src="https://img.shields.io/travis/julmot/mark.js/master.svg?label=test" alt="Build Status" /></a>
<a href="https://www.codacy.com/app/julmot/mark.js"><img src="https://img.shields.io/codacy/27a3ed45370f41e89b02073b214c18a7.svg" alt="Code quality" /></a>
<a href="https://www.npmjs.com/package/mark.js"><img src="https://img.shields.io/npm/v/mark.js.svg" alt="npm Version" /></a>
<a href="https://github.com/julmot/mark.js"><img src="https://img.shields.io/bower/v/mark.js.svg" alt="Bower Version" /></a>
<a href="https://raw.githubusercontent.com/julmot/mark.js/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" /></a>
<a href="https://www.jsdelivr.com/package/npm/mark.js"><img src="https://data.jsdelivr.com/v1/package/npm/mark.js/badge?style=rounded" alt="jsDelivr Hits" /></a>
<a href="https://github.com/julmot/mark.js"><img src="https://badges.greenkeeper.io/julmot/mark.js.svg" alt="Greenkeeper" /></a><br />
<a href="https://saucelabs.com/u/markjs">
<img src="https://saucelabs.com/browser-matrix/markjs.svg" alt="Sauce Test Status" width="741" />
</a></p>
<h2 id="documentation-and-further-information">Documentation and Further Information</h2>
<p><strong>Please view the <a href="https://markjs.io/">website</a> for documentation and further information!</strong></p>
<h2 id="contributing">Contributing</h2>
<p>See the <a href="https://github.com/julmot/mark.js/blob/master/CONTRIBUTING.md">contribution guidelines</a>.</p>
<h2 id="changelog">Changelog</h2>
<p>Changes are documented in <a href="https://github.com/julmot/mark.js/releases">release</a> descriptions.<br />
You want to be notified about new releases? Click the “Subscribe to releases”
button on <a href="https://libraries.io/bower/mark.js/">libraries.io</a>.</p>
<hr />
<p>Happy hacking!</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="http://github.com/RHElements/rhelements.github.io">rhelements.github.io</a> is maintained by <a href="http://github.com/RHElements">RHElements</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</main>
</body>
</html>