mayurankv_Obsidian-Code-Styler/tests/InlineRegex.regex
Mayuran Visakan f5c281fd99 Fix REGEX
2024-02-20 01:31:38 +00:00

8 lines
585 B
Text

{python} 'result if true'.method() if 1 else result_if_false.property
{}{text here not styled}
{python icon} 'result if true'.method() if 1 else result_if_false.property
{python title:'Inline If'} 'result if true'.method() if 1 else result_if_false.property
{python title:'Inline If' icon} 'result if true'.method() if 1 else result_if_false.property
{js icon title:foo} javascript:(function(){alert('你好')})()
{python} import pypy; print("code" + 'g' + aaa[23]); def bfs(): return None; False #test
{ import pypy; print("code" + 'g' + aaa[23]); def bfs(): return None; False #test