Julia: Markdown formatting methods containing two underscores e.g. `code_llvm_raw`

Created on 28 Feb 2018  路  1Comment  路  Source: JuliaLang/julia

The formatting is busted for functions that contain two _, since the markdown rendering underscores the part between the _

help?> code_llvm
search: code_llvm @code_llvm

  code_llvm([io=stdout,], f, types)

  Prints the LLVM bitcodes generated for running the method matching the
  given generic function and type signature to io.

  All metadata and dbg.* calls are removed from the printed bitcode. Use
  codellvmraw for the full IR.
docsystem

Most helpful comment

Seems like that case is just missing code fences "`code_llvm_raw`"?

>All comments

Seems like that case is just missing code fences "`code_llvm_raw`"?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

felixrehren picture felixrehren  路  3Comments

wilburtownsend picture wilburtownsend  路  3Comments

StefanKarpinski picture StefanKarpinski  路  3Comments

iamed2 picture iamed2  路  3Comments

m-j-w picture m-j-w  路  3Comments