We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a dynamic block, the heading column creates a link for each field. I want to disable this behaviour.
| Heading | Scheduled | Deadline | |--------------------------------------+------------+------------| | [[Milestone 2][Milestone 2]] | 2023-02-09 | 2023-02-27 | | [[Milestone 3][Milestone 3]] | 2023-03-03 | 2023-03-13 | | [[Milestone 4][Milestone 4]] | 2023-03-15 | 2023-04-06 | | [[Milestone 5][Milestone 5]] | 2023-04-06 | 2023-04-19 | | [[Testing document][Testing document]] | 2023-02-26 | 2023-02-28 | | [[Assignment][Assignment]] | 2023-02-15 | 2023-03-01 | | [[Midterm][Midterm]] | 2023-03-03 | 2023-03-08 |
I want it to be like this:
| Heading | Scheduled | Deadline | |--------------------------------------+------------+------------| | Milestone 2 | 2023-02-09 | 2023-02-27 | | Milestone 3 | 2023-03-03 | 2023-03-13 | | Milestone 4 | 2023-03-15 | 2023-04-06 | | Milestone 5 | 2023-04-06 | 2023-04-19 | | Testing Testing document | 2023-02-26 | 2023-02-28 | | Assignment | 2023-02-15 | 2023-03-01 | | Midterm | 2023-03-03 | 2023-03-08 |
I am using the table with gnuplot, and it breaks the parsing...
The text was updated successfully, but these errors were encountered:
Ok, this seems like a good idea. I probably won't get to it soon, so patches welcome in the meantime. Thanks.
Sorry, something went wrong.
Created a PR, PTAL when you have a chance! #348.
@OZoneGuy Reviewed. Please feel free to ping me if I don't notice something like this.
alphapapa
Successfully merging a pull request may close this issue.
When creating a dynamic block, the heading column creates a link for each field. I want to disable this behaviour.
I want it to be like this:
I am using the table with gnuplot, and it breaks the parsing...
The text was updated successfully, but these errors were encountered: