On Thu, Apr 17, 2014 at 1:18 PM, Brian Craft wrote:
> Is there a standard workflow, lein plugin, or such, for building/serving a
> project's README.md, doc/*.md, etc.? During development, I mean, to preview
> the docs while working on them.
>
There is a google chrome browser extension for this t
LightTable has a plugin for live Markdown rendering which I find very useful.
So useful in fact that I created a plugin for live Textile rendering based on
it :)
Sean
On Apr 17, 2014, at 11:18 AM, Brian Craft wrote:
> Is there a standard workflow, lein plugin, or such, for building/serving a
If you just want to preview the docs, Emacs has a markdown-mode -
http://jblevins.org/projects/markdown-mode/. I can type C-c C-c p when
editing my README.md, and a properly formatted version comes up in
Firefox.
On 17 April 2014 19:31, Andrey Antukh wrote:
> Hi.
>
> Personally I don't know any s
Hi.
Personally I don't know any standard way to document clojure libraries, but
if you want generic documentation tool, asciidoc works very well.
Examples:
http://niwibe.github.io/buddy/
http://niwibe.github.io/django-pgjson/
Greetings.
Andrey
2014-04-17 20:18 GMT+02:00 Brian Craft :
> Is t