Explorar o código

fixed missing preformatted code blocks in readme

Chris Simpkins %!s(int64=10) %!d(string=hai) anos
pai
achega
a31e834f38
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -183,12 +183,16 @@ Replace `path/to/` with the actual path to your css directory.
 
 ##### Basic Latin Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack.min.css">
+```
 
 
 ##### Full Character Set
 
+```html
 <link rel="stylesheet" href="path/to/css/hack-extended.min.css">
+```
 
 You can alter the path to the Hack files (e.g. place the files in a `hack` resource subdirectory); however, please make sure that you preserve the relative file paths included in the release archive (*or be prepared to modify the paths to the font files*).