Markdownify

码农软件 · 软件分类 · Markdown开发包 · 2019-10-11 06:13:38

软件介绍

Markdownify 是一个为 PHP 编写的 HTML 到 Markdown 的转换器。

使用方法:

<?php
require_once 'markdownify.php';
$md = new Markdownify;
echo $md->parseString($htmlInput);

在线演示:http://milianw.de/projects/markdownify/demo.php

本文地址:https://codercto.com/soft/d/16493.html

Think Python

Think Python

Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具