You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/03/30 15:05:41 UTC

[lucenenet] 14/15: docs: Lucene.Net/overview.md: Changed fenced code block to console style

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit b1c353c23137add581fe45c27bb09774d273b0c9
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Tue Mar 30 19:46:08 2021 +0700

    docs: Lucene.Net/overview.md: Changed fenced code block to console style
---
 src/Lucene.Net/overview.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Lucene.Net/overview.md b/src/Lucene.Net/overview.md
index 45db0bd..8d540ae 100644
--- a/src/Lucene.Net/overview.md
+++ b/src/Lucene.Net/overview.md
@@ -134,7 +134,7 @@ queries and searches an index.
 
 To demonstrate this, try something like:
 
-```
+```console
 > dotnet demo index-files index rec.food.recipies/soups
 adding rec.food.recipes/soups/abalone-chowder
 [...]