Dan Allen

Results 273 issues of Dan Allen

In a link or URL macro, if the text ends with a caret, this syntax is interpreted as a shorthand for window=_blank. However, this shorthand is not available to the...

Add a block macro named "footnotes" to indicate where to insert the footnotes: ``` footnotes::[] ``` When used, the built-in output of the footnotes block will not be used.

enhancement

Sometimes, you want to display a verbatim block (such as a source listing) without the callout numbers. For example, in one case you may use the callout numbers to explain...

v2.1.0

* only skip front matter in primary document if skip-front-matter attribute is set * add skip-front-matter option to include directive resolves #3437

- prevent footnote label from being broken across lines - keep footnote labe with preceding text if adjacent - include encoding square brackets in footnote label in link - remove...

If the user has not specified a theme, and the `media` attribute is `print` or `prepress`, default to the default-for-print theme instead of the default theme. The default-for-print theme is...

enhancement

If a footnote number falls the end the line, the brackets and numbers can get split across lines. For example: ``` Lorem ipsum dolor sit amet, consectetur adipiscing elit.[ 1]...

bug