Kumu
  • Getting started
    • Welcome
    • Kumu 101
    • First steps
    • Quick tips
    • Webinars
  • Overview
    • Kumu's architecture
    • Accounts and workspaces
    • Kumu.io and Kumu Enterprise
    • Billing
    • User interfaces
      • Dashboard
      • Settings
      • Map editor
      • View editors
      • Quick Actions
    • Collaborating and sharing
    • Actions and permissions
    • Security
    • Advanced Editor hub
      • @settings reference
      • @controls reference
      • Color reference
      • Property reference
      • Selector reference
  • DISCIPLINES
    • SNA / Network Mapping
    • Systems mapping
    • Systems Practice workbook
  • Guides
    • Activity feed
    • Add-ons
      • Disqus
    • Bridge
    • Cluster
    • Controls
      • Cluster control
      • Color-legend control
      • Filter control
      • Focus control
      • Image control
      • Label control
      • Showcase control
      • SNA-dashboard control
      • Tagged-timeline control
      • Text Control
      • Title Control
      • View toggle control
    • Decorations
      • Direct decorations
      • Data-driven decorations
      • Flags
      • Icons
      • Images
      • Label templates
      • Popovers
    • Default view settings
    • Export
    • Fields
      • Computed fields
    • Filter
    • Focus
    • Forking
    • Grids & Guides
    • Import
      • Structure your data for Kumu
      • Excel / CSV
      • Google Sheets
      • JSON / Blueprints
    • Imported views
    • Layouts
      • Fixed
      • Force-directed
      • Remove overlap
      • Scatter
      • Snap-to
    • Legends
    • Licensing
    • Lightbox
    • Loops
    • Metrics
    • Two-factor authentication
    • Pro workspaces
      • Archiving projects
      • Discussions
    • Partial views
    • Presentations
    • Profiles
      • Markdown
    • Project admin
    • Selectors
    • Shapes
    • Share and embed maps
    • Shortcuts
    • Showcase
    • Slugs
    • Table
    • Templates
      • Geo template
    • URLs
    • Views
    • Widgets
  • About Kumu
    • What is Kumu?
    • How does it work?
    • Where can I get help?
  • Enterprise
    • About enterprise
    • Getting started with VMWare
    • Upgrading
    • Configuration
    • Creating user accounts
    • SSH Access
    • Single sign-on
    • Backing up enterprise data
    • Restoring enterprise data
    • Command line utilities
    • Changelog
  • Frequently Asked Questions
    • Does Kumu have a public API?
    • Does Kumu make use of AI?
    • How do I add annotations?
    • How do I add anchors to my map description?
    • How do I add arrows to my connections?
    • How do I add documents to profiles?
    • How do I add more than one element with the same label?
    • How do I add text dropdowns to my map overview?
    • How do I adjust arrow size?
    • How do I avoid duplicating data?
    • How do I change connection curvature?
    • How do I change font color?
    • How do I change font size?
    • How do I change the default for currency fields?
    • How do I change the length or strength of connections?
    • How do I change the order of control options?
    • How do I change the position of my element labels?
    • How do I cite Kumu?
    • How do I collapse duplicate connections?
    • How do I copy a map to another project?
    • How do I control label size while scaling element size?
    • How do I control text wrapping?
    • How do I convert a project from private to public?
    • How do I convert a project from public to private?
    • How do I create dynamic on/off toggles for my map?
    • How do I customize link text in popovers?
    • How do I customize the order of my legend?
    • How do I delete a project, map, or view?
    • How do I delete data from my project?
    • How do I downgrade my subscription?
    • How do I edit virtual elements?
    • How do I get rid of duplicates?
    • How do I hide elements without connections?
    • How do I hide images from the map but keep them in the profile?
    • How do I hide labels on my map?
    • How do I hide the settings button?
    • How do I keep elements from moving?
    • How do I list an element's connections in its profile?
    • How do I make elements transparent?
    • How do I make sense of my receipt?
    • How do I open a sub-system when clicking on an element?
    • How do I remove the Opposite entry from my legend?
    • How do I remove unneeded controls?
    • How do I remove unwanted legend entries?
    • How do I rename my map/view?
    • How do I restructure my adjacency matrix?
    • How do I save my changes in Kumu?
    • How do I select options by default in my control?
    • How do I set a minimum or maximum zoom level for my map?
    • How do I show the Settings button?
    • How do I size elements based on number of connections?
    • How do I transfer a project?
    • How do I update my credit card information?
    • How much data can my Kumu project handle?
    • How do my readers switch between maps and views?
    • My data won't import. What can I do?
    • My Kumu embed is not working. What can I do?
    • My map disappeared. How do I bring it back?
    • My PDF won't export. What can I do?
    • What pricing plans does Kumu have?
    • Where can I find my invoices?
    • Where can I find example Kumu projects?
Powered by GitBook
On this page
  • Markdown
  • The basics
  • Lists
  • Links within your account
  • Images
  • Headings
  • Heading 1
  • Heading 2
  • Code
  • Blockquotes
  • Tables
  • Horizontal Rules
  • Inline HTML
  • LaTeX

Was this helpful?

Edit on GitHub
  1. Guides
  2. Profiles

Markdown

PreviousProfilesNextProject admin

Last updated 5 months ago

Was this helpful?

Markdown

Markdown is an easy and powerful way to format your descriptions and long text fields using simple, natural syntax.

The basics

*italic* and **bold**

-> Creates italic and bold

An inline link: [Kumu](http://launch.kumupowered.com)

-> Creates an inline link:

Note that inline links always open the website in the same tab and direct your viewer away from your Kumu map. If you wish to open the link in a separate tab, you can use the following HTML syntax:

<a href="https://kumu.io" target="_blank">Kumu website</a>

Replace the URL with your own and swap the word "Kumu website" for any word(s) you'd like your viewers to click. Make sure that target= stays the same.

An auto-generated link: http://kumu.io

-> Creates an auto-generated link:

Lists

* Milk
* Cookies
* Marshmallows

Looks like:

  • Milk

  • Cookies

  • Marshmallows

1. California
2. Texas
3. New York

Looks like:

  1. California

  2. Texas

  3. New York

Links within your account

We also support linking to elements, connections and loops (even other maps in your account).

You can use the following syntax:

Selectors

[link text](= selector)

Maps

[link text](#map-slug)

Views

[link text](#map-slug/view-slug)

Images

![alt text](image-url)

Replace alt text with an image caption that screen readers can read, and replace image-url with a link to your image.

Widgets

Headings

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Looks like:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5

Heading 6

Code

Simply indent lines with four spaces or wrap the code with three backticks:

```md
<div class="footer">
    &copy; 2013 Kumu Systems LLC
</div>
```

Looks like:

<div class="footer">
    &copy; 2013 Kumu Systems LLC
</div>

Blockquotes

> Add quote text here

Looks like:

Add quote text here

Tables

One | Two | Three
--- | --- | ---
Blue | White | Gray
Green | Yellow | Red
| One   | Two    | Three |
| ----- | ------ | ----- |
| Blue  | White  | Gray  |
| Green | Yellow | Red   |
One
Two
Three

Blue

White

Gray

Green

Yellow

Red

Horizontal Rules

Three or more dashes or asterisks
---
***

Inline HTML

Kumu's markdown editor also recognizes a limited amount of inline HTML.

More HTML fun:

Here are the tags you can use in Kumu, anywhere that accepts markdown:

<a>
<aside>
<b>
<blockquote>
<br>
<caption>
<code>
<del>
<dd>
<dfn>
<div>
<dl>
<dt>
<em>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<hr>
<i>
<img>
<ins>
<kbd>
<li>
<ol>
<p>
<pre>
<q>
<samp>
<span>
<strike>
<strong>
<sub>
<sup>
<table>
<tbody>
<td>
<tfoot>
<th>
<thead>
<tr>
<tt>
<ul>
<var>

And here are the HTML attributes that use can use for each tag:

<a>
  href

<img>
  src

<div>
  itemscope
  itemtype

all tags
  abbr
  accept
  accept-charset
  accesskey
  action
  align
  alt
  axis
  border
  cellpadding
  cellspacing
  char
  charoff
  charset
  checked
  cite
  clear
  cols
  colspan
  color
  compact
  coords
  datetime
  dir
  disabled
  enctype
  for
  frame
  headers
  height
  hreflang
  hspace
  ismap
  label
  lang
  longdesc
  maxlength
  media
  method
  multiple
  name
  nohref
  noshade
  nowrap
  prompt
  readonly
  rel
  rev
  rows
  rowspan
  rules
  scope
  selected
  shape
  size
  span
  start
  summary
  tabindex
  target
  title
  type
  usemap
  valign
  value
  vspace
  width
  itemprop

LaTeX

Good news for people using Kumu in science, math, or academia—anywhere you write Markdown in Kumu, you can also write LaTeX to include equations!

You can write LaTeX inline or on its own separate line. To write inline, put two dollar signs on either side of your LaTeX code, like so:

24 minutes are $$\frac{24}{60}=0.4h$$ and $$\sin(30^o)=0.5$$

Here's what you would see:

Or, for more complex expressions, you can write inside a codeblock marked as latex, like so:

```latex
f(x) = \int_{-\infty}^\infty
    \hat f(\xi)\,e^{2 \pi i \xi x}
    \,d\xi
```

Here's what you would see:

Replace link text with the text for your link, and replace selector with any valid .

Replace link text with the text for your link, and replace map-slug with the of your map.

Replace link text with the text for your link, replace map-slug with the of your map, and replace view-slug .with the of your view.

See our guide to to learn more about embedding videos, podcasts, slideshows, and other interactive content inside markdown.

Learn how to create anchors that skip to certain sections of your map description .

If you are using Markdown in the Description column of an , you will have to use the rather than the usual Markdown syntax. Make sure to remove all line breaks from your HTML, or your table will render with a large white space above it.

Now you know the basics of formatting with markdown! For more information, visit .

Learn how to create anchors that skip to certain sections of your map description .

Learn how to add text dropdowns that show/hide additional text upon click .

Kumu uses a tool called KaTeX to render these equations. For a full list of supported equations, .

Kumu
https://kumu.io
selector
slug
slug
slug
widgets
with this guide
import
HTML table tag
Daring Fireball's markdown syntax documentation
with this guide
with this guide
visit the KaTeX docs
rendered inline latex
rendered block latex