Skip to content

Commit

Permalink
release links
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadi committed Jan 29, 2016
1 parent e227d58 commit 7059b79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<br>
<p align="center"><a href="#" target="_blank"><img width="250"src="https://cloud.githubusercontent.com/assets/6558790/12672296/7b66d8cc-c675-11e5-805d-c6d196320537.png"></a></p>
<p align="center"><a href="http://mjml.io" target="_blank"><img width="250"src="https://cloud.githubusercontent.com/assets/6558790/12672296/7b66d8cc-c675-11e5-805d-c6d196320537.png"></a></p>

<p align="center">
<br>
Expand All @@ -20,7 +20,7 @@ MJML is a markup language designed to reduce the pain of coding a responsive ema

<br>
<p align="center">
<a href="#" target="_blank">
<a href="http://mjml.io" target="_blank">
<img width="75%" src="https://cloud.githubusercontent.com/assets/6558790/12450760/ee034178-bf85-11e5-9dda-98d0c8f9f8d6.png">
</a>
</p>
Expand All @@ -30,7 +30,7 @@ MJML is a markup language designed to reduce the pain of coding a responsive ema
# Installation

<p>
<a href="#" target="_blank">
<a href="https://www.npmjs.com/package/mjml" target="_blank">
<strong align="left">Via NPM: </strong>
<img align="right" width="30" src="https://www.npmjs.com/static/images/npm-logo.svg">
</a>
Expand All @@ -43,12 +43,12 @@ npm install -g mjml
```

<a href="#" target="_blank">
<a href="https://github.com/mjmlio/mjml/releases" target="_blank">
<strong align="left">Via... click: </strong>
</a>

<p align="center">
<a href="#" target="_blank">
<a href="https://github.com/mjmlio/mjml/releases" target="_blank">
<img width="100" src="https://cloud.githubusercontent.com/assets/6558790/12175323/cdc78a78-b561-11e5-99e2-23abd893879a.png">
</a>
</p>
Expand Down Expand Up @@ -112,7 +112,7 @@ $> mjml --register <name of you component> -e
```

It will create a basic component template in a `.js` file. Follow the instructions provided in the file
and read more about custom components in the documentation (TODO: link)
and read more about custom components in the documentation

<br>

Expand Down
10 changes: 4 additions & 6 deletions src/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ The `mjml-engine` is the core of the MJML renderer. It exposes the MJML parser a

## How it works

(how it works image)

The engine is composed of multiple parts:
- [`documentParser`](#) : Parse the markup MJML string and return a JSON representation
- [`mjml2html`](#) : Turn a JSON MJML representation and returns an HTML string using react components
- [`MJMLElementsCollection`](#) : Contains the standard MJML elements exposed to the API
- [`documentParser`](https://github.com/mjmlio/mjml/blob/master/src/documentParser.js) : Parse the markup MJML string and return a JSON representation
- [`mjml2html`](https://github.com/mjmlio/mjml/blob/master/src/mjml2html.js) : Turn a JSON MJML representation and returns an HTML string using react components
- [`MJMLElementsCollection`](https://github.com/mjmlio/mjml/blob/master/src/MJMLElementsCollection.js) : Contains the standard MJML elements exposed to the API

## Changelog
Please refer to the [release](#) section to get more details about the different improvements.
Please refer to the [release](https://github.com/mjmlio/mjml/releases) section to get more details about the different improvements.

## Issues

Expand Down

0 comments on commit 7059b79

Please sign in to comment.