HeekangPark / obsidian-hk-code-block

Obsidian plugin developed by Heekang Park; Make code block looking good on reading view
MIT License
62 stars 5 forks source link

[Feature Request]:tag : <del><ins> #15

Open mystery4f opened 1 year ago

mystery4f commented 1 year ago

Please support the following <del> tag:

    
     public static void main(String [] args){
            System.out.println("hi") 
    }
   

image