trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1 @@
<!-- 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&#39;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&#39;m following the rules here: I am doing this all in DOOM Emacs.)</p> </div><!-- SC_ON --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/pmpyrl/how_can_i_manually_tell_orgbabel_how_it_should/">[comments]</a></span>