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

Added support for ``` code blocks #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tbjers
Copy link

@tbjers tbjers commented Apr 11, 2012

Added support for GitHub Flavored Markdown code blocks like this:

$ tar cvzf foo.tar.bz2 bar/

@polidore
Copy link

polidore commented Sep 7, 2012

hm. this didn't work for me.

@cboettig
Copy link

This isn't working for me either. Would be a great feature.

@cboettig
Copy link

Looks like the three-tick line which was added in the above commit works for me (when added manually), but that the line is removed and the current script has been adjusted to support n-ticks (as per the designation)?

syntax region mkdCode       start=/\s*``[^`]*/  end=/[^`]*``\s*/

which doesn't work for me. Ideally this would support syntax highlighting by language specified, too.

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.

3 participants