C:\Users\Administrator>ruby -v
ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32]
C:\Users\Administrator>gem list bcrypt
*** LOCAL GEMS ***
bcrypt (3.1.11 x64-mingw32)
#Markdown Cheatsheet Markdown is a short-hand syntax for easily converting text to HTML. Below are some popular examples of Markdown formatting. For more examples reference Markdown Basics for a more detailed overview.
Links This is an example link
Code Wrap your code with 3 backticks (```) on the line before and after. If you specify the language after the first set of backticks, that'll help us with syntax highlighting.
```html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Use the gist to give the color to your code you want to show on the website. | |
* Use this raw link to import this file to your project. | |
* | |
* @import 'https://gist.githubusercontent.com/mittalyashu/f0cfea0d91edc2f5931dff1a5f6cadd0/raw/8cba80a4f2c077a65ef4b621b898d836c49cb99c/syntax.css'; | |
*/ | |
.highlight { background: #ffffff; } | |
.highlight .c { color: #999988; font-style: italic } /* Comment */ | |
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ |
NewerOlder