Code
-
Do I need a plugin to post code in my articles?
I want to post examples like this:
SET ECHO ON;
BEGIN
EXECUTE IMMEDIATE ‘DROP TABLE USERS’;
EXCEPTION
WHEN OTHERS THEN
IF SQLCODE != -942 THEN
RAISE;
END IF;
END;Should I just manually type < pre class=”code-example”> … and then add the class to additional css?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Code’ is closed to new replies.