Skip to content

Commit fcf4a2f

Browse files
committed
- updating readme, adding future release information
1 parent ae83dba commit fcf4a2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Is a 100% compatible CommonMark renderer, a react-native markdown renderer done right. This is __not__
44
a web-view markdown renderer but a renderer that uses native components for all its elements. These components can be overwritten when needed as seen in the examples.
55

6+
### Future releases
7+
##### v2.1.0
8+
- We are going to switch to a type based rule system instead of a html tags. Rules are currently
9+
based off html tags "a,h1,h2,h3,h4,ul,li etc." this will change to "anchor, heading1, bullet_list, bullet_list_item"
10+
This makes it a lot easier to add extra syntax features through plugins.
11+
612

713
### Quick links
814
- [Documentation](https://github.com/mientjan/react-native-markdown-renderer/wiki/)

0 commit comments

Comments
 (0)