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

Org-mode source listings missing space before language name #523

Closed
avdi opened this issue May 28, 2012 · 1 comment
Closed

Org-mode source listings missing space before language name #523

avdi opened this issue May 28, 2012 · 1 comment

Comments

@avdi
Copy link

avdi commented May 28, 2012

Using the latest pandoc from cabal as of May 28, 2012.

Input:

# Chapter 1: Hello world

This paragraph is above the code listing.

 ```ruby
   def foo
     puts "hello, world"
   end
 ```
 This paragraph is below the code listing.

Output:

* Chapter 1: Hello world

This paragraph is above the code listing.

#+BEGIN_SRCruby
      def foo
        puts "hello, world"
      end
#+END_SRC

This paragraph is below the code listing.

Note that BEGIN_SRC is missing a space between it and ruby.

@jgm jgm closed this as completed in 91e9d90 May 29, 2012
@avdi
Copy link
Author

avdi commented May 30, 2012

That was fast. Thanks!

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