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
Description:
Enable the insertion of Page Constructor blocks directly into specific parts of markdown files. To achieve this, we should define and implement a syntax using directives.
Tasks:
Research and design the syntax for directives that can be used within MD files.
Implement the parsing logic to recognize and process these directives.
Allow the embedded Page Constructor blocks to render correctly within the MD content.
Update documentation to include guidance on using the new directive-based syntax.
Test the implementation to ensure compatibility with existing MD file structures.
The text was updated successfully, but these errors were encountered:
Description:
Enable the insertion of Page Constructor blocks directly into specific parts of markdown files. To achieve this, we should define and implement a syntax using directives.
Tasks:
The text was updated successfully, but these errors were encountered: