Zegnat / strapdown.php

Simple writing Markdown within HTML, inspired by Strapdown.js.
BSD Zero Clause License
0 stars 0 forks source link

It's missing instructions & example #1

Closed ScalaWilliam closed 7 years ago

ScalaWilliam commented 7 years ago

Best if the example could be executed all in a copy-paste style. See: https://www.scalawilliam.com/essential-sbt/

I'd think the source example file can be inside the repository & in an example of how to use it you wget/curl it to local.

eg


$ wget raw.githubuser..../sample.html
$ git clone <repo>
$ cd repo
$ <install php deps? I'm not sure how this is done>
$ strapdown ../sample.html | grep -A2 h1
ScalaWilliam commented 7 years ago

I tested the documentation. It works nicely for me. 👍

ScalaWilliam commented 7 years ago

although composer took a good 1 minute to load up. Not sure why.