Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

retext(1) [debian man page]

RETEXT(1)						      General Commands Manual							 RETEXT(1)

NAME
ReText - Text editor for Markdown and ReStructuredText SYNOPSIS
retext FILE DESCRIPTION
ReText is a simple editor for Markdown and ReStructuredText markup languages. Supported output formats: Plain text, HTML, ODT, PDF. Also, ReText can upload documents to Google Docs. It is written in Python using Qt libraries. AUTHOR
This manual page was written by Dmitry Shachnev <mitya57@gmail.com>. RETEXT(1)

Check Out this Related Man Page

MARKDOWN_PY(1)						      General Commands Manual						    MARKDOWN_PY(1)

NAME
markdown_py - a Python implementation of John Gruber's Markdown. SYNOPSIS
markdown_py [options] [INPUT_FILE] (STDIN is assumed if no INPUT_FILE is given) OPTIONS
--version Show program's version number and exit. -h, --help Show the help message and exit. -f OUTPUT_FILE, --file=OUTPUT_FILE Write output to OUTPUT_FILE. Defaults to STDOUT. -e ENCODING, --encoding=ENCODING Encoding for input and output files. -q, --quiet Suppress all warnings. -v, --verbose Print all warnings. -s SAFE_MODE, --safe=SAFE_MODE 'replace', 'remove' or 'escape' HTML tags in input. -o OUTPUT_FORMAT, --output_format=OUTPUT_FORMAT 'xhtml1' (default), 'html4' or 'html5'. --noisy Print debug messages. -x EXTENSION, --extension=EXTENSION Load extension EXTENSION. -n, --no_lazy_ol Observe number of first item of ordered lists. DESCRIPTION
Command-line Markdown compiler based on python-markdown module, with extensions support. AUTHOR
This manual page was written by Dmitry Shachnev <mitya57@gmail.com>. MARKDOWN_PY(1)
Man Page