search for code snippet enclosed between ``` ``` in a md file using shell script

Viewed 13

We have md files in which authors add a code snippet enclosing it between three back ticks ``` , i need to find that code snippet from the md files using a script. How to acheive this?

0 Answers
Related