-
-
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
title variable should not be interpreted as block element #1685
Comments
I realize that this is confusing, but let me explain why it happens. It might be worth considering giving the Not sure what the best solution is, but it might be worth raising this +++ Jakob Voss [Oct 12 14 13:54 ]:
|
Ok, it makes sense to treat all metadata fields as Markdown block-level content. Then I'd need an easy way to convert this YAML fields between different formats, especially from/to plain Unicode strings. For instance from
to (plain)
or (latex)
Some kind of |
I don't understand why you need the conversion to latex for example? |
This has partly been solved by introduction of |
The title variable (and similar "inline-value" variables) should never be interpreted as block element. Try this example:
converted with
pandoc -s -t latex
the output contains:instead of
\title{6. conference}
. I stumbled upon this because5. xxx
in German is used like6th xxx
in English. Similar for unnumbered lists:The text was updated successfully, but these errors were encountered: