You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Text formatting, images & more: [Nicegist](https://nicegist.github.io/96e67c2dd38419b200f9efcd56c2e8e3), [Source](https://gist.github.com/eyecatchup/96e67c2dd38419b200f9efcd56c2e8e3)
37
39
- Example writeup: [Nicegist](https://nicegist.github.io/dab5cf7977008e504213), [Source](https://gist.github.com/eyecatchup/dab5cf7977008e504213)
38
40
39
41
### Content
40
42
41
-
The Gist's description field will be used as the title for your writing. You should structure your writing such that the highest-level heading is an H2, as the post title will be a first-level heading.
43
+
The Gist's description field will be used as the title for your writing. You should structure your writing such that the highest-level heading is an H2, as the post title will be a first-level heading.
42
44
43
45
Your Markdown file(s) can contain relative links to anchors, which _Nicegist_ will automatically create for each heading in your Markdown file(s).
44
46
45
47
You can also embed other files from your Gist in your Markdown file(s). _Nicegist_ supports custom `<gist>` tags. Let's say your Gist contains two files. A `example.md` and a `code.sh`. You could then use the custom embed tag in your `example.md` as follows: `<gist>code.sh</gist>`. _Nicegist_ will render these tags like in [this example](https://nicegist.github.io/3382937).
46
48
47
-
Check out the [examples](#examples) above for more clues on what you can and should do when writing for _Nicegist_.
49
+
Check out the [examples](#examples) above for more clues on what you can and should do when writing for _Nicegist_.
_Nicegist_ uses modern JavaScript and, thus, supports modern browsers only.
62
+
_Nicegist_ uses modern JavaScript and, thus, supports modern browsers only.
61
63
(Also, IE11 _should_ work. But no warranty.)
62
64
63
65
If you run into something broken, your markup isn't rendering, or you want to propose a new feature, please [file a ticket](https://github.com/nicegist/nicegist.github.io/issues/new/choose).
@@ -68,6 +70,7 @@ If you run into something broken, your markup isn't rendering, or you want to pr
68
70
-[Chromium destilled webpage layout](https://chromium.googlesource.com/chromium/src/+/refs/heads/master/components/dom_distiller/) for optimized reading experience
69
71
-[markdown-it](https://github.com/markdown-it/markdown-it) for Markdown parsing
70
72
-[markdown-it-anchor](https://github.com/valeriangalliat/markdown-it-anchor) for automated header anchors
73
+
-[markdown-it-task-list](https://github.com/revin/markdown-it-task-lists) for GFM task list support
71
74
-[highlight.js](https://highlightjs.org/) for code block syntax highlighting
72
75
- Some regex sugar and a hidden gist feature for gist embedding
73
76
-[GitHub Pages SPA hack](http://www.backalleycoder.com/2016/05/13/sghpa-the-single-page-app-hack-for-github-pages/) for pretty URLs
0 commit comments