question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rebber-plugins: protect chars in custom blocks with titles

See original GitHub issue

configuration

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:closed
  • Created 4 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
pierre-24commented, Aug 10, 2019

It does work! I feel a bit stupid not to have thought about that ^^

0reactions
vhfcommented, Aug 29, 2019

This has been released as:

  • rebber-plugins@2.1.0
  • rebber@3.1.5
  • zmarkdown@6.1.0
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found