Zyzle.dev

Markdown Tester Page

26th March, 2022

This page is going to function as a test bed for the site's new styling, it's going to contain as many different markdown elements as possible in order to see whether or not we support them

Text

some text with bold italic bold-italic underlined monospaced a link strike

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque dui eros, sollicitudin a diam sit amet, tincidunt laoreet magna. Donec in sem non risus eleifend feugiat. Vestibulum quis imperdiet tellus, vitae sollicitudin dui. Nulla facilisi. Nunc posuere, lacus id tempus pharetra, lectus ex tempor turpis, molestie congue orci turpis et nisi. Vivamus sed maximus sem, id elementum metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Suspendisse potenti. Integer pretium vulputate quam venenatis tempus. Donec purus tellus, blandit aliquet auctor eget, vulputate non dui.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
heading 6

Unordered list

  • one

  • two

  • three

  • four

Ordered List

  1. one

  2. two

  3. three

  4. four

Blocks

Some quoted text


over multiple lines

(() => {
const bar = document.querySelector('#progress-bar');
const post = document.querySelector('#docmain');
const html = document.documentElement;
const height = post.scrollHeight;
window.addEventListener('scroll', () => {
bar.style.width =
(html.scrollTop / (height - html.clientHeight))
* 100 + '%';
});
})();

Figure

black and white image of building rennovation
A caption for the image

Comments