معرفی شرکت ها


RenderGFM-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Command-line tool to render Markdown to HTML using the GitHub API
ویژگی مقدار
سیستم عامل OS Independent
نام فایل RenderGFM-1.0.1
نام RenderGFM
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Brett Smith
ایمیل نویسنده brettcsmith@brettcsmith.org
آدرس صفحه اصلی https://brettcsmith.org/RenderGFM
آدرس اینترنتی https://pypi.org/project/RenderGFM/
مجوز Apache License 2.0
# RenderGFM RenderGFM is a command-line tool that renders Markdown to HTML exactly how GitHub does it. This tool calls the GitHub API to convert Markdown to HTML. Use this to check that your document will look the way you want on GitHub without cluttering your Git history. ## Installation [Install Python 3][] and run: python3 -m pip install --user RenderGFM [Install Python 3]: https://wiki.python.org/moin/BeginnersGuide/Download ## Important Security Note RenderGFM uploads your Markdown to GitHub servers. You should only use this tool on documents that you intend to publish on GitHub, and nothing private. ## Usage Typical usage looks like: rendergfm -O README.html README.md RenderGFM will write to standard output, and read from standard input, if you don't specify any file arguments. So you can equivalently run it like: rendergfm <README.md >README.html Pass the `--context`/`-c` option to specify the repository you're working from, and automatically generate GitHub links to issues, pull requests, etc. rendergfm -c brettcs/RenderGFM README.md There are additional options to control the rendering mode and enable debug logs. Run `rendergfm --help` for details. ## Limitations The HTML output isn't stylized at all. It's still enough to check for correctness, but the tool could add some CSS to make it easier to read. ## RenderGFM is free software RenderGFM is copyright © 2022 by [Brett Smith](mailto:brettcsmith@brettcsmith.org). You can use, share, and modify the program under the terms of the included [Apache License 2.0](LICENSE.txt).


نیازمندی

مقدار نام
>=2.20 requests


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl RenderGFM-1.0.1:

    pip install RenderGFM-1.0.1.whl


نصب پکیج tar.gz RenderGFM-1.0.1:

    pip install RenderGFM-1.0.1.tar.gz