https://github.com/coldacid/ob-php
https://github.com/coldacid/ob-php
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coldacid/ob-php
- Owner: coldacid
- License: gpl-3.0
- Created: 2022-04-19T01:14:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T01:15:01.000Z (about 3 years ago)
- Last Synced: 2024-12-27T13:22:57.315Z (6 months ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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!```