Markdown Code Block Sample

Test to see if Markdown works:

Some text before the code block.


<%@ Page Title="" Language="VB" MasterPageFile="~/msci3025.master" AutoEventWireup="false" CodeFile="ThankYou.aspx.vb" Inherits="ThankYou" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> Thank you for participating in our survey! </asp:Content>

Some text after the code block.