Skip to content

Commit

Permalink
feat: adds support for extended markdown features
Browse files Browse the repository at this point in the history
  • Loading branch information
aubm committed Feb 6, 2017
1 parent 397a582 commit 02a5287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func findResponse(req postman.Request, name string) *postman.Response {
}

func markdown(input string) string {
return string(blackfriday.MarkdownBasic([]byte(input)))
return string(blackfriday.MarkdownCommon([]byte(input)))
}

func indentJSON(input string) string {
Expand Down

0 comments on commit 02a5287

Please sign in to comment.