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

Fix #171, #104 #223

Merged
merged 3 commits into from Jul 9, 2017
Merged

Fix #171, #104 #223

merged 3 commits into from Jul 9, 2017

Conversation

adamcavendish
Copy link
Contributor

The gibberish was generated because pygmentize was shown the 'html-formated code', so it cannot correctly highlight the code.

(code (org-element-property :value src-block)) should be used to directly pull out the source code string out of src-block.

And I renamed original code to code-html to clarify its meaning.

(code-html (org-html-format-code src-block info))

@Kwpolska
Copy link
Member

@punchagan: could you please review this?

@adamcavendish
Copy link
Contributor Author

Add teaser support now.

@ralsina
Copy link
Member

ralsina commented Jul 9, 2017

I actually installed emacs to test this, it LGTM if @punchagan can't get to it soon :-)

@Kwpolska Kwpolska merged commit 7924a51 into getnikola:master Jul 9, 2017
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

4 participants