Skip to content

Feature request: allow changing default options #453

Description

@kylebarbour

A common mechanism for configuring alternate default options in Unix environments is a dotfile, e.g. .bashrc or .vimrc. It would be really helpful to be able to set default options in .kramdown. It could use the same syntax as the already-existing {::options ... /} syntax:

$ cat .kramdown
 auto_ids="false"
 footnote_nr="5"
$

Currently I solve this problem by aliasing kramdown to include my default settings, but I think this would be more elegant.

Thanks for considering!

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions