Skip to content

Bash-style Here document support #5

@clitetailor

Description

@clitetailor

Description
Considering whether to use bash-style here document along with current verbatim syntax style.

Example

\code(javascript) << END
  function sum(a, b) {
    return a + b
  }

  console.log(sum(1, 5))
END

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions