Fix github markdown not display \\n
This commit is contained in:
@ -55,7 +55,7 @@
|
|||||||
* c:\\secret\\directory
|
* c:\\secret\\directory
|
||||||
* c:\secret\directory *CORRECT*
|
* c:\secret\directory *CORRECT*
|
||||||
|
|
||||||
## What does "\"heisenberg\"" print?
|
## What does `"\"heisenberg\""` print?
|
||||||
* ERROR
|
* ERROR
|
||||||
* heisenberg
|
* heisenberg
|
||||||
* "heisenberg" *CORRECT*
|
* "heisenberg" *CORRECT*
|
||||||
@ -87,4 +87,4 @@
|
|||||||
* int
|
* int
|
||||||
* float64
|
* float64
|
||||||
* string *CORRECT*
|
* string *CORRECT*
|
||||||
* bool
|
* bool
|
||||||
|
Reference in New Issue
Block a user