Skip to content

Instantly share code, notes, and snippets.

Mermaid on Github Examples

All of these diagrams are dynamically rendered during html display by Github, the images generated from text inside the Github-Flavored Markdown. None are static images. Mermaid support was released for Github on 2022-02-14

Pros & Cons:

  • Pro: You don't need to care about the layout.
  • Con: You cannot control the layout.

Notes:

  • Not all the features of Mermaid (in particular symbols B-->C[fa:fa-ban forbidden], hyperlink and tooltips) are supported by Github.
@hartmamt
hartmamt / Position.md
Created May 24, 2016 17:24
Position Description

PeopleSoft Portal Lead 

Position Description

The Portal Lead position will be tasked with requirements gathering, design and development of PeopleSoft Application Portal based solutions. In addition this position will coordinate a cross campus team of developers and designers including leading prioritization discussions, coordinating a shared working lab for portal activities and managing the incoming support requests for portal.

Job Description

  • Analyze new requirements and existing business applications and processes to recommend and implement system enhancements and/or process improvements.
@hartmamt
hartmamt / arus-notification-container.js
Created March 24, 2015 10:37
arus-notification-container.js
import React from 'react';
import PSConnector from 'arus-ps-connector';
import ArusNotification from 'arus-notifications';
import BlackLion from 'BlackLion';
import { NotificationStore, NotificationActions } from 'BlackLion';
//SET SIS CONNECTOR!!!!!!
BlackLion.SetSISConnector(PSConnector);
var ArusNotificationContainer = React.createClass({
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://tirediscountersapps.com/comment/">
<soapenv:Header/>
<soapenv:Body>
<com:CreateComment>
<com:_c>
<com:customer>
<com:CustomerID>?</com:CustomerID>
<com:LastName>?</com:LastName>
<com:FirstName>?</com:FirstName>
<com:AddressLine1>?</com:AddressLine1>
/**
* @jsx React.DOM
*/
var MealCalc = React.createClass({
render: function() {
var total = this.props.meals.reduce(
function(previousValue, currentValue, index, array) {
return {
/**
* Title: Visitor
* Description: Used to request visitor accounts
* Copyright: Copyright (c) 2004
* Company: University of Cincinnati
*
* @author Matt Hartman
* @version 0.0.1 8 June 2004
*/