在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Elephant418/Markdownify开源软件地址(OpenSource Url):https://github.com/Elephant418/Markdownify开源编程语言(OpenSource Language):PHP 100.0%开源软件介绍(OpenSource Introduction):MarkdownifyThe HTML to Markdown converter for PHP Code example | How to Install | How to Contribute | Author & Community Code exampleMarkdown$converter = new Markdownify\Converter;
$converter->parseString('<h1>Heading</h1>');
// Returns: # Heading as defined by @michelfMarkdown Extra$converter = new Markdownify\ConverterExtra;
$converter->parseString('<h1 id="md">Heading</h1>');
// Returns: # Heading {#md} How to InstallThis library package requires composer require pixel418/markdownify How to Contribute
If you don't know much about pull request, you can read the Github article Author & CommunityMarkdownify is under MIT License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论