{
  localUrl: '../page/arbital_markdown.html',
  arbitalUrl: 'https://arbital.com/p/arbital_markdown',
  rawJsonUrl: '../raw/3w.json',
  likeableId: '2288',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '6',
  dislikeCount: '0',
  likeScore: '6',
  individualLikes: [
    'AlexeiAndreev',
    'JeremyPerret',
    'EricBruylant',
    'TravisRivera',
    'JaimeSevillaMolina',
    'KonradSeifert'
  ],
  pageId: 'arbital_markdown',
  edit: '38',
  editSummary: '',
  prevEdit: '37',
  currentEdit: '38',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Arbital Markdown',
  clickbait: 'All about Arbital's extended Markdown syntax.',
  textLength: '4929',
  alias: 'arbital_markdown',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'EricBruylant',
  editCreatedAt: '2016-09-15 21:43:13',
  pageCreatorId: 'AlexeiAndreev',
  pageCreatedAt: '2015-04-02 19:49:32',
  seeDomainId: '0',
  editDomainId: 'PaulChristiano',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '7',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '234',
  text: '[summary: Arbital uses [https://en.wikipedia.org/wiki/Markdown Markdown] with many custom extensions to help you create awesome explanations. Become a pro editor by learning how to create [5gn todos], [17f greenlinks], [1kl page summaries],  [arbital_note notes], [3jp hidden text], and insert [5xw]!]\n\nThe [3j4] uses [https://en.wikipedia.org/wiki/Markdown Markdown] syntax for editing the [16x pages]. If you've used Reddit or any of the StackOverflow, it's the same syntax. Here is a helpful [intro to Markdown syntax](http://mathoverflow.net/editing-help).\n\n[toc:]\n\n## Arbital Markdown syntax\n\nArbital adds a few extra features to Markdown syntax.\n\n### Table of contents\n\n`[toc:]` creates a table of contents, like the one above.\n\n### [17f Greenlinks]\n[todo: Add note about the Intrasite Link button on the toolbar.]\n\nYou can quickly link to a page by using `[id]` or, even better, `[alias]` syntax. For example:  \n`[3w]` => [3w]  \n`[Arbital_markdown]` => [3w]\n\n%%hidden(Advanced): If you want the inserted title to be lower-cased, add a dash:  \n`[value_alignment_problem]` => [5s]  \n`[-value_alignment_problem]` => [-5s]\n\nIf you want to specify what text shows up as the link, use `[alias text]`. For example:  \n`[3w Custom link]` => [3w Custom link]\n\nIf you link to a page that doesn't exist, the link will show up red:  \n`[definitely_doesnt_exist Doesn't exist]` => [definitely_doesnt_exist Doesn't exist]\n\nIf you want to just create a red link with some text:  \n`[ create a page for this concept later]` => [ create a page for this concept later]\n\nIf you want to mention someone use `[@userId]` or `[@userAlias]`:  \n`[@1]` => [@1]  \n`[@AlexeiAndreev]` => [@1]  \nNOTE: the user will get an update if the mention is in a comment.\n%%\n\n### [1kl Summaries]\n\nYou can set the page's summary, which shows up in [17f greenlink] popovers and other places. For example:  \n`[summary: Summary of the page goes here. *Markdown* is okay!]`  \nOr to set a specific summary:  \n`[summary(Technical): Very technical summary. *Markdown* is okay!]`    \nMake sure that the entire summary block is in a paragraph of its own.\n\n### [3jp Hidden text]\n\nYou can create **hidden text**:\n\n    %%hidden(Button text):\n    Hidden text goes here.\n    %%\n\n%%hidden(Button text):\nSurprise!\n%%\n\nYou can use this for hiding problem answers and asking the user to solve the problem themselves before clicking the button to see the correct answer. Button text is required.\n\n### [arbital_note Notes]\n\nYou can create **notes**, which are snippets of text hidden behind a question mark. You can put footnotes or other text that might be interesting to some users, but not to everyone. For example:  \n`%note:Fun note text!%` will show up as: %note:Fun note text!%\n\n%%%comment:\n[1]: this is not something we want to advertise at this time.  \nYou can embed [3r votes] from other pages. For example:  \n`[vote: 3r]` creates this voting bar:  \n[vote: 3r]\n%%%\n\n### [5gn Todos], [arbital_inline_comments comments], and [arbital_fixme fixmes]\n\nYou can leave [5gn **todo**] markers for yourself or other authors. For example:  \n`[todo: finish this section]` [todo: finish this section]  \n``%%todo:  \nYou can put any funky *markdown* syntax here including `[Arbital_greenlink links]`.  \n%%``  \nThis will only appear in the top [4yg quality] bar when expanded, not the page text. Red links and "todo" markers count towards the todo score, which you will see next to the pages on the Explore and your Profile pages.\n%%todo:\nYou can put any funky *markdown* syntax here including [17f links].\n%%\n\nSimilarly, you can leave **comments** or **fixmes** for other authors, but without increasing the todo count. For example:  \n`[comment: there has got to be a better metaphor for this]` `[fixme: this needs to be fixed, but I've got it]` [comment: there has got to be a better metaphor for this]  [fixme: this needs to be fixed, but I've got it]\n`%%comment:  \nYou can put any funky *markdown* syntax here. You can vary the number of %s to envelop other similar blocks.  \n%%`  \nAgain, this doesn't show up for the reader in any way.\n\n%%comment:\nYou can put any funky *markdown* syntax here. You can vary the number of %s to envelop other similar blocks.\n%%\n\n[todo: questions and path generation]\n\n[todo: conditional text]\n\n## LaTeX\n*If you're new to LaTeX you may want to read the [Wikibooks guide](https://en.wikibooks.org/wiki/LaTeX)*\n\nYou can use **\\$** to create inline mathematical expressions, e.g. `$ax^2 + bx + c = 0$` will be displayed as: $ax^2 + bx + c = 0$  \nAnd **\\$\\$** to create centered math expressions, e.g. `$$\\lim_{N \\to \\infty} \\sum_{k=1}^N f(t_k) \\Delta t$$` will be displayed as: $$\\lim_{N \\to \\infty} \\sum_{k=1}^N f(t_k) \\Delta t$$\n\nThe [3j4 editor] can get a little slow if you are editing very LaTeX-heavy pages. If this is an issue for you, [4ph let us know], and in the meantime you can disable MathJax on the [settings page](https://arbital.com/settings/).',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '3',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '2016-02-25 08:24:02',
  hasDraft: 'false',
  votes: [],
  voteSummary: [
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0',
    '0'
  ],
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'true',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {
    Summary: 'Arbital uses [https://en.wikipedia.org/wiki/Markdown Markdown] with many custom extensions to help you create awesome explanations. Become a pro editor by learning how to create [5gn todos], [17f greenlinks], [1kl page summaries],  [arbital_note notes], [3jp hidden text], and insert [5xw]!'
  },
  creatorIds: [
    'AlexeiAndreev',
    'EricBruylant',
    'NateSoares',
    'RyanHendrickson',
    'EricRogstad'
  ],
  childIds: [
    '1m6',
    'arbital_hidden_text',
    '3r0',
    'arbital_todo',
    'arbital_markdown_demo'
  ],
  parentIds: [
    'arbital_features'
  ],
  commentIds: [
    '16z',
    '3p3',
    '3qp',
    '45b',
    '45k',
    '4g3',
    '6hl',
    '87x',
    '9c4'
  ],
  questionIds: [],
  tagIds: [
    'c_class_meta_tag'
  ],
  relatedIds: [],
  markIds: [],
  explanations: [
    {
      id: '3045',
      parentId: 'arbital_markdown',
      childId: 'arbital_markdown',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  learnMore: [],
  requirements: [
    {
      id: '3050',
      parentId: 'Arbital_page_basics',
      childId: 'arbital_markdown',
      type: 'requirement',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '1',
      isStrong: 'false',
      everPublished: 'true'
    }
  ],
  subjects: [
    {
      id: '3045',
      parentId: 'arbital_markdown',
      childId: 'arbital_markdown',
      type: 'subject',
      creatorId: 'AlexeiAndreev',
      createdAt: '2016-06-17 21:58:56',
      level: '2',
      isStrong: 'true',
      everPublished: 'true'
    }
  ],
  lenses: [],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20353',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-11-15 18:18:34',
      auxPageId: 'arbital_markdown_demo',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19633',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '38',
      type: 'newEdit',
      createdAt: '2016-09-15 21:43:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3471',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '19370',
      pageId: 'arbital_markdown',
      userId: 'EricRogstad',
      edit: '37',
      type: 'newEdit',
      createdAt: '2016-08-29 02:33:22',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'fixing typo: "toread" -> "to read"'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19261',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-27 12:56:20',
      auxPageId: 'c_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19260',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '36',
      type: 'newEdit',
      createdAt: '2016-08-27 12:53:07',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'reorganized, added some, rewrote some.'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18665',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '35',
      type: 'newEdit',
      createdAt: '2016-08-09 11:34:44',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18664',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'deleteParent',
      createdAt: '2016-08-09 11:29:49',
      auxPageId: '3v',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18662',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-08-09 11:29:48',
      auxPageId: 'arbital_features',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17102',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '34',
      type: 'newEdit',
      createdAt: '2016-07-19 00:44:27',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'correcting todo desc now that it does show up, links'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17100',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-19 00:43:58',
      auxPageId: 'arbital_todo',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '3077',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '16808',
      pageId: 'arbital_markdown',
      userId: 'RyanHendrickson',
      edit: '33',
      type: 'newEdit',
      createdAt: '2016-07-15 20:19:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16743',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '32',
      type: 'newEdit',
      createdAt: '2016-07-15 00:48:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16740',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-07-15 00:20:20',
      auxPageId: '',
      oldSettingsValue: 'Arbital_markdown',
      newSettingsValue: 'arbital_markdown'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16739',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '31',
      type: 'newEdit',
      createdAt: '2016-07-15 00:18:06',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'reordered, pulled summaries into this page.'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16738',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '30',
      type: 'newEdit',
      createdAt: '2016-07-15 00:12:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16734',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '29',
      type: 'newEdit',
      createdAt: '2016-07-15 00:02:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16647',
      pageId: 'arbital_markdown',
      userId: 'EricBruylant',
      edit: '28',
      type: 'newEdit',
      createdAt: '2016-07-13 21:28:56',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'added todos'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12335',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '27',
      type: 'newEdit',
      createdAt: '2016-06-10 16:13:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12328',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '26',
      type: 'newEdit',
      createdAt: '2016-06-10 16:06:23',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12321',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-06-10 15:29:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11617',
      pageId: 'arbital_markdown',
      userId: 'NateSoares',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-06-02 17:01:03',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11616',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-06-02 16:58:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10745',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '22',
      type: 'newEdit',
      createdAt: '2016-05-20 20:39:28',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10740',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '21',
      type: 'newRequiredBy',
      createdAt: '2016-05-20 20:37:49',
      auxPageId: '3r0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10741',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '21',
      type: 'newChild',
      createdAt: '2016-05-20 20:37:49',
      auxPageId: '3r0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10571',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-05-17 16:21:05',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10570',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-05-17 16:20:31',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10072',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '19',
      type: 'newChild',
      createdAt: '2016-05-11 23:26:55',
      auxPageId: 'arbital_hidden_text',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10048',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'deleteChild',
      createdAt: '2016-05-11 18:59:06',
      auxPageId: 'arbital_learn_link',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9942',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-05-10 23:45:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9913',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newRequiredBy',
      createdAt: '2016-05-10 22:38:06',
      auxPageId: 'arbital_style_guide',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9895',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newRequiredBy',
      createdAt: '2016-05-10 21:52:53',
      auxPageId: 'arbital_editor_basics',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9894',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newRequirement',
      createdAt: '2016-05-10 21:51:31',
      auxPageId: 'Arbital_page_basics',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9883',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newTeacher',
      createdAt: '2016-05-10 21:26:30',
      auxPageId: 'arbital_markdown',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9884',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newSubject',
      createdAt: '2016-05-10 21:26:30',
      auxPageId: 'arbital_markdown',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9877',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newRequiredBy',
      createdAt: '2016-05-10 21:24:49',
      auxPageId: 'Arbital_author_basics',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9750',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-05-10 00:39:34',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '8477',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '17',
      type: 'newChild',
      createdAt: '2016-03-10 17:56:32',
      auxPageId: 'arbital_learn_link',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '8110',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-03-03 03:43:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '7293',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-02-17 02:03:03',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5982',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-01-31 16:59:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5319',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '14',
      type: 'newChild',
      createdAt: '2016-01-16 00:35:53',
      auxPageId: '1m6',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '5044',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-01-06 19:19:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3698',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '13',
      type: 'newEdit',
      createdAt: '2015-12-14 18:33:46',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3696',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newAlias',
      createdAt: '2015-12-14 18:32:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3697',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '12',
      type: 'newEdit',
      createdAt: '2015-12-14 18:32:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3498',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '11',
      type: 'newEdit',
      createdAt: '2015-11-17 15:44:57',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3430',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '10',
      type: 'newEdit',
      createdAt: '2015-11-14 01:40:32',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3429',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '9',
      type: 'newEdit',
      createdAt: '2015-11-14 00:30:47',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3426',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newAlias',
      createdAt: '2015-11-13 23:07:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3427',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '0',
      type: 'newEditKarmaLock',
      createdAt: '2015-11-13 23:07:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3428',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '8',
      type: 'newEdit',
      createdAt: '2015-11-13 23:07:49',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '3301',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '6',
      type: 'newEdit',
      createdAt: '2015-11-06 16:41:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '284',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '1',
      type: 'newParent',
      createdAt: '2015-10-28 03:46:51',
      auxPageId: '3v',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '1528',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '5',
      type: 'newEdit',
      createdAt: '2015-06-30 20:37:15',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '1527',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '4',
      type: 'newEdit',
      createdAt: '2015-04-02 19:50:16',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '1526',
      pageId: 'arbital_markdown',
      userId: 'AlexeiAndreev',
      edit: '2',
      type: 'newEdit',
      createdAt: '2015-04-02 19:49:39',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'true',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {}
}