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
I'm not sure if I should report this directly to Grav or here, but when this plugin is enabled and the page contains markdown code block, maching shortcode text is stripped from the code block. Example:
---
title: Test page
taxonomy:
category:
- docs
---
Test SQL query:
```sql
SELECT 1 AS [color] FROM test_table
```
The [color] will be stripped out from the final display on generated HTML page.