Medium-like reading experience

At Draftbox, we’re committed to providing the best reading experience to your users. We’ve hand-crafted WYSIWYG styling to achieve this goal.

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Inline text elements

This line of text is meant to be treated as no longer accurate.

This line of text will render as underlined

This line rendered as bold text.

This line rendered as italicized text.

This text is in blockquote format.

This is citation.

List

Here’s a list of latin phrases:

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
  • Phasellus iaculis neque
  • Purus sodales ultricies
  • Vestibulum laoreet porttitor sem
  • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

What about image and image caption?

Don’t worry! We’ve got you covered.  

Image by NASA

That worked well, didn’t it.

But I often use YouTube, Twitter and other embeds

So do we – check this out:

One of the most watched video on YouTube
One of the most retweeted tweet by Ellen DeGeneres

But can you handle code snippets?

We thought you’d never ask! Of course we can. Here’s a snippet of code from vintage Facebook code repo:

my $id = $input{id};
my $user = $input{user};
my $code = $input{code};
my $course = 0;#$input{course};
my @node;my @edge;
#my $db_data = Mysql->connect("69.28.179.12", "login", "mark", $pass);
my $db_data = Mysql->connect("$cookies{host}", "$cookies{db}", "mark", $pass);
my $map;
if ($ENV{'HTTP_HOST'} =~ m/^(.*)\.thefacebook\.com/) {    $map = $1;}

Have we missed something? Let us know in comments.