Ver Fonte

Attempts to fix weird markdown standard

- Attempts to fix '[list-item-indent] Incorrect list-item indent: add 2 spaces' warning
- remark-stringify uses 'tab-size' (named 'tab' there) by default to ensure markdown is seen the same way across vendors. This can be configured with the listItemIndent option. This rule’s 'space' option is named '1' there.
Subbramanian Lakshmanan há 7 anos atrás
pai
commit
9654c8fc9b
1 ficheiros alterados com 6 adições e 6 exclusões
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -14,15 +14,15 @@ I liked it so much but I couldn't do with just 3 apps as daily apps so tah-daaa
 
 ### Features that I think will make this really cool for the app
 
-- quick voice recorder
-- notes app
-- todo list
+-  quick voice recorder
+-  notes app
+-  todo list
 
 ### For the project
 
-- Migrate to stable version of android studio for better contribution accessibility
-- Write all tests for the app
+-  Migrate to stable version of android studio for better contribution accessibility
+-  Write all tests for the app
 
 ### Contribute
 
-- PRs are more than welcome.
+-  PRs are more than welcome.