Browse Source

Fixed introduction page on mkdocs

joe 3 years ago
parent
commit
727fae06d8
1 changed files with 11 additions and 2 deletions
  1. 11 2
      docs/introduction.md

+ 11 - 2
docs/introduction.md

@@ -1,7 +1,16 @@
 Howdoi is an open source command line tool which gives answers to your questions in the command line itself. Howdoi can be used by anyone and everyone who finds themselves Googling for answers to their basic programming questions.
 
-Example - `howdoi print hello in python`
-Answer - `print(“hello”)`
+Example -
+
+```
+howdoi print hello in python
+```
+
+Answer -
+
+```
+print(“hello”)
+```
 
 ### Installation :