Skip to content

Commit b813fac

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
refactor(build): fix some link and typos
1 parent e6e548a commit b813fac

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here is the list of dependencies, which are required
1919
It's a "nice to have" but not a deep dependencies, which is the [ngx-markdown](https://github.com/jfcere/ngx-markdown) lib. It is used in the demo of this lib, but technically you could plug any other lib you wish for dealing with the markdown preview.
2020

2121
### Demo page
22-
- [Bootstrap 3 demo](https://ghiscoding.github.io/angular-markdown-editor) / [examples repo](https://github.com/ghiscoding/angular-markdown-editor/tree/master/src/app/examples)
22+
- [Bootstrap 3 demo](https://ghiscoding.github.io/angular-markdown-editor) / [examples repo](https://github.com/ghiscoding/angular-markdown-editor-demo)
2323

2424

2525
## Installation

src/app/app.component.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
<i class="fa fa-github"></i>
1010
<span>{{title}}</span>
1111
</a>
12-
<span style="position: relative; top: 15px">
13-
<iframe allowtransparency="true" scrolling="no" frameborder="0" src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fghiscoding%2Fangular-markdown-editor&amp;aria-label=Star%20ghiscoding%2Fangular-markdown-editor%20on%20GitHub&amp;data-icon=octicon-star&amp;data-text=Star&amp;data-show-count=true"
14-
style="width: 90px; height: 20px; border: none;"></iframe>
15-
</span>
1612
</div>
1713
<div class="navbar-collapse collapse">
1814
<ul class="nav navbar-nav">
15+
<li>
16+
<span style="position: relative; top: 15px">
17+
<iframe allowtransparency="true" scrolling="no" frameborder="0" src="https://buttons.github.io/buttons.html#href=https%3A%2F%2Fgithub.com%2Fghiscoding%2Fangular-markdown-editor&amp;aria-label=Star%20ghiscoding%2Fangular-markdown-editor%20on%20GitHub&amp;data-icon=octicon-star&amp;data-text=Star&amp;data-show-count=true"
18+
style="width: 90px; height: 20px; border: none;"></iframe>
19+
</span>
20+
</li>
1921
<li>
2022
<a [routerLink]="['/reactive-editor']">
2123
<i class="fa fa-lg fa-exchange"></i> Reactive Form Demo

0 commit comments

Comments
 (0)