org-ruby icon indicating copy to clipboard operation
org-ruby copied to clipboard

[GitHub org file render] - Apply zero-width space in org-mode files

Open avatar-lavventura opened this issue 4 years ago • 0 comments

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

avatar-lavventura avatar Nov 27 '21 10:11 avatar-lavventura