doc: use source block for multiline text

In this case, the conversion to AsciiDoc has removed a line break which
we want.  Make this work properly by using a source block.
This commit is contained in:
brian m. carlson 2022-06-22 15:45:04 +00:00
parent 748ad5ff41
commit e15937be62
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -17,10 +17,15 @@ smudge and clean.
* List details for all extensions
+
`git lfs ext` `git lfs ext list`
....
$ git lfs ext
$ git lfs ext list
....
* List details for the specified extensions
+
`git lfs ext list 'foo' 'bar'`
....
$ git lfs ext list 'foo' 'bar'
....
== SEE ALSO