test org_mode export

1 测试js源码输出

function both(f,g){
  return function(){
      f.apply(null,arguments) && g.apply(null,arguments);
  };
}

2 测试lisp源码输出

(+ 1 2)
(car (3 . 4))

Author: tom

Date: 2012-08-20 周一

HTML generated by org-mode 6.33x in emacs 23

原文地址:https://www.cnblogs.com/wewe/p/2646985.html