You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will modify the plugin so it creates a gist for each code block in markdown. I also want to anotate the language of the gist so I can do something like this:
defsomeScalaFunction(x: Int) = x +1
it should create a gist with .scala extension so the code gets render with the Scala colors.
I also might one to insert the gist url below the code block. :)
The text was updated successfully, but these errors were encountered:
I think (not 100% sure) plug-ins can be written in Swift also, even if MacDown itself is in Objective-C. Maybe you can try it out if you’re interested.
I will modify the plugin so it creates a gist for each code block in markdown. I also want to anotate the language of the gist so I can do something like this:
it should create a gist with .scala extension so the code gets render with the Scala colors.
I also might one to insert the gist url below the code block. :)
The text was updated successfully, but these errors were encountered: