idleman 7 months ago
parent
commit
de2eda64e2
2 changed files with 10 additions and 3 deletions
  1. 9 3
      README.md
  2. 1 0
      index.html

+ 9 - 3
README.md

@@ -2,8 +2,14 @@
 
 > Hell this is a fast and furious doc !!
 
-``echo "hello world"``
+``simple line``
 
-``php
+	Quote of the hell
+
+```php
 echo "hello world"
-``
+```
+
+```php
+System.out.println('hello')
+```

+ 1 - 0
index.html

@@ -19,6 +19,7 @@
   <!-- Docsify v4 -->
   <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
   <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
+  <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script>
   <script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
 </body>
 </html>