CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 21:48:53 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"5ea5bd72d5761f1d39244cd976948789"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=MPMz11b83AIKBzY0wc1X2%2F%2FHc2xIy6m%2Fn%2BbxT3VoiT49Hrxk%2BLrCIwUyHxYMS%2Bx8QhVF3r7U2oeACAyX5tzg3OTQogxqizkvCsZ8Q8gABcRm3M0NgdlwXQ7AjLttdEwkNHPWic8HV9Kv%2BPSfBH8GrL3UH10cggVeu4gNdEAQKjVBwSj%2FSxqbfNswXYb74FAjJEgW4LEC%2F7CWBi0p3qFJGhmQzqfDpMP9tDLDuqrxn7GL3mEdyHgQQw30O7aZUGcKduxCq3OAgTRgSEDc6Bn5fA%3D%3D--yrMHC76XIzohjnmQ--NQqMc4QcVQIa7qY52o59AA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.669285126.1753652932; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:48:52 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:48:52 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D4A0:3E3773:861900:B1202A:68869EC4
GitHub - fletcher/MultiMarkdown: Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 522
Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
fletcher/MultiMarkdown
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME MultiMarkdown SYNOPSIS MultiMarkdown.pl [ --html4tags ] [ --version ] [ -shortversion ] [ *file* ... ] DESCRIPTION MultiMarkdown is an extended version of Markdown. See the website for more information. https://fletcherpenney.net/multimarkdown/ Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well). For more information about Markdown's syntax, see: https://daringfireball.net/projects/markdown/ OPTIONS Use "--" to end switch parsing. For example, to open a file named "-z", use: Markdown.pl -- -z --html4tags Use HTML 4 style for empty element tags, e.g.: <br> instead of Markdown's default XHTML style tags, e.g.: <br /> -v, --version Display Markdown's version number and copyright information. -s, --shortversion Display the short-form version number. BUGS To file bug reports or feature requests (other than topics listed in the Caveats section above) please send email to: support@daringfireball.net (for Markdown issues) owner@fletcherpenney.net (for MultiMarkdown issues) Please include with your report: (1) the example input; (2) the output you expected; (3) the output (Multi)Markdown actually produced. AUTHOR John Gruber https://daringfireball.net/ PHP port and other contributions by Michel Fortin https://michelf.com/ MultiMarkdown changes by Fletcher Penney https://fletcherpenney.net/ COPYRIGHT AND LICENSE Original Markdown Code Copyright (c) 2003-2007 John Gruber <https://daringfireball.net/> All rights reserved. MultiMarkdown changes Copyright (c) 2005-2009 Fletcher T. Penney <https://fletcherpenney.net/> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name "Markdown" nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
About
Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
You can’t perform that action at this time.