Jade - missing space before text for line x of jade file

后端 未结 6 2030
一整个雨季
一整个雨季 2020-12-30 19:05

I\'m making an Express based web application and everytime someone visits this jade file i get the following error:

Warning: missing space before text for li         


        
6条回答
  •  自闭症患者
    2020-12-30 19:57

    Alternatively you cna have this problem if you have you something like this..

    \t \t p    Foo
    \t \t p \t Foo
    

    I have had the above answer also generate this error so we're both technically right. ;)

    Also, if you use vim. You can see spaces by doing,

    :set hlsearch
    / /
    

提交回复
热议问题