Skip to content

Commit b62c67c

Browse files
authored
Update README.md
1 parent f0a49dc commit b62c67c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,22 @@ Into this:
3535
4) Your code is now inserted at your cursor.
3636

3737

38+
## What this plugin can't do:
39+
* Convert JavaScript:
40+
41+
The <script> tag will be ignored, but Inline Javascript will be set without changes to the corresponding property. See the "button" code example above.
42+
43+
* Convert style sheets:
44+
45+
The <style> tag will be ignored, but inlined styles will be set to the corresponding style{} property. See the "button" code example above.
46+
47+
* Convert < head>
48+
49+
For now only the **< body>** will be parsed
50+
3851
## :arrow_down:&nbsp;How to install?
3952

53+
(It's in Review in the Marketplace right now, so can't find it)
4054
You can install plugin directly from IntelliJ IDEA or Android Studio:
4155
1. Open _Preferences_
4256
2. Choose _Plugins_

0 commit comments

Comments
 (0)