Skip to content

Latest commit

 

History

History
76 lines (68 loc) · 4.24 KB

002.md

File metadata and controls

76 lines (68 loc) · 4.24 KB
title
Episode 2 - Research Recap<

Episode 2 - Research Recap

<iframe src="https://omny.fm/shows/future-of-coding/research-recap/embed" width="100%" height="180" frameborder="0"></iframe>

Episode References

<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script> function urlify(text) { var urlRegex = /(https?:\/\/[^\s]+)/g; return text.replace(urlRegex, function(url) { return '' + url + ''; }) } $('li').each(function(index, element) { element.innerHTML = urlify(element.innerHTML); }); </script>