markdown dosyasını htmle dönüştürüp şablona gömme
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
(defun tag-yeni-satır? (tag)
|
||||
(case tag
|
||||
((:html :head :body :div :ol :ul) t)
|
||||
((:html :head :body :div :ol :ul :link) t)
|
||||
((:title :p :b :i :code :li) nil)))
|
||||
|
||||
(defun tag-inline? (tag)
|
||||
(case tag
|
||||
((:html :head :body :div :ol :ul :li :p) nil)
|
||||
((:title :b :i :code) t)))
|
||||
((:html :head :body :div :ol :ul :li :p :title) nil)
|
||||
((:b :i :code) t)))
|
||||
|
||||
(defmethod node->html :before ((node node) &optional (stream *standard-output*))
|
||||
(unless (not *yeni-satır*)
|
||||
|
||||
Reference in New Issue
Block a user