You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An abstract can be specified using a section when the doctype is article (as an alternative to a block). However, this converter does not handle the case when it is specified as a section. Add support for this structure.
= Document Title
[abstract]
== Abstract Title
Abstract content.
== Section
content
This is equivalent to:
= Document Title
.Abstract Title
[abstract]
--
Abstract content.
--
== Section
content
The text was updated successfully, but these errors were encountered:
An abstract can be specified using a section when the doctype is article (as an alternative to a block). However, this converter does not handle the case when it is specified as a section. Add support for this structure.
This is equivalent to:
The text was updated successfully, but these errors were encountered: