Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 3.13 KB

styles.md

File metadata and controls

90 lines (66 loc) · 3.13 KB
layout title no_index sitemap
page
Styles
true
false

Heading 1

Heading 2

Heading 3

Heading 4

This is a normal paragraph of text. Here's a link. Paragraph's are generally longer than what I've written so far, so I'm continuing to make it a bit longer. Again, this is just to demonstrate to you what a paragraph of text looks like.

This is a blockquote. There's not much to say, but I'm going to write a bit here to make sure that it spans multiple lines so you can see how it looks in that case.

The blockquote can also have multiple paragraphs.

It can also have links.

Here's another paragraph. This one has a footnote though 1

Now let's look at how code highlighting is handled. Here's some PHP.

class CodeDemo extends BaseDemo
{
    private $myArg;

    public function __construct($myArg)
    {
        $this->myArg = $myArg;
    }

    public function sayArg()
    {
        return 'Hello ' . $this->myArg;
    }
}

Here is how images are treated:

Screenshot showing Miscellaneous HTML in Magento

Next let's look at the different "touts" that we can use.

This is the first style of tout available Here's a link demonstrating what links like here. Again, I'm writing a bit so you can see how it looks when it wraps to two lines.

This is the second style of tout available Here's a link demonstrating what links like here. Again, I'm writing a bit so you can see how it looks when it wraps to two lines.

This is the third style of tout available Here's a link demonstrating what links like here. Again, I'm writing a bit so you can see how it looks when it wraps to two lines.

Let's see a button

Next let's look at an embedded YouTube video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/tmOJxIyjvcQ" srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}</style>Imagining A Magento World Without Caching | Max Chadwick | Meet Magento New York" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen title="Imagining A Magento World Without Caching | Max Chadwick | Meet Magento New York" ></iframe>

Finally, we have our footnotes.

Footnotes

1 . Here's the footnote in question.