George Cushen 6 лет назад
Родитель
Сommit
96d061bfff

+ 1 - 1
data/academic.toml

@@ -1,3 +1,3 @@
 # Academic
 
-version = "4.3.1"
+version = "4.4.0"

BIN
exampleSite/content/post/writing-technical-content/featured.jpg


+ 7 - 2
exampleSite/content/post/writing.md → exampleSite/content/post/writing-technical-content/index.md

@@ -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 🙌