changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/organ/object/inline-source-block.lisp

changeset 698: 96958d3eb5b0
parent: a5ae5a58c4cd
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;; Inline source blocks match the pattern:
2 
3 ;; src_LANG{BODY} or src_LANG[HEADERS]{BODY}
4 
5 ;;; Code:
6 (in-package :organ)
7 
8 (define-org-object inline-source-block (lang headers body))