CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/HTML/master/dist/HTML.emmet.js
accept-ranges: bytes
age: 0
date: Mon, 21 Jul 2025 23:48:42 GMT
via: 1.1 varnish
x-served-by: cache-hyd1100027-HYD
x-cache: MISS
x-cache-hits: 0
x-timer: S1753141721.496900,VS0,VE1089
vary: Accept-Encoding
x-fastly-request-id: a076c4f42940ed2aead08ab52a8be62aeb42f230
content-length: 0
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"14d27564561dde2acd93505f93f5e14d64494c411e1aa183e4da91adcf824f88"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: 176E:248881:16141:68139:687ED1D9
content-encoding: gzip
accept-ranges: bytes
date: Mon, 21 Jul 2025 23:48:42 GMT
via: 1.1 varnish
x-served-by: cache-hyd1100021-HYD
x-cache: MISS
x-cache-hits: 0
x-timer: S1753141723.660427,VS0,VE276
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: b7c98a6e27c769af6c00e5090e2b68705e6e31ce
expires: Mon, 21 Jul 2025 23:53:42 GMT
source-age: 0
content-length: 909
/*! HTML - v0.12.1 - 2014-10-22
* https://nbubna.github.io/HTML/
* Copyright (c) 2014 ESHA Research; Licensed MIT, GPL */
(function(document, _) {
"use strict";
var add = _.fn.add;
add.create = function(node, code, ref) {
var parts = code.match(add.emmetRE()).filter(Boolean),
root = document.createDocumentFragment(),
el = document.createElement(parts[0]);
root.appendChild(el);
for (var i=1,m=parts.length; i': function(tag) {
if (tag) {
var el = document.createElement(tag);
this.appendChild(el);
return el;
}
return this;
},
'+': function(tag, root) {
return add.emmet['>'].call(this.parentNode || root, tag);
},
'*': function(count) {
var parent = this.parentNode,
els = [this];
for (var i=1; i