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

Backtick Code Block does not work for *.MD #622

Closed
syeong opened this issue Jun 14, 2012 · 2 comments
Closed

Backtick Code Block does not work for *.MD #622

syeong opened this issue Jun 14, 2012 · 2 comments

Comments

@syeong
Copy link

syeong commented Jun 14, 2012

The Backtick Code Block plugin does not appear to parse source files having an "md" extension. Once the file has been renamed with the "markdown" extension instead however, the plugin works as expected. Is this expected behavior?

@imathis
Copy link
Owner

imathis commented Jun 14, 2012

I think this is a bug in Jekyll, not handling the .md extension the same way as the .markdown extension. There's no reason I can discern that the back tick code block plugin wouldn't parse them. It works on .html, and .textile, so it's not like it's singling out .markdown.

I would generally advise against using .md with Jekyll for that reason.

@imathis imathis closed this as completed Jun 14, 2012
@imathis imathis reopened this Aug 9, 2012
@imathis
Copy link
Owner

imathis commented Aug 9, 2012

Thanks @Confusion I'll give this a try.

imathis added a commit that referenced this issue Aug 9, 2012
@imathis imathis closed this as completed Aug 9, 2012
paxswill added a commit to paxswill/StupidRobots that referenced this issue Aug 31, 2012
* upstream/master:
  Fix for issue imathis#622
  Updated gems and rubies to 1.9.3
antifuchs added a commit to antifuchs/octopress that referenced this issue Aug 31, 2012
…inkor.net

* 'master' of https://github.com/imathis/octopress: (108 commits)
  Fix for issue imathis#622
  Updated gems and rubies to 1.9.3
  Example repo URL - see Github issue 516
  Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 and beyond.
  Do not strip trailing slash of canonical URLs.
  updated plugins to work with latest version of Liquid
  Updated Gemfile
  Octopress filters are now limited to html producing templating languages, Fixes imathis#536
  Fixed “3rd party plugins” wiki page link
  updated to latest version of Sass, fixed deprecation warnings
  Don't display comments link for post excerpts on index page when comments for that post are set to false.
  Github -> GitHub (capitalization)
  Fix typo
  Fix CRLF, closes imathis#374
  Fix for annoying overflow scroll issues caused by facebook and twitter share/follow widgets.
  tilecase -> titlecase
  Fix delicious widget js error JS error occured when there's no tags on bookmarks Check if it's an empty string before join item[i].t
  now Github repo url can be specified inline setup_github_pages command
  added site-wide description to config.yml (this provides a default meta description for the site, but can be overridden on on any page with page.description in the yaml)
  Removed redeclaration of sidebar-border.
  ...

Conflicts:
	.gitignore
	Rakefile
	_config.yml
briansimmons pushed a commit to briansimmons/octopress that referenced this issue Aug 20, 2013
The filters bundled with Octopress are not applied to files ending in 
`.md`, because the match in octopress_filters.rb does not match `.md`.
briansimmons pushed a commit to briansimmons/octopress that referenced this issue Aug 20, 2013
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