Skip to content

Commit

Permalink
Merge pull request #396 from tbrowder/master
Browse files Browse the repository at this point in the history
improve formatting
  • Loading branch information
tbrowder committed Jan 23, 2018
2 parents 86e062e + 9a89c76 commit 91e4a3e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/using-pod-in-nqp.md
Expand Up @@ -5,17 +5,14 @@ Limited pod use is acceptable in nqp files. The following forms are currently a
### Single-line entries

=identifier ...text... # note that use of 'cut' as an identifier will cause a panic
Any word (other than 'cut' is accepted). The entry may be used inside a pod block.

Any word (other than 'cut') is accepted as an identifier. The entry may be used inside a pod block.

### Blocks

=begin ...optional identifier... ...optional text...
...any text
=end ...optional identifier...

If the **=begin** has an identifier, the **=end** should have the same identifier (not
yet enforced).

If the ```=begin``` has an identifier, the ```=end``` should have the same identifier (not
yet enforced).

0 comments on commit 91e4a3e

Please sign in to comment.