Strapdown.js – Instant and elegant Markdown documents
strapdownjs.com
Strapdown.js – Instant and elegant Markdown documents
1–10 of 41 posts
Re: Strapdown.js – Instant and elegant Markdown documents
#2Re: Strapdown.js – Instant and elegant Markdown documents
#3I like this, but I hate the FOUT that it seems to create
Re: Strapdown.js – Instant and elegant Markdown documents
#4Re: Strapdown.js – Instant and elegant Markdown documents
#5Earlier quoted context omitted.
What's FOUT?
Might mean "flash of unstyled text" though I was not able to see it on my iPhone with chrome browser.
Based on how Strapdown appears to work, it appears to be the delayed CSS load that causes the problems.
I believe that the problem could be alleviated by adding the CSS link tags to the head of the document, when you're happy with the final product. Looks like you should only need bootstrap and whatever you choose from bootswatch.
Re: Strapdown.js – Instant and elegant Markdown documents
#6Re: Strapdown.js – Instant and elegant Markdown documents
#7I like this, but I hate the FOUT that it seems to create
Re: Strapdown.js – Instant and elegant Markdown documents
#8Re: Strapdown.js – Instant and elegant Markdown documents
#9From my experience any of the trio, Marked[1], Showdown[2] and Markdown-it[3], can be configured to just do it themselves.
As a side note, I built a markdown editor once that works client side and resides inside "real static" html.
Demo for the interested: http://public.docs.xstatic.site.s3-website-us-west-1.amazona...
[1] https://github.com/markedjs/marked