Skip to main content

Markdown Converter E2E

CommunitySandbox requiredv1.0.0MITUnverified

by E2E Test Publisher · published 6 months ago · toolpack

Converts Markdown to HTML and plain text

A tool that converts Markdown formatting to HTML elements and strips formatting to produce plain text

generic

Quick Start

bash
agentnode install markdown-converter-e2e-0320

Runs in a subprocess with filtered environment by default. Declared permissions are policy-checked, not sandboxed.

Runs locally on your machine. No execution data is sent to AgentNode. Permissions are checked before execution. Learn how this works

Verification

low confidence15/100✖ Failed
smokeSmoke test failed
0/25
testsTests failed
0/15
importImport verification failed
0/15
installInstalled in 1.4s
+15/15
contractContract not validated
0/10
determinismNo determinism data
0/5
reliabilityNo stability data
0/10

Package installs but has import issues.

install1.4s
import66ms

Verification failed. This package has issues that prevent it from being installed or imported correctly.

Reason: Tool entrypoint import verification failed

Python 3.12.3ffmpegpopplertesseractuv

Last verified 26d ago· Runner v2.0.0

Capabilities

document_parsingmd_to_htmltool

Convert Markdown to HTML

Input Schema

{
  "type": "object",
  "required": [
    "markdown"
  ],
  "properties": {
    "markdown": {
      "type": "string",
      "description": "Markdown text to convert"
    }
  }
}
document_parsingmd_to_texttool

Convert Markdown to plain text

Input Schema

{
  "type": "object",
  "required": [
    "markdown"
  ],
  "properties": {
    "markdown": {
      "type": "string",
      "description": "Markdown text to convert"
    }
  }
}

Permissions

Sandbox requiredRuns third-party code that AgentNode hasn't vouched for at host level — it runs isolated in a container, or not at all.

Declared by the publisher. Checked before execution by the policy gate.

Networknone
Filesystemnone
Code Executionnone
Data Accessinput_only
User Approvalnever

Permissions are policy-checked before execution. For trusted and curated packages that run on the host, network and filesystem access are policy-checked but not OS-sandboxed. When runtime isolation is required for untrusted/community code, AgentNode uses sandbox-or-fail-closed if the required container runtime and pinned image are available. Learn more

Privacy

All tool execution happens locally on your machine. AgentNode never receives:

  • • Tool inputs or outputs
  • • Execution logs
  • • Data your agent processes

Only install events and search queries are sent to the registry.

bash
agentnode install markdown-converter-e2e-0320

Files (5)

License

MIT

Stats

Downloads0
Installs0
Versionv1.0.0
Published3/20/2026
Channelstable
Typetoolpack

Compatibility

Frameworks

generic

Runtime

python

Trust & Security

PublisherCommunity
SignatureNone
ProvenanceNone
Security Issues0

Publisher

E

E2E Test Publisher

@e2e-test-pub-0320