1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>Specifically, I am using <a href="https://ox-hugo.scripter.co/">ox-hugo</a> to write my blog in Hugo.</p> <p>I am writing a lot about functional programming and have a lot of code snippets in the <a href="https://racket-lang.org/">Racket</a> language. It uses a lot of Lambda-syntax and I would like the <code>lambda</code> keyword to be exported using the actual Greek letter for Lambda (λ). Why? Cause I like the aesthetics, and it's more readable if you have a lot of them in a snippet.</p> <p>So, basically, this code block: <code>scheme (product (lambda (i) i) 1 inc 6) </code></p> <p>Should be exported to HTML like this: <code>scheme (product (λ (i) i) 1 inc 6) </code></p> <p>Currently, it just looks the same in HTML as it does in the code block.</p> <p>Any help is appreciated!</p> <p>(Oh, and just so I'm following the rules here: I am doing this all in DOOM Emacs.)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/fllawless"> /u/fllawless </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/pmpyrl/how_can_i_manually_tell_orgbabel_how_it_should/">[link]</a></span>   <span><a href="https://www.reddit.com/r/orgmode/comments/pmpyrl/how_can_i_manually_tell_orgbabel_how_it_should/">[comments]</a></span> |