Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash-style Here document support #5

Open
clitetailor opened this issue Jul 9, 2019 · 0 comments
Open

Bash-style Here document support #5

clitetailor opened this issue Jul 9, 2019 · 0 comments

Comments

@clitetailor
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant