If I convert the following snippet, with the `--standalone` option, from Markdown to HTML,

~~~~
~~~ {.language .numberLines startFrom=100}
fenced code block line 100
fenced code block line 101
~~~
~~~~

... the resulting HTML will contain a list of styles included by Pandoc by default.

Does anybody know why those styles named so differently, inconsistently? See the excertp below: alllowercase for small caps, lowercase-with-hyphens for divs with the hanging indent, and camelCase for source code blocks.

~~~
span.smallcaps{font-variant: small-caps;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
pre.sourceCode { margin: 0; }
~~~

What is the logic there?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ce4037fa-b4cd-4266-a036-a91b8fcb45b0n%40googlegroups.com.