Skip to content

Commit d2d484c

Browse files
authored
Merge pull request #43 from iamacup/4.1.0
4.1.0
2 parents db90acd + 170867e commit d2d484c

24 files changed

+16
-20
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import Markdown from 'react-native-markdown-display';
3535

3636
const copy = `# h1 Heading 8-)
3737
38-
** this is some bold text! **
38+
**This is some bold text!**
3939
4040
This is normal text
4141
`;
@@ -288,11 +288,11 @@ And some additional, less used options:
288288
<p>
289289

290290
```
291-
[link text](http://dev.nodeca.com)
291+
[link text](https://www.google.com)
292292
293-
[link with title](http://nodeca.github.io/pica/demo/ "title text!")
293+
[link with title](https://www.google.com "title text!")
294294
295-
Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
295+
Autoconverted link https://www.google.com (enable linkify to see)
296296
```
297297

298298
| iOS | Android
@@ -471,11 +471,11 @@ Tables
471471
472472
Links
473473
474-
[link text](http://dev.nodeca.com)
474+
[link text](https://www.google.com)
475475
476-
[link with title](http://nodeca.github.io/pica/demo/ "title text!")
476+
[link with title](https://www.google.com "title text!")
477477
478-
Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
478+
Autoconverted link https://www.google.com (enable linkify to see)
479479
480480
481481
Images

doc/images/android-1.png

-5.8 KB
Loading

doc/images/android-10.png

28.4 KB
Loading

doc/images/android-2.png

-2.46 KB
Loading

doc/images/android-3.png

-8.84 KB
Loading

doc/images/android-4.png

-2.22 KB
Loading

doc/images/android-5.png

-14.2 KB
Loading

doc/images/android-6.png

6.19 KB
Loading

doc/images/android-7.png

-7.18 KB
Loading

doc/images/android-8.png

-7.81 KB
Loading

0 commit comments

Comments
 (0)