pdf - Asciidoctor: How to specify top/bottom margin on certain heading levels -


i have .adoc has been autogenerated using generate pdf. snippet of markup looks this:

[[_link1]] == awesomeness  [[_link2]] === historical perspectives on awesomeness text  [[_link3]] ==== 1800s more text 

is there way customize margin_top , margin_bottom h2 headers in pdf? if not, next easiest workaround?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -