More emacs work.
This commit is contained in:
parent
8f378d3b35
commit
2d92526d24
6 changed files with 253 additions and 144 deletions
|
|
@ -29,4 +29,24 @@
|
|||
(let ((new-quip-id (org-quip-publish-quip content)))
|
||||
(org-quip-put-thread-identifier new-quip-id)))))
|
||||
|
||||
;;
|
||||
|
||||
;; Org-to-quip filter:
|
||||
;;
|
||||
;; So, Quip HTML is a very specific, strict subset of HTML. Quip has only a
|
||||
;; few different block types, and it can't do certain things (like
|
||||
;; multi-paragraph list items.)
|
||||
;;
|
||||
;; Structure:
|
||||
;; - A list of top-level items:
|
||||
;;
|
||||
;; Headlines: <h1> <h2> <h3>
|
||||
;; Block quotes: <blockquote>
|
||||
;; Code block: <pre>
|
||||
;;
|
||||
;; <h3>
|
||||
;;
|
||||
;;
|
||||
|
||||
|
||||
(provide 'ox-quip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue