UNPKG
pug-php-filter
Version:
latest (0.0.1)
0.0.1
A php filter for pug
github.com/khalidhoffman/pug-php-filter
khalidhoffman/pug-php-filter
pug-php-filter
/
index.js
4 lines
(3 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
module.exports = function (text, attrs, ast) { return '
<?php
' + text + '
?>
'; }