From 075285aab8d12a4c8f70857dcf3634123bdac87e Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Fri, 28 Oct 2016 21:03:13 -0500 Subject: [PATCH] jsfiddle embeds fixed --- _posts/2016-02-24-docker-plus-sonarqube.md | 2 +- _posts/2016-06-01-site-anchors.md | 2 +- _posts/2016-07-05-angular-2-learning-curve.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2016-02-24-docker-plus-sonarqube.md b/_posts/2016-02-24-docker-plus-sonarqube.md index a6ce65a6..7a2e4203 100644 --- a/_posts/2016-02-24-docker-plus-sonarqube.md +++ b/_posts/2016-02-24-docker-plus-sonarqube.md @@ -17,7 +17,7 @@ I'm on Notes in 9 again. This time, I'm back with an introduction to general use Head over to [Notes in 9.com](http://www.notesin9.com/2016/02/24/notes-in-9-189-introduction-to-sonarqube-with-a-side-of-docker/) to check it out, or watch it embedded here or on YouTube.
- +
### Summary diff --git a/_posts/2016-06-01-site-anchors.md b/_posts/2016-06-01-site-anchors.md index 9927a590..546cb5de 100644 --- a/_posts/2016-06-01-site-anchors.md +++ b/_posts/2016-06-01-site-anchors.md @@ -100,7 +100,7 @@ This embedded example has multiple sets of five `h3` tags, each with correspondi sandbox="allow-scripts allow-same-origin" layout="responsive" frameborder="0" - src="https://jsfiddle.net/edm00se/q5gffnmt/2/embed/result,html/"> + src="https://jsfiddle.net/edm00se/q5gffnmt/2/embedded/result,html/"> If you anticipate certain known points, you can do a couple of things, most of which amounts to either: diff --git a/_posts/2016-07-05-angular-2-learning-curve.md b/_posts/2016-07-05-angular-2-learning-curve.md index f266b485..4f9d44a9 100644 --- a/_posts/2016-07-05-angular-2-learning-curve.md +++ b/_posts/2016-07-05-angular-2-learning-curve.md @@ -25,7 +25,7 @@ Take a simple "hello world" example, all we need, aside from including the `scri sandbox="allow-scripts allow-same-origin" layout="responsive" frameborder="0" - src="https://jsfiddle.net/edm00se/0a0vga0k/embed/result,html/"> + src="https://jsfiddle.net/edm00se/0a0vga0k/embedded/result,html/"> This achieved the following: @@ -42,7 +42,7 @@ We also had immediate access to many things like some really powerful filters an sandbox="allow-scripts allow-same-origin" layout="responsive" frameborder="0" - src="https://jsfiddle.net/edm00se/L3tykzrt/embed/result,html/"> + src="https://jsfiddle.net/edm00se/L3tykzrt/embedded/result,html/"> We even had the ability to [make use of templates](https://jsfiddle.net/edm00se/qf5trmkn/), either by HTML partials (actual `.html` files) or declaratively, as scripted components (often rather directive looking). @@ -51,7 +51,7 @@ We even had the ability to [make use of templates](https://jsfiddle.net/edm00se/ sandbox="allow-scripts allow-same-origin" layout="responsive" frameborder="0" - src="https://jsfiddle.net/edm00se/qf5trmkn/embed/result,html/"> + src="https://jsfiddle.net/edm00se/qf5trmkn/embedded/result,html/"> The code samples above are all still fully capable in Angular 2 and I would argue that Angular 2 can do much more than Angular 1.x, but there's a touch more to it. I still think it's fully worth learning Angular 2 and, if you _don't_ know Angular 1.x, my recommendation is to skip it and jump to 2.