Yaron Meiner
Yaron Meiner
With slack, you can paste emojis in but selecting and copying existing emojis gives you a text version that looks like that `:{something}:` example: `:kissing_smiling_eyes: :hot_pepper: :raising_hand::skin-tone-2: :pencil2: :cheese_wedge:` Please...
## The PHP Code: ``` php require_once 'vendor/autoload.php'; use LightnCandy\LightnCandy; $template = '{{link "foo" foo="bar"}}'; $options = array( "flags" => LightnCandy::FLAG_NOESCAPE | LightnCandy::FLAG_NAMEDARG, "helpers" => array( "link" => "link_helper", )...
I'm the first one to write in english, hooray! I noticed that even if the line is pure logic, it still outputs an empty line, is there a way to...