html2md 0.2.13

Library and binary to convert simple html documents into markdown
Documentation
{
    // Используйте IntelliSense, чтобы узнать о возможных атрибутах.
    // Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
    // Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Debug unit-tests",
            "type": "lldb",
            "request": "launch",
            "program": "./target/debug/deps/iframes-af9b19a34013f0d4",
            "args": [ "test_identity_iframe", "--nocapture" ],
            "cwd": "${workspaceRoot}",
            "sourceLanguages": ["rust"]
        },
        {
            "name": "Debug integration-tests",
            "type": "lldb",
            "request": "launch",
            "program": "./target/debug/deps/integration-2be29df99b0a42dd",
            "args": [ "test_strong_inside_link", "--nocapture" ],
            "cwd": "${workspaceRoot}",
            "sourceLanguages": ["rust"]
        }
    ]
}