rebber-plugins: protect chars in custom blocks with titles
See original GitHub issueconfiguration
remark
information: {
classes: 'custom-block-information',
title: 'optional',
},
}
rebber
informationCustomBlock: require('rebber-plugins/dist/type/customBlocks'),
markdown
[[information| Github, the microsoft code forge]]
| this is github
rendered latex
\begin{Intormation}[Github, the microsoft code forge]
this is github
\end{Information}
expected
\begin{Intormation}[Github\protect{,} the microsoft code forge]
this is github
\end{Information}
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
[OxS] OJS 3 Custom blocks character limitations
Hello all, @asmecher , Custom block plugins cannot have special characters in their titles? This used to work on OJS 2: Custom block...
Read more >Releases · zestedesavoir/zmarkdown - GitHub
Includes fixes from rebber-plugins@4.3.2. Assets 2 ... Fix footnotes inside titles by using \protect also for references. Assets 2.
Read more >9.6 Custom blocks (*) | R Markdown Cookbook - Bookdown
In this section, we will explain how to create your own custom blocks for both PDF and HTML output. They can both use...
Read more >Registration | Block Editor Handbook
Note: To keep your block titles readable and accessible in the UI, try to avoid very long ... Plugins and Themes can also...
Read more >Custom blocks made easy. - WP Engine
Title Slide: Between a block and a hard place. ... You will learn how to master custom blocks in WordPress and feel ready...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It does work! I feel a bit stupid not to have thought about that ^^
This has been released as: