Skip to content
#

markup

Here are 327 public repositories matching this topic...

nedvedikd
nedvedikd commented Apr 6, 2020

Hi,

I'm using pandoc (version 2.9.2.1) to convert documents to dokuwiki format.
I ran into a problem using this command:

pandoc input.html -f html -t dokuwiki -o output_dokuwiki.txt --preserve-tabs

Input:

<strong>bold</strong>
<em>italic</em>
<u>underline</u>

Output:

**bold** //italic// underline

Expected output:

**bol
GaetanBt
GaetanBt commented Jan 21, 2020

This is nothing more than a listing of all the things that would come to our minds and that need to be taking care of before merging #376 :

@ffoodd feel free to add items 😄

  • Clean input CSS (some prefixes or IE fixes may not be still useful)
  • Update Node version to at least v12.10.0 in the Travis configuration
  • Create a custom code demonstration block
  • Revise t
oscarcarlsson
oscarcarlsson commented May 9, 2015

When converting from markdown to LaTeX I noticed that an unsupported command was used in the itemize environment.

Given the following input (in Markdown):

Test:

 - One
 - Two
 - Three

The following LaTeX was produced:

Test:

\begin{itemize}
\tightlist
\item
  One
\item
  Two
\item
  Three
\end{itemize}

The \tightlist command is most likely from the memoir class which i

begroff
begroff commented Aug 26, 2017

In the Challenge part of the Blocks section, for the layout image displayed the second section as:


<section>
(Heading 2)
(A paragraph of text)

It was not clear to me that this should be a h1 and not an h2. When I saw the words Heading 2, I thought that meant write a heading with h2 tag. I was able to get past the challenge by changing it to h1, but maybe it should be a little mor

Improve this page

Add a description, image, and links to the markup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the markup topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.