Skip to content

Usage

To use the extension just write the following code inside your documentation and mkdoclingo will render the corresponding documentation in that place.

Example

::: relative-path-to-file.lp
    handler: asp
    options:
        ...
  • relative-path-to-file.lp is a relative path to an ASP encoding from the project root
  • handler: asp indicates that mkdoclingo will be used
  • options customize each section that can be included.

Configuration options