
This file contains hidden or 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
const fixNewLine = require('./index.js') | |
const remark = require('remark') | |
text = "lol\nlol\n```\nlol\nlol\n```\n> lol\n> lol" | |
processed = remark() | |
.use(fixNewLine) | |
.processSync(text) | |
console.log(processed) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
(function() { | |
var preTags = document.getElementsByTagName('pre'); | |
var preWithHeaderInfo = preTags[0]; | |
var preWithContent = preTags[2]; | |
var lines = preWithContent.textContent.split('\n'); | |
// get data about the formatting (changes between different versions of chrome) | |
var rgx = /^(0{8}:\s+)([0-9a-f]{2}\s+)[0-9a-f]{2}/m; | |
var match = rgx.exec(lines[0]); |
This file contains hidden or 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
[ | |
feed: [ | |
publisher: "[email protected]", | |
updated: "Tue, 10 Jun 2003 09:41:01 GMT", | |
published_parsed: "Tue, 10 Jun 2003 04:00:00", | |
subtitle: "Liftoff to Space Exploration.", | |
language: "en-us", | |
links: [ | |
[ | |
href: "http://liftoff.msfc.nasa.gov/", type: "text/html", |
I hereby claim:
- I am vhf on github.
- I am vhf (https://keybase.io/vhf) on keybase.
- I have a public key whose fingerprint is 6C95 1820 25A0 1436 298C 98B4 E451 BC76 90A3 9BBF
To claim this, I am signing this object:
This file contains hidden or 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
(('type', 'application/rss+xml'),), | |
(('type', 'application/atom+xml'),), | |
(('type', 'application/rss'),), | |
(('type', 'application/atom'),), | |
(('type', 'application/rdf+xml'),), | |
(('type', 'application/rdf'),), | |
(('type', 'text/rss+xml'),), | |
(('type', 'text/atom+xml'),), | |
(('type', 'text/rss'),), | |
(('type', 'text/atom'),), |
NewerOlder