Highlight Test Posted on 2017-07-19 00:00 | Post modified | In Help | Words count in article 57 | Reading time 0 This is a highlight test. Normal block 1alert('Hello World!'); 1print 'helloworld' Highlight block 1alert( 'Hello, world!' ); 1print 'helloworld' 123def foo puts 'foo' end def foo puts 'foo' end 1 2 3 def foo puts 'foo' end 12345678910111213141516#include <iostream> using namespace std; void foo(int arg1, int arg2) { } int main() { string str; foo(1, 2); cout << "Hello World" << endl; return 0; } Post author: Melt Post link: https://melt.autove.dev/help/2017/07/19/highlight-test/ Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 3.0 unless stating additionally.