Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Mar 13, 2020
1 parent 8e2f633 commit 61a4d2d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
A Web Page to Render Remote Markdown File

## Query Syntax
+ `source`: `bool`, whether source code should be displayed
+ `sanitize`: `bool`, whether compiled markdown should be sanitized
+ `control`: `bool`, whether to display control area
+ `credit`: `bool`, whether to display credit area
+ `source`: `bool`, default: `false`, whether source code should be displayed
+ `sanitize`: `bool`, default: `true`, whether compiled markdown should be sanitized
+ `control`: `bool`, default: `true`, whether to display control area
+ `credit`: `bool`, default: `true`, whether to display credit area
+ `lang`: `string`, default: `en_us`, language to be displayed, current available language: `en_us`, `zh_cn`, `zh_tw`
+ `url`: `string`, markdown file to be loaded, this value should be a escaped URL and **MUST BE THE LAST KEY**

Powered By:
Expand Down

0 comments on commit 61a4d2d

Please sign in to comment.