forked from dirkfabisch/mediator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Error sass - combining ul and blockquiote
- Loading branch information
1 parent
2fc75a0
commit b41442c
Showing
3 changed files
with
56 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
layout: post | ||
title: "Mediator Features" | ||
date: 2014-11-30 14:34:25 | ||
categories: mediator feature | ||
tags: featured | ||
image: /assets/article_images/2014-11-30-mediator_features/night-track.JPG | ||
--- | ||
#Mediator Formats and CSS features | ||
|
||
Examples for different formats and css features | ||
|
||
#Header Formats | ||
#Header1 | ||
##Header2 | ||
|
||
#Blockquotes | ||
>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus | ||
#Lists | ||
##orderd lists | ||
1. one | ||
2. two | ||
3. three | ||
|
||
##unorderd lists | ||
- Apple | ||
- Banana | ||
- Plum | ||
|
||
#Links | ||
This is an [example link](http://example.com/ "With a Title"). | ||
|
||
#Combinations | ||
>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus | ||
> | ||
> - Apple | ||
> - Banana | ||
> - Plum |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters