A block quotation.
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
/** | |
* @version 9550ebb3836e | |
* @fileoverview | |
* Port of GitHub's `blob-anchor.ts` module, used by its front-end | |
* to select ranges of text from a file permalink's fragment identifier. | |
*/ | |
"use strict"; | |
const {Point, Range} = require("atom"); |
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="transform.xslt"?> | |
<persons> | |
<person username="JS1"> | |
<name>John</name> | |
<family-name>Smith</family-name> | |
</person> | |
<person username="MI1"> | |
<name>Morka</name> | |
<family-name>Ismincius</family-name> |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ | |
<!ENTITY ns_xhtml "http://www.w3.org/1999/xhtml"> | |
<!ENTITY ns_cml "http://www.xml-cml.org/schema"> | |
<!ENTITY ns_rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"> | |
]> | |
<html | |
xmlns="&ns_xhtml;" | |
xmlns:cml="&ns_cml;" | |
xmlns:rdf="&ns_rdf;" |
1 | |
00:00:46,413 --> 00:00:49,724 | |
[static crackling] | |
2 | |
00:00:50,586 --> 00:00:53,275 | |
Holy cow! | |
3 | |
00:00:53,379 --> 00:00:55,896 |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
trim_trailing_whitespace = false | |
indent_style = tab | |
[*.{yaml,yml}] |
05:25:16.599256 lstat64 /System/Library/Frameworks 0.000019 AOSHeartbeat.5919 | |
05:25:16.599266 lstat64 /System/Library/Frameworks/AppKit.framework 0.000008 AOSHeartbeat.5919 | |
05:25:16.599279 lstat64 /System/Library/Frameworks/AppKit.framework/Versions 0.000005 AOSHeartbeat.5919 | |
05:25:16.599285 lstat64 /System/Library/Frameworks/AppKit.framework/Versions/C 0.000005 AOSHeartbeat.5919 | |
05:25:16.599290 lst |
A block quotation.
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
/broken.lnk | |
/exists | |
.DS_Store |
# -*- tab-width: 4; indent-tabs-mode: nil -*- vim: ts=4 et | |
# Based on https://www.appveyor.com/docs/appveyor-yml/ (July 19th, 2021) | |
# Notes: | |
# - All sections are optional; the most minimalist `appveyor.yml` is an empty file | |
# - All section names are case-sensitive | |
# - Section names should be unique on each level | |
#---------------------------------# | |
# General configuration # | |
#---------------------------------# |