feat(code): add support for code block folding (#259)

This commit is contained in:
Dillon
2020-04-26 03:25:10 +08:00
committed by GitHub
parent 41a92c6166
commit bcbc4268ea
32 changed files with 351 additions and 270 deletions

View File

@@ -46,7 +46,7 @@ John Gruber, the author of Markdown, puts it like this:
> While Markdowns syntax has been influenced by several existing text-to-HTML filters,
> the single biggest source of inspiration for Markdowns syntax is the format of plain text email.
>
> -- _John Gruber_
> {{< style "text-align: right;" >}}-- _John Gruber_{{< /style >}}
Without further delay, let us go over the main elements of Markdown and what the resulting HTML looks like!