coldacid / ob-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation
============

I put it in Org-mode contrib/ now.

Usage
=====

You don't need to include `<? ... ?>` in src block now. Like this:

```org
#+BEGIN_SRC php
echo "Hello, World!\n";
#+END_SRC

#+RESULTS:
: Hello, World!

```

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%