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!
A common mechanism for configuring alternate default options in Unix environments is a dotfile, e.g.
.bashrcor.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:Currently I solve this problem by aliasing kramdown to include my default settings, but I think this would be more elegant.
Thanks for considering!