twardoch / mkdocs-combine

Convert an MkDocs Markdown source site to a single Markdown document
https://twardoch.github.io/mkdocs-combine/
Apache License 2.0
38 stars 17 forks source link

Class attributes in combined markdown #15

Open skdelphix opened 6 years ago

skdelphix commented 6 years ago

The markdown generated by mkdocscombine included attributes on many page titles, for example:

# Home {: .page-title}

and in some cases duplicated sections because of it:

## Prerequisites {: .page-title}

## Prerequisites

These attr_list items are not explicitly inside the source markdown, it appears they're coming from the 'pages' definition in mkdocs.yml.

How can I strip these out so they don't show up in the pdf?

geosmart commented 4 years ago

the same problem!