Changes
3 changed files (+21/-9)
-
-
@@ -1,3 +1,8 @@GitHub Flavored Markdown (GFM) is a Markdown dialect based on CommonMark spec. This page lists extensions not exist in CommonMark. - Spec: https://github.github.com/gfm/ ## Strikethrough extension ```markdown
-
-
-
@@ -1,9 +0,0 @@[Obsidian docs](https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax) ## Highlight extension ```markdown ==Hello, World!== ``` ==Hello, World!==
-
-
-
@@ -0,0 +1,16 @@Obsidian Flavored Markdown (OFM) is an authoring format used in Obsidian, based on CommonMark and [[GitHub Flavored Markdown]] (GFM). This page lists extensions not exists in both CommonMark and GFM. - Brief description: https://help.obsidian.md/Editing+and+formatting/Obsidian+Flavored+Markdown - Basic syntax list: https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax Unfortunately, Obsidian does not publish a formal spec for the OFM. Users should be aware Macana's OFM parser is not guaranteed to be 100% compatible with Obsidian's one, as the spec is not defined and even Obsidian behave inconsistent in some area. ## Highlight extension ```markdown ==Hello, World!== ``` ==Hello, World!==
-