Hi I am new to sunblime.
When i write HTML on sublime, i meet one issue.
While i enter the wrong tag name like entering instead of
This is a wrong tag name.
Does sublime provide any warning message for the tag typo?
thanks!
HTML DEBUG (tag typo)
0 Likes
kingkeith
#2
out of the box, no. But you can probably find a plugin to provide that functionality.
0 Likes
ybbond
#4
you may need to escape the html tag when writing with markdown (which Discourse uses) like <this><div />.
Or enclose them inside code syntax <like /><this />
0 Likes