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

Bootstrap callout Bug #839

Closed
5 of 11 tasks
NashMiao opened this issue Apr 17, 2019 · 4 comments
Closed
5 of 11 tasks

Bootstrap callout Bug #839

NashMiao opened this issue Apr 17, 2019 · 4 comments

Comments

@NashMiao
Copy link

I agree and want to create new issue


Expected behavior

The markdown contents between Bootstrap Callout can be rendered to HTML contents .

Actual behavior

image

Steps to reproduce the behavior

  1. hexo new "example"
  2. write content in example.md
{% note default %} default {% endnote %}

I want to use `md` in here.

{% note primary %} primary {% endnote %}

I want to use `md` in here.

{% note success %} success {% endnote %}

I want to use `md` in here.

{% note info %} info {% endnote %}

I want to use `md` in here.

{% note warning %} warning {% endnote %}

I want to use `md` in here.

{% note danger %} danger {% endnote %}
  1. run hexo s to see result.
  • Link to demo site with this bug: N/A
  • Link(s) to source code or any usefull link(s): N/A

Node.js and NPM Information

$node -v
v8.11.3
$npm -v
5.6.0

Package dependencies Information

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.8.0"
  },
  "dependencies": {
    "hexo": "^3.8.0",
    "hexo-deployer-git": "^1.0.0",
    "hexo-generator-archive": "^0.1.5",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-index": "^0.2.1",
    "hexo-generator-searchdb": "^1.0.8",
    "hexo-generator-tag": "^0.2.0",
    "hexo-renderer-ejs": "^0.3.1",
    "hexo-renderer-marked": "^0.3.2",
    "hexo-renderer-stylus": "^0.3.3",
    "hexo-server": "^0.3.3",
    "hexo-symbols-count-time": "^0.4.4"
  }
}

Hexo Information

Hexo version

hexo: 3.8.0
hexo-cli: 1.1.0
os: Windows_NT 10.0.17134 win32 x64
http_parser: 2.8.0
node: 8.11.3
v8: 6.2.414.54
uv: 1.19.1
zlib: 1.2.11
ares: 1.10.1-DEV
modules: 57
nghttp2: 1.32.0
napi: 3
openssl: 1.0.2o
icu: 60.1
unicode: 10.0
cldr: 32.0
tz: 2017c

NexT Information

NexT Version:

  • Latest Master branch
  • Latest Release version
  • Old version

NexT Scheme:

  • All schemes
  • Muse
  • Mist
  • Pisces
  • Gemini

Other Information

@NashMiao NashMiao added the Bug label Apr 17, 2019
@welcome
Copy link

welcome bot commented Apr 17, 2019

Thanks for opening this issue, maintainers will get back to you as soon as possible!

@ivan-nginx
Copy link
Member

ivan-nginx commented Apr 25, 2019

{% note default %}
default
{% endnote %}

I want to use `md` in here.

{% note primary %}
primary
{% endnote %}

https://theme-next.org/docs/tag-plugins/note#Known-Issues

NexT
NexT User Docs – NexT Supported Tags – Note

@NashMiao
Copy link
Author

@ivan-nginx thanks for your help. Maybe we should add a link in this page.

@lock
Copy link

lock bot commented May 5, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants