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

AutoHotkey syntax is not visible #428

Closed
maul-esel opened this issue Oct 30, 2011 · 3 comments
Closed

AutoHotkey syntax is not visible #428

maul-esel opened this issue Oct 30, 2011 · 3 comments

Comments

@maul-esel
Copy link

I'm trying to add some AutoHotkey syntax in my Jekyll posts:

{% highlight ahk %} ; AutoHotkey classic or IronAHK
DllCall("MyFunction", "uint", ptr) {% endhighlight %}
{% highlight ahk %} ; AutoHotkey_L or AutoHotkey v2
DllCall("MyFunction", "ptr", ptr) {% endhighlight %}

Unfortunately, this is not processed, it just disappears from the page. Maybe this has to do with the pygments version you use?
(Other languages work).

@maul-esel
Copy link
Author

Might be a bit off-topic:

Unfortunately I can't reproduce this locally. Trying to do so gives me

Liquid error: undefined method <code>join&#39; for &quot;\nMsgBox Hello, World!\n&quot;:String</code>

instead. Does anyone know the reason for this?

Edit:

Uninstalling Liquid 2.3.0 fixes the local error. So this seems to be an issue with Github Pages.

@jaroslavius
Copy link

Simply replace Liquid 2.3.0 files with latest version from Github (https://github.com/Shopify/liquid.git)
To download latest sources use git clone https://github.com/Shopify/liquid.git

@maul-esel
Copy link
Author

Yeah, I know and this since has been solved. Sorry I just forgot of the issue here.
(Github had used an older version of pygments, but they updated.)

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants