Support the ongoing development of Laravel.io →
posted 10 years ago
Laravel.io
Last updated 1 year ago.
0

Looks great!

Last updated 1 year ago.
0

Are there an tips/tricks around different languages (html, js, css, php)? I guess I could just test here...

<script>
$(function() {
    $('a').on('click', function() {
        alert('Clicked');
    });
});
</script>
<a href="http://www.laravel.com/";>Laravel</a>
<?php
    $thing = new Thing;
    echo $thing->getProperty();
?>
class Thing {
    public function getProperty()
    {
        return 'property';
    }
}
$thing = new Thing;
echo $thing->getProperty();

... OK, so it seems to detect whether you're in php code or html, and then color code appropriately.

Last updated 1 year ago.
0

Yea, I just sorta implemented highlight.js as-is. I think that we have someone working on converting the "Laravel" syntax highlighting scheme that Dayle made, or something like that.

In addition... Now, you can just paste links and they'll linkify.

http://twitter.com

Last updated 1 year ago.
0
<p>This is for check</p>

some bold text ##You could also make lazy gist load

  • next is for test
  • this is test, don't pay attention

https://gist.github.com/anonymous/5446951 ![shut up and take my money!][1]

#Very cool! [1]: http://img.playground.ru/images/3/8/2590868-shut_up_and_take_m...

Last updated 1 year ago.
0

I have always been a fan of Obsidian and the Railcasts is sweet too

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.