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
“Dynamic variables” table is broken #754
Comments
|
While the parsing is definitely broken, note that table cells are meant to act like implicit =para blocks. So even when Pod parsing is fixed, multiple paragraphs would by definition not happen. Basically, whatever happens when you try typing multiple visual paragraphs inside a |
|
At least it's lookong a bit better after my last tweak. On Sunday, July 24, 2016, Faye notifications@github.com wrote:
|
|
Except that now things like |
|
On Monday, July 25, 2016, Aleks-Daniel Jakimenko-Aleksejev <
Shall I revert? |
|
On Monday, July 25, 2016, Tom Browder tom.browder@gmail.com wrote:
Actually, I don't think any pod formatting codes have ever been recognized |
No, it's better than it was. Still :( though. |
|
Is this better? #758 |
|
On Mon, Jul 25, 2016 at 11:53 AM, Christopher Bottoms <
|
|
OK, after #758 it is not broken anymore, so we can close this issue. … however, I'd love to see some changes to pod itself so that there's at least some way to have that kind of stuff in table cells. |
See https://docs.perl6.org/language/variables#Dynamic_variables
Ping @molecules
The problem occurs because of this:
If you change it to this, then it works, but of course it does not look as nice:
Is there any way to have paragraphs inside a table cell?
The text was updated successfully, but these errors were encountered: