-
-
Notifications
You must be signed in to change notification settings - Fork 461
Update entity-listeners.rst #390
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
Conversation
Thanks! |
@luciantugui @Ocramius You now have two code blocks and not the nice tabbed view the Symfony documentation uses everywhere else. Furthermore, due to the indentation, the code blocks are no rendered as blockquotes (see http://symfony.com/doc/master/bundles/DoctrineBundle/entity-listeners.html). Is that intended? |
This should be reverted. It is breaking the doc on symfony.com, which is the place for which we intend to render it (github.com rendering of rST file is incomplete anyway) |
ok, sorry for removing configuration block, got it now, although it's still not rendered correctly: entity listeners as a side note, can entity listeners be mentioned in the cookbook entry regarding event listeners and subscribers? thanks |
@luciantugui The documentation has not been regenerated since the last change.
Can you open a pull request or create an issue on the Symfony documentation repository? |
@stof sorry, thought this kind of separate view was intentional, so I didn't think too much about it before merging. Thanks for reverting :-) |
code blocks are visible now