|
@@ -4,6 +4,9 @@ date: 2019-07-12
|
|
|
math: true
|
|
|
diagram: true
|
|
|
markup: mmark
|
|
|
+image:
|
|
|
+ placement: 3
|
|
|
+ caption: 'Image credit: [**John Moeses Bauan**](https://unsplash.com/photos/OGZtQF8iC0g)'
|
|
|
---
|
|
|
|
|
|
Academic is designed to give technical content creators a seamless experience. You can focus on the content and Academic handles the rest.
|
|
@@ -171,12 +174,14 @@ renders as
|
|
|
|
|
|
### Asides
|
|
|
|
|
|
+Academic supports a Markdown extension for asides, also referred to as *notices* or *hints*. By prefixing a paragraph with `A>`, it will render as an aside. You can enable this feature by adding `markup: mmark` to your page front matter, or alternatively using the [*Alert* shortcode](https://sourcethemes.com/academic/docs/writing-markdown-latex/#alerts).
|
|
|
+
|
|
|
```markdown
|
|
|
-A> A Markdown aside is equivalent to using the Alert Shortcode, but simpler to use.
|
|
|
+A> A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
|
|
|
```
|
|
|
|
|
|
renders as
|
|
|
|
|
|
-A> A Markdown aside is equivalent to using the Alert Shortcode, but simpler to use.
|
|
|
+A> A Markdown aside is useful for displaying notices, hints, or definitions to your readers.
|
|
|
|
|
|
### Did you find this page helpful? Consider sharing it 🙌
|