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

Use Kramdown instead of RDiscount #1

Merged
merged 4 commits into from
Aug 20, 2018
Merged

Use Kramdown instead of RDiscount #1

merged 4 commits into from
Aug 20, 2018

Conversation

veganstraightedge
Copy link
Contributor

Added Gemfile to add kramdown as a dependency.


Make sure you have Bundler installed:

bundle -v

If you don't, install it.

gem install bundler

Because you're using system Ruby, you might need to sudo that.

sudo gem install bundler


When you have Bundler installed, bundle your gem dependencies from your Gemfile.

bundle install


After that, your usage should be the same as it ever was. Same as it ever was.


Lemme know if that Just Works™ for you on Mojave + System Ruby. If not, I have a very simple approach to using non-system Ruby that I can add to the project for you.

Added `Gemfile` to add `kramdown` as a dependency.

***

Make sure you have Bundler installed:

`bundle -v`

If you don't, install it.

`gem install bundler`

Because you're using system Ruby, you might need to `sudo` that.

`sudo gem install bundler`

***

When you have Bundler installed, `bundle` your gem dependencies from your `Gemfile`.

`bundle install`

***

After that, your usage _should_ be the same as it ever was. Same as it ever was.

***

Lemme know if that Just Works™ for you on Mojave + System Ruby. If not, I have a very simple approach to using non-system Ruby that I can add to the project for you.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Kramdown instead of RDiscount
@brentsimmons brentsimmons merged commit 53004d6 into brentsimmons:master Aug 20, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants