arturadib / strapdown

Instant and elegant Markdown documents in the browser
http://strapdownjs.com
MIT License
2.48k stars 410 forks source link

How to get started? #59

Open albacoretuna opened 8 years ago

albacoretuna commented 8 years ago

Hi, I took a look at other issues, and the whole homepage and I can't find out how to get started!

joedf commented 8 years ago

from http://strapdownjs.com

<!DOCTYPE html>
<html>
<title>Hello Strapdown</title>

<xmp theme="united" style="display:none;">
# Markdown text goes in here

## Chapter 1

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. 

## Chapter 2

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
</xmp>

<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
</html>
albacoretuna commented 8 years ago

Sorry I didn't write clearly. I meant literally. Where is the getting started section. I'm used to seeing a big header like:

Getting started

or

Installation

somewhere in readme or project homepage. It's sort of a convention.

jamiejackson commented 8 years ago

There's no installation if you use the (remote) script source that Joe mentioned. Did you explicitly want to run it off local code?

On Thu, Oct 1, 2015 at 12:17 PM, Omid Hezaveh notifications@github.com wrote:

Sorry I didn't write clearly. I meant literally. Where is the getting started section. I'm used to seeing a big header like: Getting started

or Installation

somewhere in readme or project homepage. It's sort of a convention.

— Reply to this email directly or view it on GitHub https://github.com/arturadib/strapdown/issues/59#issuecomment-144776604.

albacoretuna commented 8 years ago

I added a pull request to show what I mean, it's just a small change to README. https://github.com/arturadib/strapdown/pull/60

joedf commented 8 years ago

I would close this now.