updated the way I do callouts and alerts. This approach is better than the old way. You use includes here and pass parameters. This approach leads to fewer errors. The output looks the same, and you can use Markdown directly inside of the alerts or callouts instead of switching to HTML syntax.
This commit is contained in:
2
index.md
2
index.md
@ -194,7 +194,7 @@ For blog posts, create your markdown files in the \_posts folder following the s
|
||||
|
||||
The news/news.html file displays the posts, and the news_archive.html file shows a yearly history of posts. In documentation, you might use the news to highlight product features outside of your documentation, or to provide release notes and other updates.
|
||||
|
||||
See {{site.data.urls.mydoc_posts}} for more information.
|
||||
See {{site.data.urls.mydoc_posts.link}} for more information.
|
||||
|
||||
## Markdown
|
||||
|
||||
|
Reference in New Issue
Block a user