Test Article - Template Showcase
A comprehensive test article demonstrating the blog card system with filtering and sorting capabilities.
Introduction
This is a test article designed to showcase all the features of our new blog post template. It demonstrates proper heading structure, code blocks, embedded videos, and other formatting elements.
Feature Overview
The new template includes several key improvements:
- Breadcrumb navigation for better orientation
- Reading time estimation based on word count
- Table of Contents automatically generated from H2 headings
- Share buttons for LinkedIn, Twitter, and copy-to-clipboard
- Prev/Next navigation to browse between posts
Embedded Video Example
Below you can see an example of responsive video embedding:
Code Block Example
Here’s an example of C# code with syntax highlighting:
using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
namespace Example
{
public class HelloWorld : IExternalCommand
{
public Result Execute(
ExternalCommandData commandData,
ref string message,
ElementSet elements)
{
TaskDialog.Show("Hello", "Hello from Revit!");
return Result.Succeeded;
}
}
}
Blockquote Example
This is a blockquote example. It can be used for highlighting important information or quoting external sources.
Conclusion
This test post helps verify that all template features work correctly across different content types and lengths.