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
feature #120 Add support for an alternative screencast directive (javiereguiluz, weaverryan)
This PR was merged into the main branch.
Discussion
----------
Add support for an alternative screencast directive
In #119 we added the `.. screencast::` directive, but Symfony Docs still use the old `.. admonition:: Screencast` syntax.
We cannot update Symfony Docs yet, so we need to support both. I thought that the simple code of this PR would be enough, but it's not working. Anyone knows why? Thanks!
Commits
-------
add05d8 Fixing test to not rely on screencast style admonition
18dd3dc Fixing initialization or Parser in test
f080e8b Add support for an alternative screencast directive
Copy file name to clipboardExpand all lines: tests/fixtures/expected/blocks/directives/screencast.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,15 @@
9
9
<ahref="https://symfonycasts.com/screencast/symfony" class="reference external" rel="external noopener noreferrer" target="_blank">Stellar Development with Symfony</a>
<ahref="https://symfonycasts.com/screencast/symfony" class="reference external" rel="external noopener noreferrer" target="_blank">Stellar Development with Symfony</a>
0 commit comments