Open mgraham opened 1 year ago
I have an org file that has json documents and ruby snippets:
#begin_src js { "some": "json" } #end_src #begin_src ruby def somefunction print "hello" end #end_src
I would like origami to be able to use the json parser within the js source block and the ruby parser within the ruby block.
Is that possible?
I have an org file that has json documents and ruby snippets:
I would like origami to be able to use the json parser within the js source block and the ruby parser within the ruby block.
Is that possible?