I use hexo to produce my personal blog website. Everything seems fine. But I find hexo can not parse ```myWidget2```, if words amidst double ``` is in the middle of a sentence, have no line feeds. However, jekyll can easily parse them. At the same time, both of them can parse double ``` with line feeds
to code style. So the key is line feeds.
My hexo version is
hexo: 3.7.1
hexo-cli: 1.1.0
os: Linux 4.15.0-36-generic linux x64
http_parser: 2.8.0
node: 10.11.0
v8: 6.8.275.32-node.28
uv: 1.23.0
zlib: 1.2.11
ares: 1.14.0
modules: 64
nghttp2: 1.33.0
napi: 3
openssl: 1.1.0i
icu: 62.1
unicode: 11.0
cldr: 33.1
tz: 2018e
Thank you for your reply! I really need to solve it.
I forgot my version of jekyll and hexo. But I find the reason that has difference between hexo and jekyll. If there is no new line using double ```, manifestation in jekyll is right but wrong in hexo. In face, the right form is as follow.
hello world
There is another way without no line: hello world
is fine now using double ` instead of ```.