Skip to content

Commit

Permalink
fix test-api
Browse files Browse the repository at this point in the history
  • Loading branch information
anhtumai committed May 22, 2023
1 parent 950d5b4 commit 9f7bf39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export(path=None, user_content=False, context=None, username=None, password=None
- `api_url`: A different base URL for the github API, for example that of a Github Enterprise instance. The default is the public API https://api.github.com.
- `title`: The page title, derived from `path` by default
- `quiet`: Do not print to the terminal
- `theme`: Theme to view markdown file (light mode or dark mode)
- `theme`: Theme to view markdown file (light mode or dark mode). Valid options ("light", "dark"). Default: "light".
- `grip_class`: Use a custom [Grip class](#class-gripflask)


Expand Down Expand Up @@ -441,7 +441,7 @@ render_page(path=None, user_content=False, context=None, username=None, password
- `title`: The page title, derived from `path` by default
- `text`: A string or stream of Markdown text to render instead of being loaded from `path` (Note: `path` can be used to set the page title)
- `quiet`: Do not print to the terminal
- `theme`: Theme to view markdown file (light mode or dark mode)
- `theme`: Theme to view markdown file (light mode or dark mode). Valid options ("light", "dark"). Default: "light".
- `grip_class`: Use a custom [Grip class](#class-gripflask)


Expand Down
2 changes: 1 addition & 1 deletion tests/output/app/gfm-test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/output/app/zero.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f7bf39

Please sign in to comment.