2022/06/18/github-thoughts-correction #10
Replies: 1 comment
-
Markdown test to make sure we're working: H1followed by some text H2followed by some text H3followed by some text H4followed by some text H5followed by some text H6followed by some text Auto-detected link: http://www.france.com Some Ignored_multiple_underscore_italics here A line of normal text with Followed by another line of normal text with Thin horizontal rule: -- Thick horizontal rule:
Empty line between table and this text
def this_is
puts "some #{code tag} code"
end
def this_is puts "some #{pre tag} code" end
class Classy
def this_is
puts "some #{colored} ruby code with ruby syntax highlighting"
@someobj.do_it(1, 2)
end
end var test = function this_is(){
console.log("some" + colored + "javascript code with javascript syntax highlighting really long");
} (defproject myproject "0.5.0-SNAPSHOT"
:description "Some clojure code with syntax highlighting."
:dependencies [[org.clojure/clojure "1.5.1"]]
:plugins [[lein-tar "3.2.0"]]) var test = function this_is(){
console.log("language declared as 'js' instead");
}
|
Beta Was this translation helpful? Give feedback.
-
2022/06/18/github-thoughts-correction
Corrections and more food for thought
https://osfanbuff63.github.io/2022/06/18/github-thoughts-correction.html
Beta Was this translation helpful? Give feedback.
All reactions