Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2011-03-10-sample-post.md')
-rw-r--r--_posts/2011-03-10-sample-post.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/_posts/2011-03-10-sample-post.md b/_posts/2011-03-10-sample-post.md
index 6b4c236..a075a8c 100644
--- a/_posts/2011-03-10-sample-post.md
+++ b/_posts/2011-03-10-sample-post.md
@@ -70,15 +70,15 @@ HTML and <abbr title="cascading stylesheets">CSS<abbr> are our tools. Mauris a a
## Code Snippets
-Syntax highlighting via Pygments
+Syntax highlighting via Rouge
-{% highlight css %}
+```css
#container {
float: left;
margin: 0 -240px 0 0;
width: 100%;
}
-{% endhighlight %}
+```
Non Pygments code example
@@ -90,9 +90,9 @@ Non Pygments code example
Make any link standout more when applying the `.btn` class.
-{% highlight html %}
+```html
<a href="#" class="btn btn-success">Success Button</a>
-{% endhighlight %}
+```
<div markdown="0"><a href="#" class="btn">Primary Button</a></div>
<div markdown="0"><a href="#" class="btn btn-success">Success Button</a></div>