TinyCalf
TinyCalf
问题原因在这,我在你们的网站上看到代码块生成的HTML是这样的: `.......` pre和code的组合能被prism识别并显示高亮,但是在我们出问题的页面上生成的html是这样的: `......` 我找到了生成这串标签的文件,就是highlight.js,然后我主配置文件里面把highlight禁用了,但是生成的还是figure。 所以要么有什么好的解决办法能禁用掉hightlight,要么就可能是版本问题。请问没问题的网站用的是什么版本的hexo?
我发现了,这样写就正常了,和prism的版本也有关系,我用的是从官网定制的 ``` ```lang-javascript code \``` ``` 要加个前缀 lang-
> > Hi, It is ok now. The problem did not appeared again. Thank you :) > > @maby200 Can you please tell how did you fix this? I am...
doesn't work for me, i successfully run on https://myserver/bws/api, and my server still shows me this err: info Client Err: 400 /v2/wallets/ {"code":"BADREQUEST","message":"Required argument name missing."} ::ffff:60.29.18.50 2017-07-22T08:34:46.025Z "POST /bws/api/v2/wallets/"...
on ios only, web works well
it works now. I need to replace all "*/bws/api" urls to my own altcoin's, not just the config file.
oh,sorry, du... first you should setup SSL for the website like BitLox said. Second, search the whole directory for "bws/api" and replace it with the url of the bws you've...
this problem only occurs on iOS build indeed. if it happens on web build or Android build, it might not caused by this issue.