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

Search results for "module: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

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

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

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

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

This module contains script related functions....

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

Markdown::Pod::Handler - Parser module to convert from markdown to POD River stage one • 1 direct dependent • 5 total dependents

This module is a handler of Markdent Markdown parser. It converts Markdown to POD....

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

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

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

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

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

Pod::Perldoc::ToMarkdown - Enable `perldoc -o Markdown` River stage three • 49 direct dependents • 185 total dependents

Pod::Perldoc expects a Pod::Parser compatible module, however Pod::Markdown did not historically provide an entirely Pod::Parser compatible interface. This module bridges the gap....

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

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

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

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

Pod::Pandoc - process Plain Old Documentation format with Pandoc River stage zero No dependents

The Plain Old Documentation format (Pod) is a markup language used to document Perl code (see perlpod for reference). Several Perl modules exist to process and convert Pod into other formats. Pod::Pandoc is an attempt to unify and extend Pod converti...

VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC

Pod::Cookbook - Recipes for working with POD River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Pod-Cookbook-0.001 - 14 Apr 2020 09:08:10 UTC

PLS::Parser::Pod River stage zero No dependents

This class finds and parses POD for an element. It formats the POD into markdown suitable for sending to the Language Server Protocol....

MREISNER/PLS-0.905 - 21 Jan 2023 21:56:31 UTC

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

The "Pod::Simple::Wiki" module is used for converting Pod text to Wiki text. Pod (Plain Old Documentation) is a simple markup language used for writing Perl documentation. A Wiki is a user extensible web site. It uses very simple mark-up that is conv...

JMCNAMARA/Pod-Simple-Wiki-0.20 - 09 Nov 2015 22:56:07 UTC

Pod::Simple::Pandoc - convert Pod to Pandoc document model River stage zero No dependents

This module converts Pod format (perlpod) to the document model used by Pandoc <http://pandoc.org/>. The result can be accessed with methods of Pandoc::Elements and further processed with Pandoc to convert it to other document formats (HTML, Markdown...

VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC

Pod::Pandoc::Modules - set of parsed documentation of Perl modules River stage zero No dependents

Module to serialize Pod from a set of parsed Perl or Pod files. Can be configured via templates, document rewriting etc. and used with many output formats (html, markdown, and rst to be embedded in static site generators such as Jekyll). See Pod::Sim...

VOJ/Pod-Pandoc-0.5.0 - 11 May 2018 21:24:46 UTC
25 results (0.038 seconds)