Use pseudocode in emacs org in hugo

Is there any way to write pseudocode in emacs org file and could be transformed into website page normally by hugo.
It seems that Jekyll could do it like this https://github.com/jekyll/jekyll/issues/7631

All org parsers outside emacs/org-mode lack in features. Your choices will either be:

  • use markdown
  • convert org file into html snippet using emacs then include the results in hugo template