We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f527b commit 04f289aCopy full SHA for 04f289a
src/macros-by-example.md
@@ -76,7 +76,7 @@ delimiters for the matcher will match any pair of delimiters. Thus, for
76
instance, the matcher `(())` will match `{()}` but not `{{}}`. The character
77
`$` cannot be matched or transcribed literally.
78
79
-#### Forwarding a matched fragment
+### Forwarding a matched fragment
80
81
When forwarding a matched fragment to another macro-by-example, matchers in
82
the second macro will see an opaque AST of the fragment type. The second macro
0 commit comments