-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for start/stop style headings with ConTeXt writer? #2609
Labels
Comments
We could change the writer so it does this when
`--section-divs` is specified -- that would be fairly
natural.
How would we specify the identifier `foo` with the new
syntax?
|
@jgm, using \startsection[title={Foo}, reference={foo}]
Lorem ipsum, bananas foster, eels.
\stopsection I hope it helps. |
The |
jgm
pushed a commit
that referenced
this issue
Jan 25, 2018
Fixes #2609. This PR introduces the new-style section headings: `\section[my-header]{My Header}` -> `\section[title={My Header},reference={my-header}]`. On top of this, the ConTeXt writer now supports the `--section-divs` option to write sections in the fenced style, with `\startsection` and `\stopsection`.
Brilliant; many thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, I'm only able to coax pandoc into generating ConText documents with headings like:
Would it be possible to also support the support the (newer, nesting) start/stop syntax for headings in ConTeXt IV? Hence:
Or, for give me if this is so: is there already a way to get pandoc to do this?
The text was updated successfully, but these errors were encountered: