EnglishFrenchSpanish

Ad


OnWorks favicon

html2markdown.py3 - Online in the Cloud

Run html2markdown.py3 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command html2markdown.py3 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


html2markdown - converts a page of HTML into markdown.

SYNOPSIS


html2markdown [options...] [(filename|url) [encoding]]

DESCRIPTION


html2markdown downloads the specified HTML page, and converts it to text marked up with
markdown. The source HTML page may be a local file or remote URL. If not specified, it
will be read from standard input. The output is printed to standard output.

If an encoding is specified, it will override any encoding information provided by the
HTTP Server. When not specified, python-feedparser (if available) will be used to
determine the source encoding. If not available, or when reading local files, the
encoding is assumed to be UTF-8.

OPTIONS


--no-wrap-links
Don't wrap long links.

--ignore-emphasis
Don't include any formatting for emphasis.

--reference-links
Use reference style links instead of in-line links.

--ignore-links
Don't include any formatting for links.

--protect-links
Protect links from line breaks surrounding them with angle brackets.

--ignore-images
Don't include any formatting for images.

--images-to-alt
Discard image data, only keep alt text.

--images-with-size
Write image tags with height and width attrs as raw html to retain dimensions.

-g, --google-doc
Convert an html-exported Google Document.

-d, --dash-unordered-list
Use a dash rather than a star for unordered list items.

-e, --asterisk-emphasis
Use an asterisk rather than an underscore for emphasized text.

-b BODY_WIDTH, --body-width=BODY_WIDTH
Number of characters per output line, 0 for no wrap.

-i LIST_INDENT, --google-list-indent=LIST_INDENT
Number of pixels Google indents nested lists.

-s, --hide-strikethrough
Hide strike-through text. Only relevant when -g is specified as well.

--escape-all
Escape all special characters. Output is less readable, but avoids corner case
formatting issues.

--bypass-tables
Format tables in HTML rather than Markdown syntax.

--single-line-break
Use a single line break after a block element rather than two line breaks. NOTE:
Requires --body-width=0.

--unicode-snob
Use unicode throughout document.

--no-automatic-links
Do not use automatic links wherever applicable.

--no-skip-internal-links
Do not skip internal links.

--links-after-para
Put links after each paragraph instead of document.

--mark-code
Mark program code blocks with [code]...[/code].

--decode-errors=DECODE_ERRORS
What to do in case of decode errors. ignore, strict, and replace are acceptable
values.

--version
Show program's version number and exit.

-h, --help
Show a help message and exit.

Use html2markdown.py3 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    LMMS Digital Audio Workstation
    LMMS Digital Audio Workstation
    LMMS is a free cross-platform software
    which allows you to produce music with
    your computer. If you like this project
    consider getting involved in the project
    h...
    Download LMMS Digital Audio Workstation
  • 2
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS Real Time Kernel (RTOS)
    FreeRTOS is a market-leading real-time
    operating system (RTOS) for
    microcontrollers and small
    microprocessors. Distributed freely
    under the MIT open source lice...
    Download FreeRTOS Real Time Kernel (RTOS)
  • 3
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 4
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • 5
    strikr
    strikr
    Strikr Free Software project. Artifacts
    released under a 'intent based'
    dual license: AGPLv3 (community) and
    CC-BY-NC-ND 4.0 international
    (commercial)...
    Download strikr
  • 7
    GIFLIB
    GIFLIB
    giflib is a library for reading and
    writing gif images. It is API and ABI
    compatible with libungif which was in
    wide use while the LZW compression
    algorithm was...
    Download GIFLIB
  • More »

Linux commands

Ad