Skip to content

Commit

Permalink
Moving examples into docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Nov 9, 2021
1 parent 25636c3 commit 93924eb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ render consistently
This is a shortcut for these elements. Its output is predictably boring, but
bulletproof (forgive the pun) for email clients:

![Example of simple generated markup from the MJML Bullet List component](examples/mjml-bullet-list-screenshot-simple.png)
![Example of simple generated markup from the MJML Bullet List component](docs/images/mjml-bullet-list-screenshot-simple.png)

**`<mj-list>`** replaces `<ul>`. Use it alongside
[`<mj-text>`](https://documentation.mjml.io/#mj-text) within
Expand Down Expand Up @@ -91,7 +91,7 @@ This MJML:

Will produce the following visual representation:

![Example of simple generated markup from the MJML Bullet List component](examples/mjml-bullet-list-screenshot-simple.png)
![Example of simple generated markup from the MJML Bullet List component](docs/images/mjml-bullet-list-screenshot-simple.png)

Not very exciting, but reliably rendered in all email clients.

Expand Down Expand Up @@ -140,7 +140,7 @@ But you can get more creative. This MJML:

Will produce the following visual representation:

![Example of advanced generated markup from the MJML Bullet List component](examples/mjml-bullet-list-screenshot-advanced.png)
![Example of advanced generated markup from the MJML Bullet List component](docs/images/mjml-bullet-list-screenshot-advanced.png)

## MJML Head

Expand All @@ -167,7 +167,7 @@ also modify them through CSS. Use
[`<mj-style>`](https://documentation.mjml.io/#mj-style) and target the `.list`
and `.list-item` classes.

You can see this being done in the [example MJML file](examples/index.mjml).
You can see this being done in the [example MJML file](docs/example.mjml).

## Options

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 93924eb

Please sign in to comment.