markdown-server icon indicating copy to clipboard operation
markdown-server copied to clipboard

Simple markdown server written in Python. It converts your markdown file to HTML and returns a response as text/html.

Results 10 markdown-server issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

Just have followed this instruction here: https://pypi.org/project/markdown-server/ But not using python 2.7...(with python2.7 it works fine) Trying with python 3.5 instead: ``` user@localhost /tmp $ git clone https://github.com/ohbarye/markdown-server Cloning into...

This allows one to more easily run more than one server.

Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.19 to 0.12.20. Commits a2b0ee6 Release of 0.12.20 04b27f1 Merge branch 'release-0.12+cheroot' of https://github.com/juergh/bottle into ... e140e1b Gracefully handle errors during early request binding. 6e9c55a Added depr...

dependencies

Tried downloading code. Using python 3 tried pip3 install -r requirements.txt and pip install -r requirements.txt Both gave errors below Discarding git+https://github.com/ohbarye/markdown-server@f85a63ba06ca7cb5beb59bd96153d7ba1fa867ae#egg=markdownserver-master: Requested markdownserver from git+https://github.com/ohbarye/markdown-server@f85a63ba06ca7cb5beb59bd96153d7ba1fa867ae#egg=markdownserver-master (from -r requirements.txt (line...

`convert` is a very popular imagemagick utility. This renames the markdown one to `markdownconvert` to avoid the conflict.

Hi, does anyone know where I can specified the path to images? I get 404 with images (PNG) files in the same directory as the MD file. Thanks very much...

''' D:\repo-tools\markdown-server>markdownserver C:\Python27\python.exe: can't open file 'C:\Python27\Scripts\markdownserver': [Errno 2] No such file or directory '''

After a fresh install. markdown-server==0.1.1 Python 2.7.11 ``` python Traceback (most recent call last): File "/Users/amitu/.pyenv/versions/home/bin/mdsvr", line 7, in from markdownserver import main File "/Users/amitu/.pyenv/versions/home/lib/python2.7/site-packages/markdownserver/__init__.py", line 5, in converter =...

A markdown like: ``` markdown ![Screenshot](01.png) ``` produces the following error: ``` python Traceback (most recent call last): File "D:\Python27\Scripts\bottle.py", line 862, in _handle return route.call(**args) File "D:\Python27\Scripts\bottle.py", line 1732,...