]> git.cameronkatri.com Git - mandoc.git/blob - regress/eqn/define/quoted.in
Support nesting of elements with next-line scope.
[mandoc.git] / regress / eqn / define / quoted.in
1 .\" $OpenBSD: quoted.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt DEFINE-QUOTED 1
4 .Os
5 .Sh NAME
6 .Nm define-quoted
7 .Nd interaction of the define control statement with quoting
8 .Sh DESCRIPTION
9 initial text
10 .EQ
11 define unquoted 'sin'
12 "unquoted"
13 unquoted
14 define quoted '"sin"'
15 "quoted"
16 quoted
17 .EN
18 final text