The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Pod::Markdown"

Pod::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

Markdown::Pod - Convert Markdown to POD River stage one • 1 direct dependent • 5 total dependents

This module parses Markdown text and return POD text. It uses Markdent module to parse Markdown. Due to POD doesn't support blockquoted HTML tag, so quoted text of Markdown will not be handled properly. Quoted text will be converted to POD verbatim s...

KEEDI/Markdown-Pod-0.008 - 11 Apr 2021 12:37:35 UTC - Search in distribution

Markdown::To::POD - Convert Markdown syntax to POD River stage two • 22 direct dependents • 31 total dependents

Markdown::To::POD notes: Markdown::To::POD is a markdown-to-POD converter. Currently it's implemented as a quick-and-dirty hack of forking Text::Markdown 1.000031 then modifying just enough to produce POD instead of HTML. I hacked it because I want a...

PERLANCAR/Markdown-To-POD-0.06 - 27 Sep 2016 07:22:54 UTC - Search in distribution

Pod::Markdown::Github - Convert POD to Github's specific markdown River stage two • 9 direct dependents • 92 total dependents

Github flavored markdown allows for syntax highlighting using three backticks. This module inherits from Pod::Markdown and adds those backticks and an optional language identifier....

MINIMAL/Pod-Markdown-Github-0.04 - 25 Jan 2019 05:52:03 UTC - Search in distribution

Pod::Markdown::Githubert - convert POD to Github-flavored Markdown River stage zero No dependents

Pod::Markdown::Githubert is a module for converting documents in POD format (see perlpod) to Github-flavored Markdown. It is a subclass of Pod::Markdown (which see for API documentation) that adds the following Github-specific enhancements and fixes:...

MAUKE/Pod-Markdown-Githubert-0.02 - 01 Dec 2023 05:30:50 UTC - Search in distribution

Pod::Markdown::Passthrough - A passthrough mode for Pod::Markdown. River stage one • 1 direct dependent • 1 total dependent

Pod::Markdown::Passthrough is a child class of Pod::Markdown which makes the assumption that the source file is already markdown, and performs no processing of it at all. github-aware CPAN module authoring tools such as Minilla build README.md from t...

DAVEWEBB/Pod-Markdown-Passthrough-0.01 - 21 Sep 2015 09:38:24 UTC - Search in distribution

Pod::Simple::Wiki::Markdown - A class for creating Pod to Markdown wiki filters. River stage one • 6 direct dependents • 6 total dependents

The "Pod::Simple::Wiki::Markdown" module is used for converting Pod text to Markdown text. Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation. This module isn't generally invoked directly. Instead it is call...

JMCNAMARA/Pod-Simple-Wiki-0.20 - 09 Nov 2015 22:56:07 UTC - Search in distribution
  • pod2wiki - A utility to convert Pod documents to Wiki format.
  • Pod::Simple::Wiki - A class for creating Pod to Wiki filters.

lib/Swim/Plugin/badge.pm River stage one • 2 direct dependents • 2 total dependents

INGY/Swim-Plugin-badge-0.1.8 - 01 Jan 2015 05:33:36 UTC - Search in distribution

markdown-to-pod - Convert Markdown to POD River stage one • 1 direct dependent • 1 total dependent

Currently using "Markdown::To::POD" perl module....

PERLANCAR/App-MarkdownUtils-0.02 - 31 Jan 2016 15:25:41 UTC - Search in distribution

Liveman::MinillaPod2Markdown River stage zero No dependents

Add the line "markdown_maker = "Liveman::MinillaPod2Markdown"" to "minil.toml", and Minilla will not create "README.md" from the pod documentation of the main module, but will take it from the file of the same name next to the "*.md" extension....

DART/Liveman-3.1 - 15 Feb 2024 09:28:21 UTC - Search in distribution
  • Liveman - compiler from markdown to tests and documentation

Module::Install::ReadmeMarkdownFromPod - create README.mkdn from POD River stage one • 3 direct dependents • 3 total dependents

Module::Install::ReadmeMarkdownFromPod is a Module::Install extension that generates a "README.mkdn" file automatically from an indicated file containing POD whenever the author runs "Makefile.PL". This file is used by GitHub to display nicely format...

MATTN/Module-Install-ReadmeMarkdownFromPod-0.04 - 17 May 2017 14:53:04 UTC - Search in distribution

Dist::Zilla::Plugin::ReadmeMarkdownFromPod - Automatically convert POD to a README.mkdn for Dist::Zilla River stage one • 7 direct dependents • 8 total dependents

Generate a README.mkdn from "main_module" by Pod::Markdown This module has been converted to a wrapper for Dist::Zilla::Plugin::ReadmeAnyFromPod with settings that replicate the behavior of the old plugin....

RTHOMPSON/Dist-Zilla-Plugin-ReadmeMarkdownFromPod-0.141140 - 24 Apr 2014 03:14:38 UTC - Search in distribution

Module::Build::Pluggable::ReadmeMarkdownFromPod - Make README.mkdn from POD. River stage one • 3 direct dependents • 9 total dependents

This plugin generates README.mkdn from pod file....

TOKUHIROM/Module-Build-Pluggable-ReadmeMarkdownFromPod-0.04 - 18 Mar 2013 09:21:49 UTC - Search in distribution

Pod::Github - convert POD to Github markdown River stage zero No dependents

Subclass of "Pod::Simple" that accepts POD and outputs Github Flavored Markdown (GFM). Optionally inlines or removes headings and/or prettifies the markdown to look better as a GitHub readme....

RJH/Pod-Github-0.04 - 24 Aug 2018 23:43:35 UTC - Search in distribution
  • pod2github - Make pretty GitHub readmes from your POD

Pod::IkiWiki - Pod translator to IkiWiki's Markdown format River stage zero No dependents

This package provides a POD translator for ikiwiki's markdown format....

VMORAL/Pod-IkiWiki-0.0.4 - 29 Dec 2008 11:36:38 UTC - Search in distribution
  • pod2ikiwiki - translates POD text to IkiWiki's Markdown format

Pod::Confluence - Converts pod to confluence flavored markdown River stage zero No dependents

This module uses Pod::Simple to convert POD to Confluence structured storage format. The output can be cut/paste into the source view of a page, or you can use the Confluence API to push directly to the server....

LTHEISEN/Pod-Confluence-1.01 - 05 Jan 2017 23:10:18 UTC - Search in distribution

Markdown::Parser - Markdown Parser Only River stage one • 1 direct dependent • 1 total dependent

Markdown::Parser is an object oriented Markdown parser <https://daringfireball.net/projects/markdown/syntax> and manipulation interface. It provides 2 modes: 1) strict and 2) extended In strict mode, it conform rigorously to the Markdown specificatio...

JDEGUEST/Markdown-Parser-v0.3.2 - 28 Aug 2023 22:21:24 UTC - Search in distribution

pod2mdwn - Convert POD text to Markdown River stage one • 1 direct dependent • 1 total dependent

This program uses Pod::Parser for convert POD sources into Markdown sources. It can be considered as alpha software....

VMORAL/Module-Build-IkiWiki-0.0.6 - 08 Apr 2008 05:44:01 UTC - Search in distribution

zapzi - a tool to store articles and publish them as eBooks to read later River stage zero No dependents

Zapzi is a command line tool to take articles - from files or from the web - and create eBooks for reading later. FEATURES * Can read articles from local files or via HTTP. * Understands plain text, POD, HTML and Markdown format articles. * HTML is c...

RUPERTL/App-Zapzi-0.017 - 15 Mar 2015 03:44:38 UTC - Search in distribution

Swim River stage one • 3 direct dependents • 3 total dependents

Swim is a plain text markup language that converts to many formats: * HTML * Rich - Lots of classes and annotations * Sparse - Just the tags and content * Custom - HTML the way you want it * MarkDown * GitHub Flavored Markdown * Pod * Formatted Plain...

INGY/Swim-0.1.48 - 09 Jan 2020 21:12:40 UTC - Search in distribution
113 results (0.083 seconds)