Added a 🐛, 📜, 💫 and 💥 emoji ...

This commit is contained in:
Lilian Besson
2016-06-27 22:14:20 +02:00
parent c4e86de0e4
commit 948ce3ea33
2 changed files with 39 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
----
## Features
## Features :dizzy:
**StrapDown.js** is already pretty advanced:
1. *Directly write your documents in Markdown*, and let the browser do the boring *compilation* steps,
@@ -17,7 +17,7 @@
9. and, the last but not the least, an *experimental* embedding of the awesome [SquirtFR](http://lbesson.bitbucket.org/squirt) bookmarklet to read *as quickly as Lucky Luke*.
## Drawbacks?
## Drawbacks? :bug:
But there is also have a few things you need to know before using it:
1. It might get slow for *very long* pages, even if a **3000-line** document is handled very well and quickl ([you can test by yourself with this long document](3000.html)),
@@ -36,7 +36,7 @@ As the script is hosted on [GitHub](https://github.com/Naereen/StrapDown.js/), i
----
## Examples
## Examples :boom:
### Here is a first demo:
![First demo](demo1.png "First lines of the index.html page")
@@ -79,7 +79,7 @@ More details on [http://lbesson.bitbucket.org/md/index.html](http://lbesson.bitb
- [JavaScript](https://en.wikipedia.org/wiki/Javascript),
- [HTML 5](https://en.wikipedia.org/wiki/HTML) and [CSS 3](https://en.wikipedia.org/wiki/Cascading_Style_Sheets).
### License
### :scroll: License
This project is released under the **MIT license**, for more details, take a look at the [LICENSE](http://lbesson.mit-license.org/) file in the source.
[![Analytics](https://ga-beacon.appspot.com/UA-38514290-17/github.com/Naereen/StrapDown.js/README.md?pixel)](https://github.com/Naereen/StrapDown.js)

35
issue3.md Normal file
View File

@@ -0,0 +1,35 @@
Hi,
Thanks for the return and for this proposal.
***
## Your project ?
Could add here a link to your website based on StrapDown ? It could be helpful to see how others are using it.
## Jekyll > StrapDown
You might be interested by other another project far more advanced : [Jekyll](http://jekyllrb.com/) (and [Octopress](http://octopress.org/) !).
***
## First answer
Anyway, to answer your question, no I haven't tried this.
I'm pretty sure it could works quite well.
## HTML in the markdown ``xmp`` or ``textarea`` block
Do you know that it is possible to use some basic HTML markup *in the markdown* code ? An example is this [example 2](http://lbo.k.vu/md/example2.html) where you can use a ``<script>`` tag in the main markdown page.
A second example is a page with [MathJax](http://www.mathjax.org/) enabled : [example 3](http://lbo.k.vu/md/example3.html).
***
## Second answer
But it might also not work, as StrapDown basically rewrites the entire page (it adds bootstrap style sheets to the head, and change the entire body).
You are welcome to try, and give feedback there.
(just to precise : I'm not really interested by modifying any part of the StrapDown code, so don't feel obligated to post a pushing request if you change it)
***
Cheers,
--
[Lilian Besson](https://bitbucket.org/lbesson)