Magnificent Desolation

I believe that space travel will one day become as common as airline travel is today. Iā€™m convinced, however, that the true future of space travel does not lie with government agencies ā€” NASA is still obsessed with the idea that the primary purpose of the space program is science ā€” but real progress will come from private companies competing to provide the ultimate adventure ride, and NASA will receive the trickle-down benefits. - Buzz Aldrin

Image

Rocket launch

Header

Solebat cetera infelix duorum gravidi possit, et nec, est inpia mentique, consistere quae. Amplexus uror, pars pars aevo curas Cinyreius pennis sacrum inpulsaque o cunctos Oleniden peragit, se Athamas inmaduit transierant. Relicta significat rubenti potest.

Illa tibi cruentum adpulit pallent. Una dolorem quaque. Pars parvi, mihi quae Lyciaeque legit. Hic vitae felix illi laudatis? Et caelum, precatur nec pectora, Phoebi volucris moveo.

Unordered Lists

  • Item 1
  • Item 2
  • Item 3

Ordered Lists

  1. Item 1
  2. Item 2
  3. Item 3

Code Block

// finds a given word in a string and replace with another one
const findAndReplace = (string, wordToFind, wordToReplace) => {
  return string.split(wordToFind).join(wordToReplace);
};

let result = findAndReplace('I like banana', 'banana', 'apple'); // I like apple

Quoted Text

Maecenas faucibus mollis interdum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Aenean lacinia bibendum nulla sed consectetur. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue.