Skip to content

.rst file not rendered by github; pandoc html conversion does not give errors #928

@jpluimers

Description

@jpluimers

Related to #503

This file does not render: https://github.com/jpluimers/Conferences/blob/master/2016/DelphiTage-20160917/Network-Protocol-Security.rst

Pandoc does not show any conversion errors and the resulting html opens fine:

#!/bin/bash

## http://pandoc.org/MANUAL.html
## --toc only outputs it in the html if you specify -s or --standalone (standalone)
## standard --toc-depth=3
pandoc --standalone --toc --toc-depth=5 Network-Protocol-Security.rst -o Network-Protocol-Security.html
open Network-Protocol-Security.html

Since git does not show any conversion errors: how can I find out why it doesn't render?

--jeroen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions