[doc] use org-mode example block for example

This commit is contained in:
Eugene Yaremenko 2021-09-29 23:43:14 +03:00 committed by GitHub
parent b002916715
commit 63056ecb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ app if found. To pass parameters to =ripgrep= use double dash then everything
after it is treated as parameters for search app.
For example:
#+BEGIN_SRC
#+BEGIN_EXAMPLE
phrase I want to search -- -t lisp
#+END_SRC
#+END_EXAMPLE
will search only on lisp files.