An open API service indexing awesome lists of open source software.

https://github.com/keitheis/plimsolls


https://github.com/keitheis/plimsolls

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

plimsolls
=========

Presentation helpers based on Plim

Usage
-----

File: example.plim::

-namespace module="plimsolls.formatters.code2html" name="code2html"

h2 Pygments Example:
pre
-py
code = """
#Python 2.x:
python -m SimpleHTTPServer

#Python 3.x:
python -m http.server 8000
"""

== code2html.reformat('bash', code)