Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "###" markdown singal does not work with release 1.3.0 #81

Closed
kaedea opened this issue Aug 19, 2015 · 12 comments
Closed

The "###" markdown singal does not work with release 1.3.0 #81

kaedea opened this issue Aug 19, 2015 · 12 comments

Comments

@kaedea
Copy link

kaedea commented Aug 19, 2015

@LouisBarranqueiro
Copy link
Owner

Could you add source code of the article, hexo version and hexo-renderer-marked version please?

@kaedea
Copy link
Author

kaedea commented Aug 19, 2015

C:\Users\estel>hexo version
hexo-cli: 0.1.7
os: Windows_NT 6.3.9600 win32 x64
http_parser: 2.3
node: 0.12.2
v8: 3.28.73
uv: 1.4.2-node1
zlib: 1.2.8
modules: 14
openssl: 1.0.1m

###大名鼎鼎的Genymotion

Genymotion是一款顺畅和容易(fast and easy-to-use)使用的Android模拟器,可以用来运行和调试你的APP。Genymotion 来自于AndroVM 这个开源项目,基于 x86 和 VirtualBox,支持 OpenGL 加速,可以用于 Mac/Win/Linux。最近发布了新版,支持了 Android2.3/4.3,新增了拖拽安装 apk,移除了 Google 市场(后面提供解决方案)。另外增加了功能更丰富的付费版,个人可以继续使用免费版。

####特点

  1. 超级流畅;
  2. 支持拖拽安装APK;
  3. 有多种Android系统版本和设备类型供选择;
  4. 能模拟手机的旋转、充电情况、GPS数据等物理数据;

It looks that the # singal does not work here in comment either. Do I use it in a wrong way?

@LouisBarranqueiro
Copy link
Owner

go in your package.json file and get hexo version and hexo-renderer-marked please. I test your code, and it works fine with hexo : 3.1.1 and hexo-renderer-marked : 0.2.5
capture d ecran 2015-08-19 a 11 08 14

@kaedea
Copy link
Author

kaedea commented Aug 19, 2015

Thanks!

@kaedea kaedea closed this as completed Aug 19, 2015
@jin5354
Copy link

jin5354 commented Aug 19, 2015

Got same problem. hexo 3.1.1 and hexo-renderer-marked 0.2.5.

** - ``` all work fine, only # singal doesn't work

@LouisBarranqueiro
Copy link
Owner

@jin5354 copy your source code please

@jin5354
Copy link

jin5354 commented Aug 20, 2015

@LouisBarranqueiro I found the reason. There should be a space between '#' and letters.

"###word" can't work. "### word"works. Is this space absolutely necessary? I'm migrating hexo from 2.x to 3. The old hexo can correctly recognize '###word'.

Thanks for your attention. Awesome theme!

@chawyehsu
Copy link

@jin5354 not absolutely, some parser can render it, but with space is the correct markdown syntax. see Daring Fireball: Markdown Syntax Documentation or Mastering Markdown · GitHub Guides.

@kaedea
Copy link
Author

kaedea commented Aug 20, 2015

Do you know how to upgrade the hexo-renderer-marked dependency version in HEXO? Mine is 0.2.4

@jin5354
Copy link

jin5354 commented Aug 20, 2015

@kaedea Just run npm i hexo-renderer-marked@0.2.5

@LouisBarranqueiro
Copy link
Owner

I seems that the new hexo-renderer-marked required a between # and the title. As @h404bi said the correct markdown syntax require a space.

@jin5354
Copy link

jin5354 commented Aug 24, 2015

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants