If you’re not sure what files a Rails Generator would create for you, just add the -p option (or --pretend) for a dry run:
rails generate model Blog -p
You can use HTML tags for formatting. Wrap code in <code> tags and multiple lines of code in <pre><code> tags.