Skip to content

Commit

Permalink
Merge pull request #1 from edurbrito/fixes-#1
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
edurbrito authored Jul 4, 2020
2 parents 2f63f31 + d61c575 commit 1994ad1
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 3 deletions.
111 changes: 109 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<img src="./images/logo.png" style="margin-left: auto; margin-right: auto; display: block;">
<p align="center">
<img src="./images/logo.png" style="margin-left: auto; margin-right: auto; display: block; height: 60%">
</p>

----

Expand Down Expand Up @@ -103,6 +105,8 @@ More customizations may come in the future.
### [Default Theme](themes/default/)

Some aspects/components of this theme are:

<!--
|||
--|--
| h1 or # | ![](images/default/h1.png) |
Expand All @@ -114,6 +118,109 @@ Some aspects/components of this theme are:
| blockquote or > | ![](images/default/blockquote.png) |
| table | ![](images/default/table.png) |
| hr or ---- | Not displayed. It is used for page breaks when printing to pdf. |
-->

<table style="background-color: white; color: black;">

<tr>
<td>

h1 or #
</td>
<td>

![](images/default/h1.png)
</td>
</tr>

<tr>
<td>

h2 or ##
</td>
<td>

![](images/default/h2.png)
</td>
</tr>

<tr>
<td>

h3 or ###
</td>
<td>

![](images/default/h3.png)
</td>
</tr>

<tr>
<td>

h4 or ####
</td>
<td>

![](images/default/h4.png)
</td>
</tr>

<tr>
<td>

h5 or #####
</td>
<td>

Similar to h4, but smaller.
</td>
</tr>

<tr>
<td>

h6 or ######
</td>
<td>

![](images/default/h6.png) This will appear with a grey background color when previewing or in html.
</td>
</tr>

<tr>
<td>

blockquote or >
</td>
<td>

![](images/default/blockquote.png)
</td>
</tr>

<tr>
<td>

table
</td>
<td>

![](images/default/table.png)
</td>
</tr>

<tr>
<td>

hr or ----
</td>
<td>

Not displayed. It is used for page breaks when printing to pdf.
</td>
</tr>
</table>

## Contributing

Expand All @@ -125,4 +232,4 @@ Whenever a new template is added, the corresponding style for every suitable the

## License

Licensed under the [MIT license](LICENSE.txt).
Licensed under the [MIT license](LICENSE.txt).
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/edurbrito/markdown-notes.git"
},
"dependencies": {
"inquirer": "^7.3.0"
Expand Down

0 comments on commit 1994ad1

Please sign in to comment.