Giter Club home page Giter Club logo

crd-to-markdown's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @clamoriniere
  • ๐Ÿ‘€ Iโ€™m interested in ๐Ÿ’ป
  • ๐ŸŒฑ Iโ€™m currently working at Datadog as Leader Engineer of the Container-Ecosystems team.

crd-to-markdown's People

Contributors

clamoriniere avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

3128px fao89 rebtoor

crd-to-markdown's Issues

Render blank lines and bullet points

Hi,
Thank you for developing a handy tool!

I found that this tool does not render the blank lines and bullet points as I expected.
Could you consider revising it?


Version

crd-to-markdown v0.0.3.

Input comment

// sentence 1.
//
// sentence 2.
//
// - item 1
// - item 2
//
// sentence 3.

I want to output blank lines and bullets as is.

Outputed markdown

sentence 1.\n\nsentence 2.\n\n- item 1 - item 2\n\nsentence 3.

The crd-to-markdown convert blank lines to \n\n.
And bullet points don't have a trailing newline.

Does not handle inlined structs properly

The code ignores fields that are have a json tag that contains "inline" but this is incorrect. Those fields should simply be added to the current struct. For example

type ClientConfiguration struct {
	metav1.TypeMeta `json:",inline"`
	SubConfig `json:",inline"`
        Foo string `json:"foo"`
}

Only the "foo" field will be included. All the fields of TypeMeta (apiVersion and Kind) and SubConfig are ignored since they are inlined. But they exist in the JSON.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.