-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Render org-mode
Source Code Blocks
#186
Comments
It appears that recent versions of https://github.com/bdewey/org-ruby support both lower case org-mode keywords and syntax highlighting in the source code blocks so the issue could be resolved by upgrading org-ruby in the official github. |
Another issue is visible here (but I have not tested it with bdewey's org-ruby). The colons introduce a |
+1 |
Almost a year ago I made a push for an org-ruby update here which proved unsuccessful. I'm not sure whether this was because gollum's rendering engine is decoupled or because they simply didn't update their software, I haven't received a response to any of my support tickets. |
GitHub's running 0.8.1 of the org-ruby gem. It looks like everything is parsed correctly now. |
@gjtorikian Thanks for the upgrade! |
It looks like there is still no syntax highlighting in the source code blocks though. |
Cool. Looking forward to using this. |
Any progress on this? |
@amoghpj this is already supported |
I can’t see any syntax highlighting on |
The exclusion of special formatting for source code blocks in
org-mode
makes it extremely difficult to practice literate programming and provide examples of use or installation instructions.EDIT: It appears that only
#+BEGIN_EXAMPLE
(and potentially#+BEGIN_SRC
) are recognized. The default inorg-mode
now (with<(e|s)<TAB>
) is#+begin_example
and#+begin_src
.Blocks are now case-insensitive.
The text was updated successfully, but these errors were encountered: