Skip to content
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

Allow framed section titles #219

Closed
linawolf opened this issue Dec 27, 2022 · 0 comments
Closed

Allow framed section titles #219

linawolf opened this issue Dec 27, 2022 · 0 comments

Comments

@linawolf
Copy link
Collaborator

Section titles can be underlined by a series of the same signs or underlined and overlined by those

https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections

In the TYPO3 docs we use the a section title framed by equatation marks to mark the main Document title.

the doctrine/rst-parser currently interprets this as a hr followed by a section of the same level as Topic 1 bellow.

========
DocTitle
========

About this document ...

Topic 1
=======
Here we go.

Subtopic 1.1
------------
Here we dive deeper

Subsubtopic 1.1.1
~~~~~~~~~~~~~~~~~
And this is even more specific.

Topic 2
=======

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant