I was guided here from Github tickets. Issue was:
Related: How can I apply code sample inside [] brackets in org-mode
In the markdown-mode I am able to do following: [one, two, three, four]
But in org-mode when I do:
[one, two, three, four] , it printed as it is instead of converting ~varaible~ into code format. How can I pretent this to keep code sample format?
Response:
I believe GitHub uses org-ruby to render .org files as HTML.
I was wondering if you could report this issue here:
https://github.com/bdewey/org-ruby/issues
I was guided here from
Githubtickets. Issue was:Related: How can I apply code sample inside [] brackets in org-mode
In the
markdown-modeI am able to do following: [one,two,three,four]But in
org-modewhen I do:[
one,two,three,four] , it printed as it is instead of converting~varaible~into code format. How can I pretent this to keep code sample format?Response: