--- categories: [paige] date: "2023-01-02" description: Demonstration of the Paige quote shortcode. tags: [figures, shortcodes] title: Quote Shortcode --- Code: ```go-text-template {{* paige/quote */>}} Don't believe everything you read on the Internet. {{* /paige/quote */>}} ``` Result: {{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}} --- Code: ```go-text-template {{* paige/quote cite="Abraham Lincoln" */>}} Don't believe everything you read on the Internet. {{* /paige/quote */>}} ``` Result: {{< paige/quote cite="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}} --- Code: ```go-text-template {{* paige/quote */>}} Don't believe everything you read on the Internet. {{* /paige/quote */>}} {{* paige/quote */>}} Use the Force, Harry. {{* /paige/quote */>}} ``` Result: {{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}} {{< paige/quote >}} Use the Force, Harry. {{< /paige/quote >}} --- Code: ```go-text-template {{* paige/quote cite="Abraham Lincoln" */>}} Don't believe everything you read on the Internet. {{* /paige/quote */>}} {{* paige/quote cite="Gandalf" */>}} Use the Force, Harry. {{* /paige/quote */>}} ``` Result: {{< paige/quote cite="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}} {{< paige/quote cite="Gandalf" >}} Use the Force, Harry. {{< /paige/quote >}} --- Code: ```go-text-template {{* paige/quote caption="Hickory Dickory Dock" align="start" */>}}