Liking cljdoc? Tell your friends :D

stencil.postprocess.fragments

Inserts contents of fragments.

Inserts contents of fragments.
raw docstring

stencil.postprocess.html

Replaces results of html() calls with external part relationships.

Replaces results of html() calls with external part relationships.
raw docstring

stencil.postprocess.ignored-tag

In docx files there might be an Ignored attribute which contains an XML namespace alias list. The contents of this attribute must be a valid ns alias list on the output document too!

In docx files there might be an Ignored attribute which contains an XML namespace alias list.
The contents of this attribute must be a valid ns alias list on the output document too!
raw docstring

stencil.postprocess.whitespaces

Logics of handling whitespace characters in OOXML text runs.

The code visits all <w/t> elements and modifies content where necessary:

  • If content starts or ends with whitespace, add a space=preserve attribute.
  • Replace characters with <w/br /> elements.
  • Replace characters with <w/tab /> elements.
Logics of handling whitespace characters in OOXML text runs.

  The code visits all <w/t> elements and modifies content where necessary:
  - If content starts or ends with whitespace, add a space=preserve attribute.
  - Replace 
characters with <w/br /> elements.
  - Replace 	 characters with <w/tab /> elements.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close