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

can not display correctly #11

Open
luweizheng opened this issue Dec 13, 2020 · 1 comment
Open

can not display correctly #11

luweizheng opened this issue Dec 13, 2020 · 1 comment

Comments

@luweizheng
Copy link

Hi there, I just install jekyll-code-tabs. Here is what it looks like.

image

I install it as follows:

  1. add into Gemfile
gem 'kramdown-parser-gfm'
gem 'jekyll-code-tabs'
  1. exec bundle bundle update

Is there anything wrong?

@jdvp
Copy link

jdvp commented Sep 8, 2021

Late response and this is the first time I've ever seen this project, but I am pretty sure you need to include the following css/js dependencies since it seems like the plugin is using UiKit classes

  <!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />

<!-- UIkit JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

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

No branches or pull requests

2 participants